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.02.ebuild
Date: Fri, 31 Oct 2008 17:13:35
Message-Id: E1KvxYy-0005oe-Qe@stork.gentoo.org
1 tove 08/10/31 17:13:32
2
3 Modified: ChangeLog
4 Added: CPAN-Checksums-2.02.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.21 dev-perl/CPAN-Checksums/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 30 Sep 2008 08:07:06 -0000 1.20
23 +++ ChangeLog 31 Oct 2008 17:13:32 -0000 1.21
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.20 2008/09/30 08:07:06 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.21 2008/10/31 17:13:32 tove Exp $
29 +
30 +*CPAN-Checksums-2.02 (31 Oct 2008)
31 +
32 + 31 Oct 2008; Torsten Veller <tove@g.o> +CPAN-Checksums-2.02.ebuild:
33 + Version bump
34
35 30 Sep 2008; Torsten Veller <tove@g.o>
36 -CPAN-Checksums-1.039.ebuild, -CPAN-Checksums-2.00.ebuild:
37
38
39
40 1.1 dev-perl/CPAN-Checksums/CPAN-Checksums-2.02.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.02.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.02.ebuild?rev=1.1&content-type=text/plain
44
45 Index: CPAN-Checksums-2.02.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.02.ebuild,v 1.1 2008/10/31 17:13:32 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/Compress-Zlib
62 dev-perl/Compress-Bzip2
63 dev-perl/Data-Compare
64 dev-perl/Digest-SHA
65 virtual/perl-Digest-MD5
66 virtual/perl-File-Temp
67 virtual/perl-IO
68 dev-lang/perl"
69 DEPEND="${RDEPEND}
70 test? ( dev-perl/Test-Pod
71 dev-perl/Test-Pod-Coverage )"
72
73 SRC_TEST="do"