summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-10-10 09:04:10 +0000
committerHans de Graaff <graaff@gentoo.org>2014-10-10 09:04:10 +0000
commit23e552c48da6aec7056af5d4e5f393b1afd1a3b9 (patch)
tree7b17eb1f4145de699a230e3d1dd5b5314353c7cf /virtual
parentRemove masked jruby 1.6 version. (diff)
downloadgentoo-2-23e552c48da6aec7056af5d4e5f393b1afd1a3b9.tar.gz
gentoo-2-23e552c48da6aec7056af5d4e5f393b1afd1a3b9.tar.bz2
gentoo-2-23e552c48da6aec7056af5d4e5f393b1afd1a3b9.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')
-rw-r--r--virtual/rubygems/ChangeLog5
-rw-r--r--virtual/rubygems/rubygems-2.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/virtual/rubygems/ChangeLog b/virtual/rubygems/ChangeLog
index 9ce9f201adcb..b87efbd9c9ed 100644
--- a/virtual/rubygems/ChangeLog
+++ b/virtual/rubygems/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/rubygems
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.61 2014/08/21 09:19:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.62 2014/10/10 09:04:10 graaff Exp $
+
+ 10 Oct 2014; Hans de Graaff <graaff@gentoo.org> -rubygems-2.ebuild:
+ Remove masked jruby 1.6 version.
21 Aug 2014; Hans de Graaff <graaff@gentoo.org> rubygems-4.ebuild,
rubygems-6.ebuild, rubygems-7.ebuild:
diff --git a/virtual/rubygems/rubygems-2.ebuild b/virtual/rubygems/rubygems-2.ebuild
deleted file mode 100644
index ff8ba4c598ef..000000000000
--- a/virtual/rubygems/rubygems-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/rubygems/rubygems-2.ebuild,v 1.2 2011/10/21 06:02:48 graaff Exp $
-
-EAPI=2
-USE_RUBY="jruby"
-
-inherit ruby-ng
-
-DESCRIPTION="Virtual ebuild for rubygems"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="${USE_RUBY}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-ruby/rubygems[ruby_targets_jruby]"
-
-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.