summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-30 08:08:48 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-30 08:08:48 +0000
commite56e74d7224f76b7549640343cc6cc4b0d8f08e1 (patch)
treecdb3e1b17d82aa1c194e3c72608486924095b4c2 /dev-perl/CPAN-Checksums
parentx86/amd64 stable, bug #198632 (diff)
downloadhistorical-e56e74d7224f76b7549640343cc6cc4b0d8f08e1.tar.gz
historical-e56e74d7224f76b7549640343cc6cc4b0d8f08e1.tar.bz2
historical-e56e74d7224f76b7549640343cc6cc4b0d8f08e1.zip
Cleanup
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/CPAN-Checksums')
-rw-r--r--dev-perl/CPAN-Checksums/CPAN-Checksums-1.039.ebuild23
-rw-r--r--dev-perl/CPAN-Checksums/CPAN-Checksums-2.00.ebuild23
-rw-r--r--dev-perl/CPAN-Checksums/ChangeLog6
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-1.039.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-1.039.ebuild
deleted file mode 100644
index 9d3406097785..000000000000
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-1.039.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-1.039.ebuild,v 1.8 2007/01/15 15:26:32 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
-HOMEPAGE="http://search.cpan.org/~andk/"
-SRC_URI="mirror://cpan/authors/id/A/AN/ANDK/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="ia64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="dev-perl/Data-Compare
- dev-perl/Compress-Zlib
- dev-perl/Compress-Bzip2
- dev-perl/Digest-SHA
- virtual/perl-Digest-MD5
- dev-lang/perl"
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.00.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.00.ebuild
deleted file mode 100644
index ab1cf74a9374..000000000000
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.00.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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 70da8ea28773..55c0a22d565a 100644
--- a/dev-perl/CPAN-Checksums/ChangeLog
+++ b/dev-perl/CPAN-Checksums/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/CPAN-Checksums
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.19 2008/09/05 08:40:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.20 2008/09/30 08:07:06 tove Exp $
+
+ 30 Sep 2008; Torsten Veller <tove@gentoo.org>
+ -CPAN-Checksums-1.039.ebuild, -CPAN-Checksums-2.00.ebuild:
+ Cleanup
*CPAN-Checksums-2.01 (05 Sep 2008)