commit: a229e2b9917af0085e34d6a49e297e62045e4792 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Fri Apr 1 03:21:36 2016 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Apr 1 03:21:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a229e2b9
dev-ruby/jruby-openssl: remove last-rited package per security bug 455564 dev-ruby/jruby-openssl/Manifest | 1 - dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild | 36 ----------------------- dev-ruby/jruby-openssl/metadata.xml | 12 -------- 3 files changed, 49 deletions(-) diff --git a/dev-ruby/jruby-openssl/Manifest b/dev-ruby/jruby-openssl/Manifest deleted file mode 100644 index 9a4747b..0000000 --- a/dev-ruby/jruby-openssl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jruby-openssl-0.7.7.gem 692736 SHA256 2ea826de1f16434e4e4d8c4506b93bdaa79489f2ddb326549fd9a5300bd7d65e SHA512 55056d955f59496500ca0ae0e3645dd844f88b89b6221065f809ffc33585acd1b489329bdef50878ec47bbae1500f6ffb69df1cd852f09e4b25b66824badb32c WHIRLPOOL df8fd894fcf3b41dd48cd8838d84516fc8025c12c1a8ba96506dd4aa7b37df866e0258b3feac412479e3741f46798307ddec433639e6e1c341b21c2ac9548fc0 diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild deleted file mode 100644 index 49f4fd3..0000000 --- a/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -USE_RUBY=jruby - -RUBY_FAKEGEM_TASK_DOC="redocs" -RUBY_FAKEGEM_DOCDIR="doc" - -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 x86" -IUSE="" - -RDEPEND="${RDEPEND} >=dev-java/jruby-1.5.6" -DEPEND="${DEPEND} >=dev-java/jruby-1.5.6" - -ruby_add_bdepend "doc? ( dev-ruby/hoe )" -ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/mocha )" - -ruby_add_rdepend ">=dev-ruby/bouncy-castle-java-1.5.0146.1" - -all_ruby_prepare() { - # Remove a test that only works with JCE installed. - sed -i -e 's/OpenSSL::OPENSSL_VERSION_NUMBER > 0x00907000/false/' test/test_cipher.rb || die - - # Remove tests depending on a build_lib that is not shipped - rm test/test_java.rb || die -} diff --git a/dev-ruby/jruby-openssl/metadata.xml b/dev-ruby/jruby-openssl/metadata.xml deleted file mode 100644 index 15652a9..0000000 --- a/dev-ruby/jruby-openssl/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Ruby Project</name> - </maintainer> -<maintainer type="project"> - <email>[email protected]</email> - <name>Java</name> - </maintainer> -</pkgmetadata>
