summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-19 03:02:17 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-19 03:02:17 +0000
commite174c35e3d0c3fc929d93f57eba177a0cb1836c4 (patch)
tree4db18de1d91e25ab3f3cf586109f409a09f05e50 /virtual
parentRemove ruby18 rubygems virtual. See bug #434064. (diff)
downloadgentoo-2-e174c35e3d0c3fc929d93f57eba177a0cb1836c4.tar.gz
gentoo-2-e174c35e3d0c3fc929d93f57eba177a0cb1836c4.tar.bz2
gentoo-2-e174c35e3d0c3fc929d93f57eba177a0cb1836c4.zip
Remove ruby18 ruby-threads virtual. See bug #434064.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'virtual')
-rw-r--r--virtual/ruby-threads/ChangeLog5
-rw-r--r--virtual/ruby-threads/ruby-threads-0.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/virtual/ruby-threads/ChangeLog b/virtual/ruby-threads/ChangeLog
index 2d9984c577b3..8da10d7e91fa 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.32 2014/01/29 15:55:54 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.33 2014/04/19 03:02:17 mrueg Exp $
+
+ 19 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -ruby-threads-0.ebuild:
+ Remove ruby18 ruby-threads virtual. See bug #434064.
29 Jan 2014; Akinori Hattori <hattya@gentoo.org> ruby-threads-0.ebuild,
ruby-threads-1.ebuild:
diff --git a/virtual/ruby-threads/ruby-threads-0.ebuild b/virtual/ruby-threads/ruby-threads-0.ebuild
deleted file mode 100644
index 86d8a8645200..000000000000
--- a/virtual/ruby-threads/ruby-threads-0.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-0.ebuild,v 1.10 2014/01/29 15:55:54 hattya Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-inherit ruby-ng
-
-DESCRIPTION="Virtual ebuild for a ruby interpreter with threading enabled."
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="${USE_RUBY}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="dev-lang/ruby:1.8[threads]"
-
-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.