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
commitc896a51932661ca29181c336fe733d83534ee3a4 (patch)
tree9b467a826b2d28926d0173efb4d9463835dc87cc /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)
downloadgentoo-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-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"