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/tzinfo: ChangeLog tzinfo-1.2.2.ebuild
Date: Wed, 25 Feb 2015 19:32:14
Message-Id: 20150225193206.0FABF128AB@oystercatcher.gentoo.org
1 graaff 15/02/25 19:32:06
2
3 Modified: ChangeLog tzinfo-1.2.2.ebuild
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.139 dev-ruby/tzinfo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.139&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.139&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.138&r2=1.139
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
19 retrieving revision 1.138
20 retrieving revision 1.139
21 diff -u -r1.138 -r1.139
22 --- ChangeLog 10 Nov 2014 15:58:14 -0000 1.138
23 +++ ChangeLog 25 Feb 2015 19:32:06 -0000 1.139
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/tzinfo
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.138 2014/11/10 15:58:14 mrueg Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.139 2015/02/25 19:32:06 graaff Exp $
30 +
31 + 25 Feb 2015; Hans de Graaff <graaff@g.o> tzinfo-1.2.2.ebuild:
32 + Add ruby22.
33
34 10 Nov 2014; Manuel RĂ¼ger <mrueg@g.o> tzinfo-0.3.37-r1.ebuild,
35 tzinfo-0.3.37.ebuild, tzinfo-0.3.38.ebuild:
36
37
38
39 1.3 dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild?r1=1.2&r2=1.3
44
45 Index: tzinfo-1.2.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- tzinfo-1.2.2.ebuild 12 Aug 2014 21:28:40 -0000 1.2
52 +++ tzinfo-1.2.2.ebuild 25 Feb 2015 19:32:06 -0000 1.3
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild,v 1.2 2014/08/12 21:28:40 blueness Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild,v 1.3 2015/02/25 19:32:06 graaff Exp $
59
60 EAPI=5
61 -USE_RUBY="ruby19 ruby20 ruby21"
62 +USE_RUBY="ruby19 ruby20 ruby21 ruby22"
63
64 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"