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/CPAN-Checksums: ChangeLog CPAN-Checksums-2.01.ebuild
Date: Fri, 05 Sep 2008 08:40:19
Message-Id: E1KbWrY-00036n-Qr@stork.gentoo.org
1 tove 08/09/05 08:40:16
2
3 Modified: ChangeLog
4 Added: CPAN-Checksums-2.01.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.19 dev-perl/CPAN-Checksums/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 2 Aug 2008 20:04:37 -0000 1.18
23 +++ ChangeLog 5 Sep 2008 08:40:16 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/CPAN-Checksums
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.18 2008/08/02 20:04:37 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.19 2008/09/05 08:40:16 tove Exp $
29 +
30 +*CPAN-Checksums-2.01 (05 Sep 2008)
31 +
32 + 05 Sep 2008; Torsten Veller <tove@g.o> +CPAN-Checksums-2.01.ebuild:
33 + Version bump
34
35 *CPAN-Checksums-2.00 (02 Aug 2008)
36
37
38
39
40 1.1 dev-perl/CPAN-Checksums/CPAN-Checksums-2.01.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.01.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.01.ebuild?rev=1.1&content-type=text/plain
44
45 Index: CPAN-Checksums-2.01.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.01.ebuild,v 1.1 2008/09/05 08:40:16 tove Exp $
50
51 MODULE_AUTHOR=ANDK
52 inherit perl-module
53
54 DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
55
56 LICENSE="|| ( Artistic GPL-2 )"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
59 IUSE="test"
60
61 RDEPEND="dev-perl/Data-Compare
62 dev-perl/Compress-Zlib
63 dev-perl/Compress-Bzip2
64 dev-perl/Digest-SHA
65 virtual/perl-File-Temp
66 virtual/perl-Digest-MD5
67 dev-lang/perl"
68 DEPEND="${RDEPEND}
69 test? ( dev-perl/Test-Pod
70 dev-perl/Test-Pod-Coverage )"
71
72 SRC_TEST="do"