diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-05-05 13:47:13 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-05-05 13:47:13 +0000 |
commit | c896a51932661ca29181c336fe733d83534ee3a4 (patch) | |
tree | 9b467a826b2d28926d0173efb4d9463835dc87cc /dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild | |
parent | The ebuild was hard coding 0.9 to SRC_URI so it wasn't a version bump at all.... (diff) | |
download | gentoo-2-c896a51932661ca29181c336fe733d83534ee3a4.tar.gz gentoo-2-c896a51932661ca29181c336fe733d83534ee3a4.tar.bz2 gentoo-2-c896a51932661ca29181c336fe733d83534ee3a4.zip |
Cleanup
(Portage version: 2.1.2.6)
Diffstat (limited to 'dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild')
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild deleted file mode 100644 index 7176359a8c3d..000000000000 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild +++ /dev/null @@ -1,19 +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/DBD-SQLite/DBD-SQLite-1.08.ebuild,v 1.8 2006/10/09 13:56:38 mcummings Exp $ - -inherit perl-module eutils - -DESCRIPTION="Self Contained RDBMS in a DBI Driver" -HOMEPAGE="http://search.cpan.org/~msergeant/${P}/" -SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -SRC_TEST="do" - -DEPEND=">=dev-perl/DBI-1.42 - !<dev-perl/DBD-SQLite-1 - dev-lang/perl" |