diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-12-31 07:34:43 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-12-31 09:28:18 +0100 |
commit | 79199b978753b3ec6be4ea186bda2ec5bc86534c (patch) | |
tree | 2c590b36c628d37397471140ca5c1e84a39edce6 /virtual | |
parent | b242e1b1b0250419a0234187b6a4b40008012f1d (diff) | |
download | gentoo-79199b978753b3ec6be4ea186bda2ec5bc86534c.tar.gz gentoo-79199b978753b3ec6be4ea186bda2ec5bc86534c.tar.xz |
virtual/ruby-ssl: cleanup
Package-Manager: portage-2.2.24
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-6.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/virtual/ruby-ssl/ruby-ssl-6.ebuild b/virtual/ruby-ssl/ruby-ssl-6.ebuild deleted file mode 100644 index 2883a97e612..00000000000 --- a/virtual/ruby-ssl/ruby-ssl-6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - ruby_targets_ruby19? ( dev-lang/ruby:1.9[ssl] ) - ruby_targets_ruby20? ( dev-lang/ruby:2.0[ssl] )" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { :; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; } |