commit: 44c95e0fefa22256c780e76776a09fa655778f73
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 09:03:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 09:37:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c95e0f
virtual/ruby-ssl: drop 11
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/ruby-ssl/ruby-ssl-11.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
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() { :; }