From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88FD559CAE for ; Fri, 1 Apr 2016 03:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E433121C07E; Fri, 1 Apr 2016 03:22:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62CB721C07E for ; Fri, 1 Apr 2016 03:22:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD1A4340D2D for ; Fri, 1 Apr 2016 03:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5992869 for ; Fri, 1 Apr 2016 03:22:24 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1459480896.a229e2b9917af0085e34d6a49e297e62045e4792.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jruby-openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/jruby-openssl/Manifest dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild dev-ruby/jruby-openssl/metadata.xml X-VCS-Directories: dev-ruby/jruby-openssl/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a229e2b9917af0085e34d6a49e297e62045e4792 X-VCS-Branch: master Date: Fri, 1 Apr 2016 03:22:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 344d7e09-7f5c-409d-9f3e-c5e672d6a7ba X-Archives-Hash: ad4a4cba73a22ec71df3ca52d4d0f616 commit: a229e2b9917af0085e34d6a49e297e62045e4792 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 1 03:21:36 2016 +0000 Commit: Aaron Bauman gentoo 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 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - java@gentoo.org - Java - -