Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@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.74.ebuild
Date: Thu, 30 Sep 2010 19:02:12
Message-Id: 20100930190205.BCFFB20051@flycatcher.gentoo.org
1 robbat2 10/09/30 19:02:05
2
3 Modified: ChangeLog
4 Added: Text-CSV_XS-0.74.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.74 dev-perl/Text-CSV_XS/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.74&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.74&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.73&r2=1.74
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
20 retrieving revision 1.73
21 retrieving revision 1.74
22 diff -p -w -b -B -u -u -r1.73 -r1.74
23 --- ChangeLog 23 Sep 2010 08:37:06 -0000 1.73
24 +++ ChangeLog 30 Sep 2010 19:02:05 -0000 1.74
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Text-CSV_XS
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.73 2010/09/23 08:37:06 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.74 2010/09/30 19:02:05 robbat2 Exp $
30 +
31 +*Text-CSV_XS-0.74 (30 Sep 2010)
32 +
33 + 30 Sep 2010; Robin H. Johnson <robbat2@g.o>
34 + +Text-CSV_XS-0.74.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 23 Sep 2010; Fabian Groffen <grobian@g.o> Text-CSV_XS-0.73.ebuild:
38 Marked ~x64-solaris
39
40
41
42 1.1 dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Text-CSV_XS-0.74.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild,v 1.1 2010/09/30 19:02:05 robbat2 Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=HMBRAND
56 MODULE_A=${P}.tgz
57 inherit perl-module
58
59 DESCRIPTION="comma-separated values manipulation routines"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
63 IUSE="test"
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}
67 test? ( dev-perl/Test-Pod
68 dev-perl/Test-Pod-Coverage )"
69
70 SRC_TEST="parallel"