diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-12-02 12:28:36 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-12-02 12:28:47 +0100 |
commit | aa54798087912ff4c1a98152182ab003f89e524b (patch) | |
tree | 6f4527172b02664d325ac6568f142b9e1d2962a9 /virtual/rubygems | |
parent | media-sound/lilypond-2.19.80-r1: removed old (diff) | |
download | gentoo-aa54798087912ff4c1a98152182ab003f89e524b.tar.gz gentoo-aa54798087912ff4c1a98152182ab003f89e524b.tar.bz2 gentoo-aa54798087912ff4c1a98152182ab003f89e524b.zip |
virtual/rubygems: cleanup
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'virtual/rubygems')
-rw-r--r-- | virtual/rubygems/rubygems-14.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/virtual/rubygems/rubygems-14.ebuild b/virtual/rubygems/rubygems-14.ebuild deleted file mode 100644 index 358a32178bff..000000000000 --- a/virtual/rubygems/rubygems-14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 rbx" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for rubygems" -SLOT="0" -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" - -RDEPEND=" - ruby_targets_rbx? ( dev-lang/rubinius ) - ruby_targets_ruby24? ( >=dev-ruby/rubygems-2.6.11[ruby_targets_ruby24] ) - ruby_targets_ruby25? ( >=dev-ruby/rubygems-2.7.3[ruby_targets_ruby25] )" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { :; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; } |