Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jruby-openssl/
Date: Fri, 01 Apr 2016 03:22:32
Message-Id: 1459480896.a229e2b9917af0085e34d6a49e297e62045e4792.bman@gentoo
1 commit: a229e2b9917af0085e34d6a49e297e62045e4792
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 03:21:36 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 03:21:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a229e2b9
7
8 dev-ruby/jruby-openssl: remove last-rited package per security bug 455564
9
10 dev-ruby/jruby-openssl/Manifest | 1 -
11 dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild | 36 -----------------------
12 dev-ruby/jruby-openssl/metadata.xml | 12 --------
13 3 files changed, 49 deletions(-)
14
15 diff --git a/dev-ruby/jruby-openssl/Manifest b/dev-ruby/jruby-openssl/Manifest
16 deleted file mode 100644
17 index 9a4747b..0000000
18 --- a/dev-ruby/jruby-openssl/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST jruby-openssl-0.7.7.gem 692736 SHA256 2ea826de1f16434e4e4d8c4506b93bdaa79489f2ddb326549fd9a5300bd7d65e SHA512 55056d955f59496500ca0ae0e3645dd844f88b89b6221065f809ffc33585acd1b489329bdef50878ec47bbae1500f6ffb69df1cd852f09e4b25b66824badb32c WHIRLPOOL df8fd894fcf3b41dd48cd8838d84516fc8025c12c1a8ba96506dd4aa7b37df866e0258b3feac412479e3741f46798307ddec433639e6e1c341b21c2ac9548fc0
22
23 diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild
24 deleted file mode 100644
25 index 49f4fd3..0000000
26 --- a/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild
27 +++ /dev/null
28 @@ -1,36 +0,0 @@
29 -# Copyright 1999-2014 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -EAPI=4
34 -
35 -USE_RUBY=jruby
36 -
37 -RUBY_FAKEGEM_TASK_DOC="redocs"
38 -RUBY_FAKEGEM_DOCDIR="doc"
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="A Ruby SSL library that works with JRuby"
43 -HOMEPAGE="http://rubyforge.org/projects/jruby-extras"
44 -
45 -LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE=""
49 -
50 -RDEPEND="${RDEPEND} >=dev-java/jruby-1.5.6"
51 -DEPEND="${DEPEND} >=dev-java/jruby-1.5.6"
52 -
53 -ruby_add_bdepend "doc? ( dev-ruby/hoe )"
54 -ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/mocha )"
55 -
56 -ruby_add_rdepend ">=dev-ruby/bouncy-castle-java-1.5.0146.1"
57 -
58 -all_ruby_prepare() {
59 - # Remove a test that only works with JCE installed.
60 - sed -i -e 's/OpenSSL::OPENSSL_VERSION_NUMBER > 0x00907000/false/' test/test_cipher.rb || die
61 -
62 - # Remove tests depending on a build_lib that is not shipped
63 - rm test/test_java.rb || die
64 -}
65
66 diff --git a/dev-ruby/jruby-openssl/metadata.xml b/dev-ruby/jruby-openssl/metadata.xml
67 deleted file mode 100644
68 index 15652a9..0000000
69 --- a/dev-ruby/jruby-openssl/metadata.xml
70 +++ /dev/null
71 @@ -1,12 +0,0 @@
72 -<?xml version="1.0" encoding="UTF-8"?>
73 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 -<pkgmetadata>
75 - <maintainer type="project">
76 - <email>ruby@g.o</email>
77 - <name>Gentoo Ruby Project</name>
78 - </maintainer>
79 -<maintainer type="project">
80 - <email>java@g.o</email>
81 - <name>Java</name>
82 - </maintainer>
83 -</pkgmetadata>