diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-05-31 17:30:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-05-31 17:30:06 +0000 |
commit | 169b27aaec7771a7bb25c8e8f8bf6a694b4be367 (patch) | |
tree | 70e5bb51a7122f62cd9697ad4e7eff35f7440fe7 /dev-ruby/jruby-openssl | |
parent | ppc64 stable wrt #368609 (diff) | |
download | gentoo-2-169b27aaec7771a7bb25c8e8f8bf6a694b4be367.tar.gz gentoo-2-169b27aaec7771a7bb25c8e8f8bf6a694b4be367.tar.bz2 gentoo-2-169b27aaec7771a7bb25c8e8f8bf6a694b4be367.zip |
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/jruby-openssl')
-rw-r--r-- | dev-ruby/jruby-openssl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/jruby-openssl/jruby-openssl-0.7.2.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/jruby-openssl/jruby-openssl-0.7.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/dev-ruby/jruby-openssl/ChangeLog b/dev-ruby/jruby-openssl/ChangeLog index eb98cc319c56..e8f16393dc6c 100644 --- a/dev-ruby/jruby-openssl/ChangeLog +++ b/dev-ruby/jruby-openssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/jruby-openssl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.11 2011/05/23 20:44:18 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.12 2011/05/31 17:30:06 graaff Exp $ + + 31 May 2011; Hans de Graaff <graaff@gentoo.org> -jruby-openssl-0.7.ebuild, + -jruby-openssl-0.7.2.ebuild: + Remove old versions. 23 May 2011; Thomas Kahle <tomka@gentoo.org> jruby-openssl-0.7.4.ebuild: ~x86 keyword per bug 365379 diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.7.2.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.7.2.ebuild deleted file mode 100644 index 854fdbea0774..000000000000 --- a/dev-ruby/jruby-openssl/jruby-openssl-0.7.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.7.2.ebuild,v 1.1 2010/11/26 12:22:09 graaff Exp $ - -EAPI=2 - -USE_RUBY=jruby - -RUBY_FAKEGEM_TASK_DOC="redocs" -RUBY_FAKEGEM_DOCDIR="doc" - -# Seems like the PKCS7 support requires the BouncyCastle JARs that are -# shipped but somewhat fails; unfortunately, this package does not -# provide the source files, so we cannot really rebuild this. -RESTRICT=test - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="A Ruby SSL library that works with JRuby" -HOMEPAGE="http://rubyforge.org/projects/jruby-extras" - -LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -ruby_add_bdepend doc dev-ruby/hoe -#ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/mocha )" diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.7.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.7.ebuild deleted file mode 100644 index a579e61e914e..000000000000 --- a/dev-ruby/jruby-openssl/jruby-openssl-0.7.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.7.ebuild,v 1.1 2010/06/26 06:29:05 graaff Exp $ - -EAPI=2 - -USE_RUBY=jruby - -RUBY_FAKEGEM_TASK_DOC="redocs" -RUBY_FAKEGEM_DOCDIR="doc" - -# Seems like the PKCS7 support requires the BouncyCastle JARs that are -# shipped but somewhat fails; unfortunately, this package does not -# provide the source files, so we cannot really rebuild this. -RESTRICT=test - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="A Ruby SSL library that works with JRuby" -HOMEPAGE="http://rubyforge.org/projects/jruby-extras" - -LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -ruby_add_bdepend doc dev-ruby/hoe -#ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/mocha )" |