diff options
author | Sam James <sam@gentoo.org> | 2023-06-23 10:04:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-23 10:37:29 +0100 |
commit | d007cf51042f0fca0b05de0a2f728741e44c5b45 (patch) | |
tree | 9c41bd7ed9509fefec5b961d9cfd82faaed37737 /virtual/rubygems | |
parent | virtual/ruby-ssl: drop 11 (diff) | |
download | gentoo-d007cf51042f0fca0b05de0a2f728741e44c5b45.tar.gz gentoo-d007cf51042f0fca0b05de0a2f728741e44c5b45.tar.bz2 gentoo-d007cf51042f0fca0b05de0a2f728741e44c5b45.zip |
virtual/rubygems: drop 16
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/rubygems')
-rw-r--r-- | virtual/rubygems/rubygems-16.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/virtual/rubygems/rubygems-16.ebuild b/virtual/rubygems/rubygems-16.ebuild deleted file mode 100644 index 7effb3e9f93b..000000000000 --- a/virtual/rubygems/rubygems-16.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby30" - -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 ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - ruby_targets_ruby30? ( >=dev-ruby/rubygems-3.2.0[ruby_targets_ruby30] ) -" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { eapply_user; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; } |