commit:     c2033061c94eb24aba94dd2e2fb4f8570c5b6a09
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 06:39:54 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 07:36:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2033061

virtual/ruby-ssl: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 virtual/ruby-ssl/ruby-ssl-10.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/virtual/ruby-ssl/ruby-ssl-10.ebuild 
b/virtual/ruby-ssl/ruby-ssl-10.ebuild
deleted file mode 100644
index 70f8f5aeb55..00000000000
--- a/virtual/ruby-ssl/ruby-ssl-10.ebuild
+++ /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() { :; }

Reply via email to