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: Sun, 17 Nov 2019 07:36:39
Message-Id: 1573976183.c2033061c94eb24aba94dd2e2fb4f8570c5b6a09.graaff@gentoo
1 commit: c2033061c94eb24aba94dd2e2fb4f8570c5b6a09
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 06:39:54 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 07:36:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2033061
7
8 virtual/ruby-ssl: cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 virtual/ruby-ssl/ruby-ssl-10.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/virtual/ruby-ssl/ruby-ssl-10.ebuild b/virtual/ruby-ssl/ruby-ssl-10.ebuild
17 deleted file mode 100644
18 index 70f8f5aeb55..00000000000
19 --- a/virtual/ruby-ssl/ruby-ssl-10.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -USE_RUBY="ruby24 ruby25"
27 -
28 -inherit ruby-ng
29 -
30 -DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings"
31 -SLOT="0"
32 -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"
33 -
34 -RDEPEND="
35 - ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] )
36 - ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )
37 -"
38 -
39 -pkg_setup() { :; }
40 -src_unpack() { :; }
41 -src_prepare() { eapply_user; }
42 -src_compile() { :; }
43 -src_install() { :; }
44 -pkg_preinst() { :; }
45 -pkg_postinst() { :; }