summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-08-02 20:04:37 +0000
committerTorsten Veller <tove@gentoo.org>2008-08-02 20:04:37 +0000
commitfc74ff49086efb8abb60502bb956ee89229afb7b (patch)
tree4aca1629757a3ff21425542ca12fc747ccd71cdf /dev-perl/CPAN-Checksums
parentalpha/ia64/sparc/x86 stable wrt #233675 (diff)
downloadgentoo-2-fc74ff49086efb8abb60502bb956ee89229afb7b.tar.gz
gentoo-2-fc74ff49086efb8abb60502bb956ee89229afb7b.tar.bz2
gentoo-2-fc74ff49086efb8abb60502bb956ee89229afb7b.zip
Version bump
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/CPAN-Checksums')
-rw-r--r--dev-perl/CPAN-Checksums/CPAN-Checksums-2.00.ebuild23
-rw-r--r--dev-perl/CPAN-Checksums/ChangeLog9
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.00.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.00.ebuild
new file mode 100644
index 000000000000..ab1cf74a9374
--- /dev/null
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.00.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+MODULE_AUTHOR=ANDK
+inherit perl-module
+
+DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/Data-Compare
+ dev-perl/Compress-Zlib
+ dev-perl/Compress-Bzip2
+ dev-perl/Digest-SHA
+ virtual/perl-File-Temp
+ virtual/perl-Digest-MD5
+ dev-lang/perl"
+
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Checksums/ChangeLog b/dev-perl/CPAN-Checksums/ChangeLog
index 2534a8a18d76..919401bbf9e0 100644
--- a/dev-perl/CPAN-Checksums/ChangeLog
+++ b/dev-perl/CPAN-Checksums/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/CPAN-Checksums
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.17 2007/03/05 11:18:41 ticho Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.18 2008/08/02 20:04:37 tove Exp $
+
+*CPAN-Checksums-2.00 (02 Aug 2008)
+
+ 02 Aug 2008; Torsten Veller <tove@gentoo.org> +CPAN-Checksums-2.00.ebuild:
+ Version bump
05 Mar 2007; Andrej Kacian <ticho@gentoo.org> CPAN-Checksums-1.050.ebuild:
Stable on x86, bug #169152.