summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2007-05-05 13:47:13 +0000
committerChristian Hartmann <ian@gentoo.org>2007-05-05 13:47:13 +0000
commit8dbc723cfbe2a2d68971f1e6a5598a068502263c (patch)
treee14834ca28e1e6f288d13394171f0dc74be0041c /dev-perl/DBD-SQLite/DBD-SQLite-0.31-r1.ebuild
parentThe ebuild was hard coding 0.9 to SRC_URI so it wasn't a version bump at all.... (diff)
downloadhistorical-8dbc723cfbe2a2d68971f1e6a5598a068502263c.tar.gz
historical-8dbc723cfbe2a2d68971f1e6a5598a068502263c.tar.bz2
historical-8dbc723cfbe2a2d68971f1e6a5598a068502263c.zip
Cleanup
Package-Manager: portage-2.1.2.6
Diffstat (limited to 'dev-perl/DBD-SQLite/DBD-SQLite-0.31-r1.ebuild')
-rw-r--r--dev-perl/DBD-SQLite/DBD-SQLite-0.31-r1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-0.31-r1.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-0.31-r1.ebuild
deleted file mode 100644
index 8deaecfc5e64..000000000000
--- a/dev-perl/DBD-SQLite/DBD-SQLite-0.31-r1.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/dev-perl/DBD-SQLite/DBD-SQLite-0.31-r1.ebuild,v 1.1 2006/10/13 15:52:59 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="Self Contained RDBMS in a DBI Driver"
-HOMEPAGE="http://search.cpan.org/~msergeant/${P}/"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="x86 sparc ~ppc"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="dev-perl/DBI
- dev-lang/perl"