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