Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/XML-Fast: ChangeLog XML-Fast-0.110.0.ebuild
Date: Wed, 04 Jul 2012 06:22:54
Message-Id: 20120704062240.1C8362004B@flycatcher.gentoo.org
1 jdhore 12/07/04 06:22:40
2
3 Modified: ChangeLog XML-Fast-0.110.0.ebuild
4 Log:
5 marked x86 per bug 422473
6
7 (Portage version: 2.2.0_alpha115/cvs/Linux i686)
8
9 Revision Changes Path
10 1.5 dev-perl/XML-Fast/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Fast/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Fast/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Fast/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Fast/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 24 Jun 2012 12:59:25 -0000 1.4
23 +++ ChangeLog 4 Jul 2012 06:22:40 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/XML-Fast
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Fast/ChangeLog,v 1.4 2012/06/24 12:59:25 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Fast/ChangeLog,v 1.5 2012/07/04 06:22:40 jdhore Exp $
29 +
30 + 04 Jul 2012; Jeff Horelick <jdhore@g.o> XML-Fast-0.110.0.ebuild:
31 + marked x86 per bug 422473
32
33 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
34 Update CPAN upstream info
35
36
37
38 1.3 dev-perl/XML-Fast/XML-Fast-0.110.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Fast/XML-Fast-0.110.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Fast/XML-Fast-0.110.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Fast/XML-Fast-0.110.0.ebuild?r1=1.2&r2=1.3
43
44 Index: XML-Fast-0.110.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Fast/XML-Fast-0.110.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- XML-Fast-0.110.0.ebuild 20 Jun 2012 20:30:26 -0000 1.2
51 +++ XML-Fast-0.110.0.ebuild 4 Jul 2012 06:22:40 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Fast/XML-Fast-0.110.0.ebuild,v 1.2 2012/06/20 20:30:26 hasufell Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Fast/XML-Fast-0.110.0.ebuild,v 1.3 2012/07/04 06:22:40 jdhore Exp $
57
58 EAPI=4
59
60 @@ -11,7 +11,7 @@
61 DESCRIPTION="Simple and very fast XML to hash conversion"
62
63 SLOT="0"
64 -KEYWORDS="amd64 ~x86"
65 +KEYWORDS="amd64 x86"
66 IUSE=""
67
68 RDEPEND="virtual/perl-Encode"