Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.64.ebuild
Date: Sun, 03 May 2009 20:01:16
Message-Id: E1M0fjN-0000CF-VT@stork.gentoo.org
1 maekke 09/05/03 17:44:01
2
3 Modified: ChangeLog Text-CSV_XS-0.64.ebuild
4 Log:
5 amd64 stable, bug #268185
6 (Portage version: 2.1.6.12/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.45 dev-perl/Text-CSV_XS/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.45&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.45&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.44&r2=1.45
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
18 retrieving revision 1.44
19 retrieving revision 1.45
20 diff -u -r1.44 -r1.45
21 --- ChangeLog 3 May 2009 13:41:18 -0000 1.44
22 +++ ChangeLog 3 May 2009 17:44:01 -0000 1.45
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Text-CSV_XS
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.44 2009/05/03 13:41:18 ranger Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.45 2009/05/03 17:44:01 maekke Exp $
29 +
30 + 03 May 2009; Markus Meier <maekke@g.o> Text-CSV_XS-0.64.ebuild:
31 + amd64 stable, bug #268185
32
33 03 May 2009; Brent Baude <ranger@g.o> Text-CSV_XS-0.64.ebuild:
34 stable ppc64, bug 268185
35
36
37
38 1.5 dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild?r1=1.4&r2=1.5
43
44 Index: Text-CSV_XS-0.64.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- Text-CSV_XS-0.64.ebuild 3 May 2009 13:41:18 -0000 1.4
51 +++ Text-CSV_XS-0.64.ebuild 3 May 2009 17:44:01 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild,v 1.4 2009/05/03 13:41:18 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild,v 1.5 2009/05/03 17:44:01 maekke Exp $
57
58 EAPI=2
59
60 @@ -11,7 +11,7 @@
61 DESCRIPTION="comma-separated values manipulation routines"
62
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc x86"
65 +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
66 IUSE="test"
67
68 RDEPEND=""