diff options
Diffstat (limited to 'dev-perl/Apache-DBI/Apache-DBI-1.03.ebuild')
-rw-r--r-- | dev-perl/Apache-DBI/Apache-DBI-1.03.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/Apache-DBI/Apache-DBI-1.03.ebuild b/dev-perl/Apache-DBI/Apache-DBI-1.03.ebuild deleted file mode 100644 index 6a50061ebaa6..000000000000 --- a/dev-perl/Apache-DBI/Apache-DBI-1.03.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/Apache-DBI/Apache-DBI-1.03.ebuild,v 1.6 2007/01/07 18:26:24 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Apache::DBI module for perl" -SRC_URI="mirror://cpan/authors/id/P/PG/PGOLLUCCI/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~pgollucci/${P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="virtual/perl-Test-Simple - >=dev-perl/Digest-SHA1-2.01 - >=dev-perl/DBI-1.30 - dev-lang/perl" - -export OPTIMIZE="$CFLAGS" |