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 dev-ruby/thread_safe: thread_safe-0.3.4.ebuild ChangeLog
Date: Fri, 06 Feb 2015 07:24:19
Message-Id: 20150206072417.14E201129C@oystercatcher.gentoo.org
1 graaff 15/02/06 07:24:17
2
3 Modified: thread_safe-0.3.4.ebuild ChangeLog
4 Log:
5 Add ruby22.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.4 dev-ruby/thread_safe/thread_safe-0.3.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild?r1=1.3&r2=1.4
15
16 Index: thread_safe-0.3.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- thread_safe-0.3.4.ebuild 12 Aug 2014 21:28:00 -0000 1.3
23 +++ thread_safe-0.3.4.ebuild 6 Feb 2015 07:24:17 -0000 1.4
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v 1.3 2014/08/12 21:28:00 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v 1.4 2015/02/06 07:24:17 graaff Exp $
30
31 EAPI=5
32 -# jruby → there is code for this in ext but that requires compiling java.
33 -USE_RUBY="ruby19 ruby20 ruby21"
34 +
35 +USE_RUBY="ruby19 ruby20 ruby21 ruby22"
36
37 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38
39
40
41
42 1.19 dev-ruby/thread_safe/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.19&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.19&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.18&r2=1.19
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
51 retrieving revision 1.18
52 retrieving revision 1.19
53 diff -u -r1.18 -r1.19
54 --- ChangeLog 12 Aug 2014 21:28:00 -0000 1.18
55 +++ ChangeLog 6 Feb 2015 07:24:17 -0000 1.19
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-ruby/thread_safe
58 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.18 2014/08/12 21:28:00 blueness Exp $
60 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.19 2015/02/06 07:24:17 graaff Exp $
62 +
63 + 06 Feb 2015; Hans de Graaff <graaff@g.o> thread_safe-0.3.4.ebuild:
64 + Add ruby22.
65
66 12 Aug 2014; Anthony G. Basile <blueness@g.o> thread_safe-0.3.4.ebuild:
67 Keyword ~ppc and ~ppc64, bug #519170