Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@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.68.ebuild
Date: Tue, 06 Oct 2009 18:31:04
Message-Id: E1MvEoQ-0000vJ-K0@stork.gentoo.org
1 tove 09/10/06 18:31:02
2
3 Modified: ChangeLog
4 Added: Text-CSV_XS-0.68.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 dev-perl/Text-CSV_XS/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 27 Sep 2009 15:04:04 -0000 1.54
23 +++ ChangeLog 6 Oct 2009 18:31:02 -0000 1.55
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Text-CSV_XS
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.54 2009/09/27 15:04:04 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.55 2009/10/06 18:31:02 tove Exp $
29 +
30 +*Text-CSV_XS-0.68 (06 Oct 2009)
31 +
32 + 06 Oct 2009; Torsten Veller <tove@g.o> +Text-CSV_XS-0.68.ebuild:
33 + Version bump
34
35 27 Sep 2009; Brent Baude <ranger@g.o> Text-CSV_XS-0.67.ebuild:
36 Marking Text-CSV_XS-0.67 ppc64 stable for bug 283969
37
38
39
40 1.1 dev-perl/Text-CSV_XS/Text-CSV_XS-0.68.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.68.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.68.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Text-CSV_XS-0.68.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.68.ebuild,v 1.1 2009/10/06 18:31:02 tove Exp $
50
51 EAPI=2
52
53 MODULE_AUTHOR=HMBRAND
54 #MODULE_A=${P}.tgz
55 inherit perl-module
56
57 DESCRIPTION="comma-separated values manipulation routines"
58
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE="test"
62
63 RDEPEND=""
64 DEPEND="${RDEPEND}
65 test? ( dev-perl/Test-Pod
66 dev-perl/Test-Pod-Coverage )"
67
68 SRC_TEST="do"