summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-10-10 09:02:44 +0000
committerHans de Graaff <graaff@gentoo.org>2014-10-10 09:02:44 +0000
commitf8d093f624b09db954e844df7a6d1bb6df5ee3e3 (patch)
treea33f9901a1796ae03586d0c5f6fe1a42e01ad229 /virtual/ruby-ssl
parentRemove masked jruby 1.6 version. (diff)
downloadgentoo-2-f8d093f624b09db954e844df7a6d1bb6df5ee3e3.tar.gz
gentoo-2-f8d093f624b09db954e844df7a6d1bb6df5ee3e3.tar.bz2
gentoo-2-f8d093f624b09db954e844df7a6d1bb6df5ee3e3.zip
Remove masked jruby 1.6 version.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'virtual/ruby-ssl')
-rw-r--r--virtual/ruby-ssl/ChangeLog5
-rw-r--r--virtual/ruby-ssl/ruby-ssl-2.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/virtual/ruby-ssl/ChangeLog b/virtual/ruby-ssl/ChangeLog
index e5284db4f9bf..e2e597cc92b5 100644
--- a/virtual/ruby-ssl/ChangeLog
+++ b/virtual/ruby-ssl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/ruby-ssl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.30 2014/04/22 18:54:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.31 2014/10/10 09:02:44 graaff Exp $
+
+ 10 Oct 2014; Hans de Graaff <graaff@gentoo.org> -ruby-ssl-2.ebuild:
+ Remove masked jruby 1.6 version.
22 Apr 2014; Hans de Graaff <graaff@gentoo.org> ruby-ssl-3.ebuild:
Add keywords since the underlying implementation is already stable.
diff --git a/virtual/ruby-ssl/ruby-ssl-2.ebuild b/virtual/ruby-ssl/ruby-ssl-2.ebuild
deleted file mode 100644
index 625ae8768d4e..000000000000
--- a/virtual/ruby-ssl/ruby-ssl-2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ruby-ssl-2.ebuild,v 1.2 2011/12/15 09:55:27 graaff Exp $
-
-EAPI=2
-USE_RUBY="jruby"
-
-inherit ruby-ng
-
-DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="${USE_RUBY}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-ruby/jruby-openssl"
-
-pkg_setup() { :; }
-src_unpack() { :; }
-src_prepare() { :; }
-src_compile() { :; }
-src_install() { :; }
-pkg_preinst() { :; }
-pkg_postinst() { :; }
-
-# DEVELOPERS' NOTE!
-#
-# This virtual has multiple version that ties one-by-one with the Ruby
-# implementation they provide the value for; this is to simplify
-# keywording practise that has been shown to be very messy for other
-# virtuals.
-#
-# Make sure that you DO NOT change the version of the virtual's
-# ebuilds unless you're adding a new implementation; instead simply
-# revision-bump it.
-#
-# A reference to ~${PV} for each of the version has to be added to
-# profiles/base/package.use.force to make sure that they are always
-# used with their own implementation.
-#
-# ruby_add_[br]depend will take care of depending on multiple versions
-# without any frown.