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: Text-CSV_XS-0.71.ebuild ChangeLog
Date: Fri, 19 Feb 2010 13:14:16
Message-Id: E1NiSgO-0007JO-F2@stork.gentoo.org
1 tove 10/02/19 13:14:12
2
3 Modified: ChangeLog
4 Added: Text-CSV_XS-0.71.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.64 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.64&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 14 Jan 2010 15:17:04 -0000 1.63
23 +++ ChangeLog 19 Feb 2010 13:14:11 -0000 1.64
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Text-CSV_XS
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.63 2010/01/14 15:17:04 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.64 2010/02/19 13:14:11 tove Exp $
29 +
30 +*Text-CSV_XS-0.71 (19 Feb 2010)
31 +
32 + 19 Feb 2010; Torsten Veller <tove@g.o> +Text-CSV_XS-0.71.ebuild:
33 + Version bump
34
35 14 Jan 2010; Fabian Groffen <grobian@g.o> Text-CSV_XS-0.70.ebuild:
36 Transfer Prefix keywords
37
38
39
40 1.1 dev-perl/Text-CSV_XS/Text-CSV_XS-0.71.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.71.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.71.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Text-CSV_XS-0.71.ebuild
46 ===================================================================
47 # Copyright 1999-2010 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.71.ebuild,v 1.1 2010/02/19 13:14:11 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
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"