diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-20 20:11:18 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-20 20:11:18 +0000 |
commit | eef2b79a1ac91891eff006a0ae1bd4acccdc072b (patch) | |
tree | 6ec2574e9f9934cc99955c99fb01ad7beda6c6e3 /perl-core/MIME-Base64/MIME-Base64-3.00.ebuild | |
parent | Stable on Alpha. (diff) | |
download | gentoo-2-eef2b79a1ac91891eff006a0ae1bd4acccdc072b.tar.gz gentoo-2-eef2b79a1ac91891eff006a0ae1bd4acccdc072b.tar.bz2 gentoo-2-eef2b79a1ac91891eff006a0ae1bd4acccdc072b.zip |
Cleaning up old ebuilds
(Portage version: 2.1.2_pre3-r5)
(Signed Manifest commit)
Diffstat (limited to 'perl-core/MIME-Base64/MIME-Base64-3.00.ebuild')
-rw-r--r-- | perl-core/MIME-Base64/MIME-Base64-3.00.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/perl-core/MIME-Base64/MIME-Base64-3.00.ebuild b/perl-core/MIME-Base64/MIME-Base64-3.00.ebuild deleted file mode 100644 index cec873fc9247..000000000000 --- a/perl-core/MIME-Base64/MIME-Base64-3.00.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/MIME-Base64-3.00.ebuild,v 1.2 2006/08/04 13:27:06 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" -SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~gaas/${P}/" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |