summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-10-10 09:02:07 +0000
committerHans de Graaff <graaff@gentoo.org>2014-10-10 09:02:07 +0000
commit0fb009567e541aaf1a4fc424efcdbeca83854543 (patch)
tree6ef5e83cf4963556530a162b9878ea6f324c3a65
parentversion bump. libotr-4 and systemd support. bug #516918 (diff)
downloadgentoo-2-0fb009567e541aaf1a4fc424efcdbeca83854543.tar.gz
gentoo-2-0fb009567e541aaf1a4fc424efcdbeca83854543.tar.bz2
gentoo-2-0fb009567e541aaf1a4fc424efcdbeca83854543.zip
Remove masked jruby 1.6 version.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
-rw-r--r--virtual/ruby-threads/ChangeLog5
-rw-r--r--virtual/ruby-threads/ruby-threads-2.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/virtual/ruby-threads/ChangeLog b/virtual/ruby-threads/ChangeLog
index fc5bf71a96fc..3f6b2358f9bd 100644
--- a/virtual/ruby-threads/ChangeLog
+++ b/virtual/ruby-threads/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/ruby-threads
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.34 2014/08/10 20:11:50 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.35 2014/10/10 09:02:07 graaff Exp $
+
+ 10 Oct 2014; Hans de Graaff <graaff@gentoo.org> -ruby-threads-2.ebuild:
+ Remove masked jruby 1.6 version.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> ruby-threads-1.ebuild,
ruby-threads-2.ebuild, ruby-threads-4.ebuild, ruby-threads-5.ebuild:
diff --git a/virtual/ruby-threads/ruby-threads-2.ebuild b/virtual/ruby-threads/ruby-threads-2.ebuild
deleted file mode 100644
index 09144bdc90d2..000000000000
--- a/virtual/ruby-threads/ruby-threads-2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-2.ebuild,v 1.4 2014/08/10 20:11:50 slyfox Exp $
-
-EAPI=2
-USE_RUBY="jruby"
-
-inherit ruby-ng
-
-DESCRIPTION="Virtual ebuild for a ruby interpreter with threading enabled"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="${USE_RUBY}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-java/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.