Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/jruby-openssl: jruby-openssl-0.6-r1.ebuild ChangeLog
Date: Sat, 26 Jun 2010 09:17:00
Message-Id: 20100626091654.05BE12CF75@corvid.gentoo.org
1 graaff 10/06/26 09:16:53
2
3 Modified: jruby-openssl-0.6-r1.ebuild ChangeLog
4 Log:
5 Revert accidental commit of stable keyword. Remove support for USE=doc to facilitate stabling jruby. This avoid the dev-ruby/hoe dependency and everything that comes with it.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: jruby-openssl-0.6-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- jruby-openssl-0.6-r1.ebuild 26 Jun 2010 06:29:05 -0000 1.2
22 +++ jruby-openssl-0.6-r1.ebuild 26 Jun 2010 09:16:53 -0000 1.3
23 @@ -1,13 +1,12 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild,v 1.2 2010/06/26 06:29:05 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild,v 1.3 2010/06/26 09:16:53 graaff Exp $
28
29 EAPI=2
30
31 USE_RUBY=jruby
32
33 -RUBY_FAKEGEM_TASK_DOC="redocs"
34 -RUBY_FAKEGEM_DOCDIR="doc"
35 +RUBY_FAKEGEM_TASK_DOC=""
36
37 # Seems like the PKCS7 support requires the BouncyCastle JARs that are
38 # shipped but somewhat fails; unfortunately, this package does not
39 @@ -23,8 +22,8 @@
40
41 LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )"
42 SLOT="0"
43 -KEYWORDS="amd64 ~ppc ~x86"
44 +KEYWORDS="~amd64 ~ppc ~x86"
45 IUSE=""
46
47 -ruby_add_bdepend doc dev-ruby/hoe
48 +#ruby_add_bdepend doc dev-ruby/hoe
49 #ruby_add_bdepend test dev-ruby/hoe
50
51
52
53 1.6 dev-ruby/jruby-openssl/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?rev=1.6&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?rev=1.6&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog?r1=1.5&r2=1.6
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v
62 retrieving revision 1.5
63 retrieving revision 1.6
64 diff -u -r1.5 -r1.6
65 --- ChangeLog 26 Jun 2010 06:29:05 -0000 1.5
66 +++ ChangeLog 26 Jun 2010 09:16:53 -0000 1.6
67 @@ -1,6 +1,12 @@
68 # ChangeLog for dev-ruby/jruby-openssl
69 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.5 2010/06/26 06:29:05 graaff Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.6 2010/06/26 09:16:53 graaff Exp $
72 +
73 + 26 Jun 2010; Hans de Graaff <graaff@g.o>
74 + jruby-openssl-0.6-r1.ebuild:
75 + Revert accidental commit of stable keyword. Remove support for USE=doc to
76 + facilitate stabling jruby. This avoid the dev-ruby/hoe dependency and
77 + everything that comes with it.
78
79 *jruby-openssl-0.7 (26 Jun 2010)