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