commit: 35dd142c607252db720a29da52c5a55e2c9023e1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 1 08:45:52 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 08:47:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dd142c
virtual/rubygems: drop 18
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
virtual/rubygems/rubygems-18.ebuild | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/virtual/rubygems/rubygems-18.ebuild
b/virtual/rubygems/rubygems-18.ebuild
deleted file mode 100644
index 0866e5af803d..000000000000
--- a/virtual/rubygems/rubygems-18.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-inherit ruby-ng
-
-DESCRIPTION="Virtual ebuild for rubygems"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
-
-RDEPEND="
- ruby_targets_ruby31? ( >=dev-ruby/rubygems-3.3.0[ruby_targets_ruby31] )
- ruby_targets_ruby32? ( >=dev-ruby/rubygems-3.4.6[ruby_targets_ruby32] )
-"
-
-pkg_setup() { :; }
-src_unpack() { :; }
-src_prepare() { eapply_user; }
-src_compile() { :; }
-src_install() { :; }
-pkg_preinst() { :; }
-pkg_postinst() { :; }