diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-06-26 09:16:53 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-06-26 09:16:53 +0000 |
commit | 8b5844c5943fb920ed6d2e65cba62e5f58629958 (patch) | |
tree | 28012b33abe0c23ff2381dc9a45fd53b547f7b1a /dev-ruby/jruby-openssl | |
parent | Remove old, vulnerable 2.24 versions. BSD allowed us to drop keywords, mips t... (diff) | |
download | gentoo-2-8b5844c5943fb920ed6d2e65cba62e5f58629958.tar.gz gentoo-2-8b5844c5943fb920ed6d2e65cba62e5f58629958.tar.bz2 gentoo-2-8b5844c5943fb920ed6d2e65cba62e5f58629958.zip |
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.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/jruby-openssl')
-rw-r--r-- | dev-ruby/jruby-openssl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-ruby/jruby-openssl/ChangeLog b/dev-ruby/jruby-openssl/ChangeLog index 148360a2a01a..2f55286bd86f 100644 --- a/dev-ruby/jruby-openssl/ChangeLog +++ b/dev-ruby/jruby-openssl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/jruby-openssl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.5 2010/06/26 06:29:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.6 2010/06/26 09:16:53 graaff Exp $ + + 26 Jun 2010; Hans de Graaff <graaff@gentoo.org> + jruby-openssl-0.6-r1.ebuild: + 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. *jruby-openssl-0.7 (26 Jun 2010) diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild index 1c30fb5e1899..9e184c2dbb31 100644 --- a/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild +++ b/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=2 USE_RUBY=jruby -RUBY_FAKEGEM_TASK_DOC="redocs" -RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_TASK_DOC="" # Seems like the PKCS7 support requires the BouncyCastle JARs that are # shipped but somewhat fails; unfortunately, this package does not @@ -23,8 +22,8 @@ HOMEPAGE="http://rubyforge.org/projects/jruby-extras" LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -ruby_add_bdepend doc dev-ruby/hoe +#ruby_add_bdepend doc dev-ruby/hoe #ruby_add_bdepend test dev-ruby/hoe |