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