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: Mon, 02 Dec 2019 11:28:57
Message-Id: 1575286127.aa54798087912ff4c1a98152182ab003f89e524b.graaff@gentoo
1 commit: aa54798087912ff4c1a98152182ab003f89e524b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 11:28:36 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 11:28:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa547980
7
8 virtual/rubygems: cleanup
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 virtual/rubygems/rubygems-14.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/virtual/rubygems/rubygems-14.ebuild b/virtual/rubygems/rubygems-14.ebuild
17 deleted file mode 100644
18 index 358a32178bf..00000000000
19 --- a/virtual/rubygems/rubygems-14.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -USE_RUBY="ruby24 ruby25 rbx"
27 -
28 -inherit ruby-ng
29 -
30 -DESCRIPTION="Virtual ebuild for rubygems"
31 -SLOT="0"
32 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33 -
34 -RDEPEND="
35 - ruby_targets_rbx? ( dev-lang/rubinius )
36 - ruby_targets_ruby24? ( >=dev-ruby/rubygems-2.6.11[ruby_targets_ruby24] )
37 - ruby_targets_ruby25? ( >=dev-ruby/rubygems-2.7.3[ruby_targets_ruby25] )"
38 -
39 -pkg_setup() { :; }
40 -src_unpack() { :; }
41 -src_prepare() { :; }
42 -src_compile() { :; }
43 -src_install() { :; }
44 -pkg_preinst() { :; }
45 -pkg_postinst() { :; }