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:34
Message-Id: 1451550502.55ff6b3c6301d4468e0f099d6230760f736dab4e.graaff@gentoo
1 commit: 55ff6b3c6301d4468e0f099d6230760f736dab4e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 06:36:51 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:28:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ff6b3c
7
8 virtual/ruby-ssl: update ruby targets
9
10 Package-Manager: portage-2.2.24
11
12 virtual/ruby-ssl/ruby-ssl-8.ebuild | 31 +++++++++++++++++++++++++++++++
13 1 file changed, 31 insertions(+)
14
15 diff --git a/virtual/ruby-ssl/ruby-ssl-8.ebuild b/virtual/ruby-ssl/ruby-ssl-8.ebuild
16 new file mode 100644
17 index 0000000..3173335
18 --- /dev/null
19 +++ b/virtual/ruby-ssl/ruby-ssl-8.ebuild
20 @@ -0,0 +1,31 @@
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="ruby20 ruby21 ruby22 ruby23"
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_ruby20? ( dev-lang/ruby:2.0[ssl] )
41 + ruby_targets_ruby21? ( dev-lang/ruby:2.1[ssl] )
42 + ruby_targets_ruby22? ( dev-lang/ruby:2.2[ssl] )
43 + ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] )"
44 +
45 +pkg_setup() { :; }
46 +src_unpack() { :; }
47 +src_prepare() { :; }
48 +src_compile() { :; }
49 +src_install() { :; }
50 +pkg_preinst() { :; }
51 +pkg_postinst() { :; }