Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/jruby-openssl: ChangeLog jruby-openssl-0.6.ebuild
Date: Fri, 01 Jan 2010 03:41:25
Message-Id: E1NQYOA-0000Gr-3u@stork.gentoo.org
1 ali_bush 10/01/01 03:41:22
2
3 Modified: ChangeLog
4 Added: jruby-openssl-0.6.ebuild
5 Log:
6 Version Bump.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/jruby-openssl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 25 Oct 2009 21:48:16 -0000 1.2
23 +++ ChangeLog 1 Jan 2010 03:41:21 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/jruby-openssl
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.2 2009/10/25 21:48:16 volkmar Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.3 2010/01/01 03:41:21 ali_bush Exp $
30 +
31 +*jruby-openssl-0.6 (01 Jan 2010)
32 +
33 + 01 Jan 2010; Alistair Bush <ali_bush@g.o>
34 + +jruby-openssl-0.6.ebuild:
35 + Version Bump. Solves security issues.
36
37 25 Oct 2009; Mounir Lamouri <volkmar@g.o>
38 jruby-openssl-0.2.3.ebuild:
39
40
41
42 1.1 dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: jruby-openssl-0.6.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6.ebuild,v 1.1 2010/01/01 03:41:21 ali_bush Exp $
52
53 inherit ruby gems
54
55 USE_RUBY="ruby18"
56 DESCRIPTION="A Ruby SSL library that works with JRuby"
57 HOMEPAGE="http://rubyforge.org/projects/jruby-extras"
58 SRC_URI="mirror://rubygems/${P}.gem"
59
60 LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 RDEPEND=">=dev-java/jruby-1.3.1-r1"