diff options
Diffstat (limited to 'dev-perl/Apache-DBI/Apache-DBI-1.01.ebuild')
-rw-r--r-- | dev-perl/Apache-DBI/Apache-DBI-1.01.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Apache-DBI/Apache-DBI-1.01.ebuild b/dev-perl/Apache-DBI/Apache-DBI-1.01.ebuild deleted file mode 100644 index 9c40ca35224e..000000000000 --- a/dev-perl/Apache-DBI/Apache-DBI-1.01.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 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.01.ebuild,v 1.5 2006/09/16 20:25:44 dertobi123 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" -RDEPEND="${DEPEND}" - -export OPTIMIZE="$CFLAGS" |