Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/ruby-ssl: ChangeLog ruby-ssl-5.ebuild
Date: Tue, 30 Dec 2014 12:24:53
Message-Id: 20141230122448.28695E7E0@oystercatcher.gentoo.org
1 graaff 14/12/30 12:24:48
2
3 Modified: ChangeLog
4 Added: ruby-ssl-5.ebuild
5 Log:
6 Add a version for ruby22.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.32 virtual/ruby-ssl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 10 Oct 2014 09:02:44 -0000 1.31
24 +++ ChangeLog 30 Dec 2014 12:24:48 -0000 1.32
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/ruby-ssl
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.31 2014/10/10 09:02:44 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.32 2014/12/30 12:24:48 graaff Exp $
30 +
31 +*ruby-ssl-5 (30 Dec 2014)
32 +
33 + 30 Dec 2014; Hans de Graaff <graaff@g.o> +ruby-ssl-5.ebuild:
34 + Add a version for ruby22.
35
36 10 Oct 2014; Hans de Graaff <graaff@g.o> -ruby-ssl-2.ebuild:
37 Remove masked jruby 1.6 version.
38
39
40
41 1.1 virtual/ruby-ssl/ruby-ssl-5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ruby-ssl-5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ruby-ssl-5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-ssl-5.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ruby-ssl-5.ebuild,v 1.1 2014/12/30 12:24:48 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby22"
54
55 inherit ruby-ng
56
57 DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings"
58 HOMEPAGE=""
59 SRC_URI=""
60
61 LICENSE=""
62 SLOT="${USE_RUBY}"
63 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"
64 IUSE=""
65
66 RDEPEND="dev-lang/ruby:2.2[ssl]"
67
68 pkg_setup() { :; }
69 src_unpack() { :; }
70 src_prepare() { :; }
71 src_compile() { :; }
72 src_install() { :; }
73 pkg_preinst() { :; }
74 pkg_postinst() { :; }
75
76 # DEVELOPERS' NOTE!
77 #
78 # This virtual has multiple version that ties one-by-one with the Ruby
79 # implementation they provide the value for; this is to simplify
80 # keywording practise that has been shown to be very messy for other
81 # virtuals.
82 #
83 # Make sure that you DO NOT change the version of the virtual's
84 # ebuilds unless you're adding a new implementation; instead simply
85 # revision-bump it.
86 #
87 # A reference to ~${PV} for each of the version has to be added to
88 # profiles/base/package.use.force to make sure that they are always
89 # used with their own implementation.
90 #
91 # ruby_add_[br]depend will take care of depending on multiple versions
92 # without any frown.