Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ssl/
Date: Thu, 31 Dec 2015 08:29:33
Message-Id: 1451550498.79199b978753b3ec6be4ea186bda2ec5bc86534c.graaff@gentoo
1 commit: 79199b978753b3ec6be4ea186bda2ec5bc86534c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 06:34:43 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:28:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79199b97
7
8 virtual/ruby-ssl: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 virtual/ruby-ssl/ruby-ssl-6.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/virtual/ruby-ssl/ruby-ssl-6.ebuild b/virtual/ruby-ssl/ruby-ssl-6.ebuild
16 deleted file mode 100644
17 index 2883a97..0000000
18 --- a/virtual/ruby-ssl/ruby-ssl-6.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby19 ruby20"
27 -
28 -inherit ruby-ng
29 -
30 -DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings"
31 -HOMEPAGE=""
32 -SRC_URI=""
33 -
34 -LICENSE=""
35 -SLOT="0"
36 -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"
37 -IUSE=""
38 -
39 -RDEPEND="
40 - ruby_targets_ruby19? ( dev-lang/ruby:1.9[ssl] )
41 - ruby_targets_ruby20? ( dev-lang/ruby:2.0[ssl] )"
42 -
43 -pkg_setup() { :; }
44 -src_unpack() { :; }
45 -src_prepare() { :; }
46 -src_compile() { :; }
47 -src_install() { :; }
48 -pkg_preinst() { :; }
49 -pkg_postinst() { :; }