diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-11-17 07:39:54 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-11-17 08:36:23 +0100 |
commit | c2033061c94eb24aba94dd2e2fb4f8570c5b6a09 (patch) | |
tree | abbc3156f60b61237fd08cd831e1b02f6fd03bec /virtual | |
parent | app-admin/mcollective: add ruby26 (diff) | |
download | gentoo-c2033061c94eb24aba94dd2e2fb4f8570c5b6a09.tar.gz gentoo-c2033061c94eb24aba94dd2e2fb4f8570c5b6a09.tar.bz2 gentoo-c2033061c94eb24aba94dd2e2fb4f8570c5b6a09.zip |
virtual/ruby-ssl: cleanup
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-10.ebuild | 24 |
1 files changed, 0 insertions, 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 70f8f5aeb556..000000000000 --- 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() { :; } |