virtual/ruby-ssl: cleanup
authorHans de Graaff <graaff@gentoo.org>
Sun, 17 Nov 2019 06:39:54 +0000 (07:39 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sun, 17 Nov 2019 07:36:23 +0000 (08:36 +0100)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
virtual/ruby-ssl/ruby-ssl-10.ebuild [deleted file]

diff --git a/virtual/ruby-ssl/ruby-ssl-10.ebuild b/virtual/ruby-ssl/ruby-ssl-10.ebuild
deleted file mode 100644 (file)
index 70f8f5a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25"
-
-inherit ruby-ng
-
-DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-       ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] )
-       ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )
-"
-
-pkg_setup() { :; }
-src_unpack() { :; }
-src_prepare() { eapply_user; }
-src_compile() { :; }
-src_install() { :; }
-pkg_preinst() { :; }
-pkg_postinst() { :; }