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/Test-LongString: ChangeLog Test-LongString-0.13.ebuild
Date: Tue, 02 Feb 2010 17:32:44
Message-Id: E1NcMc9-0006KB-IA@stork.gentoo.org
1 tove 10/02/02 17:32:37
2
3 Modified: ChangeLog
4 Added: Test-LongString-0.13.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 dev-perl/Test-LongString/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-LongString/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-LongString/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-LongString/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 14 Jan 2010 14:36:42 -0000 1.25
23 +++ ChangeLog 2 Feb 2010 17:32:36 -0000 1.26
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Test-LongString
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.25 2010/01/14 14:36:42 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.26 2010/02/02 17:32:36 tove Exp $
29 +
30 +*Test-LongString-0.13 (02 Feb 2010)
31 +
32 + 02 Feb 2010; Torsten Veller <tove@g.o>
33 + +Test-LongString-0.13.ebuild:
34 + Version bump
35
36 14 Jan 2010; Fabian Groffen <grobian@g.o>
37 Test-LongString-0.11.ebuild, Test-LongString-0.12.ebuild:
38
39
40
41 1.1 dev-perl/Test-LongString/Test-LongString-0.13.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Test-LongString-0.13.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.13.ebuild,v 1.1 2010/02/02 17:32:36 tove Exp $
51
52 EAPI=2
53
54 MODULE_AUTHOR=RGARCIA
55 inherit perl-module
56
57 DESCRIPTION="A library to test long strings."
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
61 IUSE="test"
62
63 RDEPEND=""
64 DEPEND="test? ( dev-perl/Test-Pod
65 dev-perl/Test-Pod-Coverage )"
66
67 SRC_TEST="do"