From 44c95e0fefa22256c780e76776a09fa655778f73 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 23 Jun 2023 10:03:47 +0100 Subject: virtual/ruby-ssl: drop 11 Signed-off-by: Sam James --- virtual/ruby-ssl/ruby-ssl-11.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 virtual/ruby-ssl/ruby-ssl-11.ebuild (limited to 'virtual') diff --git a/virtual/ruby-ssl/ruby-ssl-11.ebuild b/virtual/ruby-ssl/ruby-ssl-11.ebuild deleted file mode 100644 index 39939711aacd..000000000000 --- a/virtual/ruby-ssl/ruby-ssl-11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby30" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings" -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-lang/ruby:3.0[ssl] ) -" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { eapply_user; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; } -- cgit v1.2.3-65-gdbad