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.910.0.ebuild
Date: Wed, 22 Aug 2012 17:27:32
Message-Id: 20120822172718.3D44120379@flycatcher.gentoo.org
1 tove 12/08/22 17:27:18
2
3 Modified: ChangeLog
4 Added: Text-CSV_XS-0.910.0.ebuild
5 Log:
6 [bump] dev-perl/Text-CSV_XS-0.910.0
7
8 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.107 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.107&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.107&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.106&r2=1.107
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
20 retrieving revision 1.106
21 retrieving revision 1.107
22 diff -u -r1.106 -r1.107
23 --- ChangeLog 8 Aug 2012 01:24:17 -0000 1.106
24 +++ ChangeLog 22 Aug 2012 17:27:18 -0000 1.107
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Text-CSV_XS
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.106 2012/08/08 01:24:17 naota Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.107 2012/08/22 17:27:18 tove Exp $
30 +
31 +*Text-CSV_XS-0.910.0 (22 Aug 2012)
32 +
33 + 22 Aug 2012; Torsten Veller <tove@g.o> +Text-CSV_XS-0.910.0.ebuild:
34 + Version bump
35
36 08 Aug 2012; Naohiro Aota <naota@g.o> Text-CSV_XS-0.900.0.ebuild:
37 Add ~x86-fbsd wrt bug #428248
38
39
40
41 1.1 dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Text-CSV_XS-0.910.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.910.0.ebuild,v 1.1 2012/08/22 17:27:18 tove Exp $
51
52 EAPI=4
53
54 MODULE_A_EXT=tgz
55 MODULE_AUTHOR=HMBRAND
56 MODULE_VERSION=0.91
57 inherit perl-module
58
59 DESCRIPTION="Comma-separated values manipulation routines"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
63 IUSE="test"
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}
67 test? (
68 dev-perl/Test-Pod
69 dev-perl/Test-Pod-Coverage
70 )
71 "
72
73 SRC_TEST="parallel"