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/countdownlatch: ChangeLog countdownlatch-1.0.0-r1.ebuild
Date: Sat, 28 Dec 2013 08:02:11
Message-Id: 20131228080206.EAEAF2004C@flycatcher.gentoo.org
1 graaff 13/12/28 08:02:06
2
3 Modified: ChangeLog countdownlatch-1.0.0-r1.ebuild
4 Log:
5 Add ruby21.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.4 dev-ruby/countdownlatch/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 29 Oct 2013 16:54:21 -0000 1.3
23 +++ ChangeLog 28 Dec 2013 08:02:06 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/countdownlatch
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v 1.3 2013/10/29 16:54:21 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v 1.4 2013/12/28 08:02:06 graaff Exp $
29 +
30 + 28 Dec 2013; Hans de Graaff <graaff@g.o>
31 + countdownlatch-1.0.0-r1.ebuild:
32 + Add ruby21.
33
34 *countdownlatch-1.0.0-r1 (29 Oct 2013)
35
36
37
38
39 1.2 dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: countdownlatch-1.0.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- countdownlatch-1.0.0-r1.ebuild 29 Oct 2013 16:54:21 -0000 1.1
52 +++ countdownlatch-1.0.0-r1.ebuild 28 Dec 2013 08:02:06 -0000 1.2
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild,v 1.1 2013/10/29 16:54:21 mrueg Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild,v 1.2 2013/12/28 08:02:06 graaff Exp $
58
59 EAPI=5
60 -USE_RUBY="ruby18 ruby19 ruby20 jruby"
61 +USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
62
63 RUBY_FAKEGEM_TASK_TEST="test"
64 RUBY_FAKEGEM_TASK_DOC=""