diff options
author | 2023-06-23 10:03:47 +0100 | |
---|---|---|
committer | 2023-06-23 10:37:28 +0100 | |
commit | 44c95e0fefa22256c780e76776a09fa655778f73 (patch) | |
tree | 577909302a63e367cc7b9282f6395215d134b7ae /virtual | |
parent | dev-ruby/rdoc: drop 6.3.3-r1 (diff) | |
download | gentoo-44c95e0fefa22256c780e76776a09fa655778f73.tar.gz gentoo-44c95e0fefa22256c780e76776a09fa655778f73.tar.bz2 gentoo-44c95e0fefa22256c780e76776a09fa655778f73.zip |
virtual/ruby-ssl: drop 11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-11.ebuild | 23 |
1 files changed, 0 insertions, 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() { :; } |