summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-13 22:05:57 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-13 22:05:57 +0000
commit6b7f1956fc4c8f4504cf3295280fc1087267e784 (patch)
tree5c26c1ecf41a91c88ac1faff7acf1bb43d09dec1 /perl-core/digest-base
parentCleanup (diff)
downloadgentoo-2-6b7f1956fc4c8f4504cf3295280fc1087267e784.tar.gz
gentoo-2-6b7f1956fc4c8f4504cf3295280fc1087267e784.tar.bz2
gentoo-2-6b7f1956fc4c8f4504cf3295280fc1087267e784.zip
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'perl-core/digest-base')
-rw-r--r--perl-core/digest-base/ChangeLog7
-rw-r--r--perl-core/digest-base/digest-base-1.13.ebuild23
2 files changed, 5 insertions, 25 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog
index 6e20d9116340..0de57ff74a9b 100644
--- a/perl-core/digest-base/ChangeLog
+++ b/perl-core/digest-base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/digest-base
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.34 2008/08/22 21:26:56 aballier Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.35 2009/03/13 22:05:57 tove Exp $
+
+ 13 Mar 2009; Torsten Veller <tove@gentoo.org> -digest-base-1.13.ebuild:
+ Cleanup
22 Aug 2008; Alexis Ballier <aballier@gentoo.org> digest-base-1.15.ebuild:
keyword ~sparc-fbsd
diff --git a/perl-core/digest-base/digest-base-1.13.ebuild b/perl-core/digest-base/digest-base-1.13.ebuild
deleted file mode 100644
index 9d4e4dbb91bf..000000000000
--- a/perl-core/digest-base/digest-base-1.13.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/perl-core/digest-base/digest-base-1.13.ebuild,v 1.13 2007/01/19 17:55:32 mcummings Exp $
-
-inherit perl-module
-
-MY_P=Digest-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Modules that calculate message digests"
-HOMEPAGE="http://search.cpan.org/~gaas/"
-SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl
- virtual/perl-MIME-Base64"
-
-SRC_TEST="do"
-mydoc="rfc*.txt"