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-threads: ChangeLog ruby-threads-5.ebuild
Date: Thu, 26 Dec 2013 09:30:34
Message-Id: 20131226093031.02B402004C@flycatcher.gentoo.org
1 graaff 13/12/26 09:30:30
2
3 Modified: ChangeLog
4 Added: ruby-threads-5.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.26 virtual/ruby-threads/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 22 Dec 2013 14:32:01 -0000 1.25
24 +++ ChangeLog 26 Dec 2013 09:30:30 -0000 1.26
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/ruby-threads
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.25 2013/12/22 14:32:01 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.26 2013/12/26 09:30:30 graaff Exp $
30 +
31 +*ruby-threads-5 (26 Dec 2013)
32 +
33 + 26 Dec 2013; Hans de Graaff <graaff@g.o> +ruby-threads-5.ebuild:
34 + Add ruby21.
35
36 22 Dec 2013; Jeroen Roovers <jer@g.o> ruby-threads-0.ebuild,
37 ruby-threads-1.ebuild:
38
39
40
41 1.1 virtual/ruby-threads/ruby-threads-5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ruby-threads-5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-threads/ruby-threads-5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-threads-5.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-threads/ruby-threads-5.ebuild,v 1.1 2013/12/26 09:30:30 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby21"
54
55 inherit ruby-ng
56
57 DESCRIPTION="Virtual ebuild for a ruby interpreter with threading enabled."
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 ~x86-fbsd ~x64-macos"
64 IUSE=""
65
66 RDEPEND="dev-lang/ruby:2.1"
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.