diff options
Diffstat (limited to 'perl-core/digest-base/digest-base-1.15.ebuild')
-rw-r--r-- | perl-core/digest-base/digest-base-1.15.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/perl-core/digest-base/digest-base-1.15.ebuild b/perl-core/digest-base/digest-base-1.15.ebuild deleted file mode 100644 index f60a4b58aaa6..000000000000 --- a/perl-core/digest-base/digest-base-1.15.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 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.15.ebuild,v 1.16 2009/12/16 21:46:44 abcd 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 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-lang/perl - virtual/perl-MIME-Base64" - -SRC_TEST="do" -mydoc="rfc*.txt" |