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, 06 Aug 2017 05:48:34
Message-Id: 1501998484.0e0644af74eb39ab2fd685c11da8a36e7a90922c.graaff@gentoo
1 commit: 0e0644af74eb39ab2fd685c11da8a36e7a90922c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 05:48:04 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 05:48:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0644af
7
8 virtual/rubygems: cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 virtual/rubygems/rubygems-10.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/virtual/rubygems/rubygems-10.ebuild b/virtual/rubygems/rubygems-10.ebuild
16 deleted file mode 100644
17 index 4b9c8730962..00000000000
18 --- a/virtual/rubygems/rubygems-10.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -USE_RUBY="ruby21"
26 -
27 -inherit ruby-ng
28 -
29 -DESCRIPTION="Virtual ebuild for rubygems"
30 -SLOT="0"
31 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32 -
33 -RDEPEND="
34 - ruby_targets_ruby21? ( >=dev-ruby/rubygems-2.0.14[ruby_targets_ruby21] )
35 -"
36 -
37 -pkg_setup() { :; }
38 -src_unpack() { :; }
39 -src_prepare() { :; }
40 -src_compile() { :; }
41 -src_install() { :; }
42 -pkg_preinst() { :; }
43 -pkg_postinst() { :; }