Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rubygems/
Date: Sun, 03 Apr 2016 06:56:49
Message-Id: 1459665531.218f7a97aef35bb097ec2bdd39b24e24a9386aef.graaff@gentoo
1 commit: 218f7a97aef35bb097ec2bdd39b24e24a9386aef
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 06:38:51 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 06:38:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218f7a97
7
8 virtual/rubygems: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 virtual/rubygems/rubygems-9.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/virtual/rubygems/rubygems-9.ebuild b/virtual/rubygems/rubygems-9.ebuild
16 deleted file mode 100644
17 index 125bab8..0000000
18 --- a/virtual/rubygems/rubygems-9.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby19 ruby20"
27 -
28 -inherit ruby-ng
29 -
30 -DESCRIPTION="Virtual ebuild for rubygems"
31 -HOMEPAGE=""
32 -SRC_URI=""
33 -
34 -LICENSE=""
35 -SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 -IUSE=""
38 -
39 -RDEPEND="
40 - ruby_targets_ruby19? ( >=dev-ruby/rubygems-1.8.10-r1[ruby_targets_ruby19] )
41 - ruby_targets_ruby20? ( >=dev-ruby/rubygems-2.0.2[ruby_targets_ruby20] )"
42 -
43 -pkg_setup() { :; }
44 -src_unpack() { :; }
45 -src_prepare() { :; }
46 -src_compile() { :; }
47 -src_install() { :; }
48 -pkg_preinst() { :; }
49 -pkg_postinst() { :; }