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-4.ebuild
Date: Thu, 26 Dec 2013 09:29:04
Message-Id: 20131226092900.8D6A42004C@flycatcher.gentoo.org
1 graaff 13/12/26 09:29:00
2
3 Modified: ChangeLog
4 Added: ruby-ssl-4.ebuild
5 Log:
6 Add ruby21.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.25 virtual/ruby-ssl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 24 Dec 2013 16:56:44 -0000 1.24
24 +++ ChangeLog 26 Dec 2013 09:29:00 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/ruby-ssl
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.24 2013/12/24 16:56:44 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.25 2013/12/26 09:29:00 graaff Exp $
30 +
31 +*ruby-ssl-4 (26 Dec 2013)
32 +
33 + 26 Dec 2013; Hans de Graaff <graaff@g.o> +ruby-ssl-4.ebuild:
34 + Add ruby21.
35
36 24 Dec 2013; Agostino Sarubbo <ago@g.o> ruby-ssl-3.ebuild:
37 Stable for ppc64, wrt bug #487004
38
39
40
41 1.1 virtual/ruby-ssl/ruby-ssl-4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ruby-ssl-4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ssl/ruby-ssl-4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-ssl-4.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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-4.ebuild,v 1.1 2013/12/26 09:29:00 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby21"
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.1[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.