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: Fri, 27 Jan 2017 06:32:38
Message-Id: 1485498739.55c30b556981e37bdd2c20b89d150efb29e4fe60.graaff@gentoo
1 commit: 55c30b556981e37bdd2c20b89d150efb29e4fe60
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 06:36:58 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 27 06:32:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c30b55
7
8 virtual/ruby-ssl: add ruby24 version
9
10 Package-Manager: portage-2.3.3
11
12 virtual/ruby-ssl/ruby-ssl-9.ebuild | 32 ++++++++++++++++++++++++++++++++
13 1 file changed, 32 insertions(+)
14
15 diff --git a/virtual/ruby-ssl/ruby-ssl-9.ebuild b/virtual/ruby-ssl/ruby-ssl-9.ebuild
16 new file mode 100644
17 index 00000000..680a0b0
18 --- /dev/null
19 +++ b/virtual/ruby-ssl/ruby-ssl-9.ebuild
20 @@ -0,0 +1,32 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +USE_RUBY="ruby21 ruby22 ruby23 ruby24"
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_ruby21? ( dev-lang/ruby:2.1[ssl] )
41 + ruby_targets_ruby22? ( dev-lang/ruby:2.2[ssl] )
42 + ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] )
43 + ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] )
44 +"
45 +
46 +pkg_setup() { :; }
47 +src_unpack() { :; }
48 +src_prepare() { :; }
49 +src_compile() { :; }
50 +src_install() { :; }
51 +pkg_preinst() { :; }
52 +pkg_postinst() { :; }