diff options
Diffstat (limited to 'dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild')
-rw-r--r-- | dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild deleted file mode 100644 index 6a5008aa1390..000000000000 --- a/dev-ruby/jruby-openssl/jruby-openssl-0.6-r1.ebuild +++ /dev/null @@ -1,29 +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.6-r1.ebuild,v 1.5 2010/06/30 15:42:37 phajdan.jr Exp $ - -EAPI=2 - -USE_RUBY=jruby - -RUBY_FAKEGEM_TASK_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 |