summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-04-12 19:42:13 +1200
committerKent Fredric <kentnl@gentoo.org>2018-04-15 20:35:45 +1200
commitbe9710fdbe4c3aa30570a43232aabecdf08c0eb3 (patch)
treece4a2800e8abc27136af9c176d0ef71e188ed6a7
parentdev-perl/Class-DBI-AbstractSearch: Cleanup old (diff)
downloadgentoo-be9710fdbe4c3aa30570a43232aabecdf08c0eb3.tar.gz
gentoo-be9710fdbe4c3aa30570a43232aabecdf08c0eb3.tar.bz2
gentoo-be9710fdbe4c3aa30570a43232aabecdf08c0eb3.zip
dev-perl/Class-DBI-mysql: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0-r1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0-r1.ebuild b/dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0-r1.ebuild
deleted file mode 100644
index ce73f2deef63..000000000000
--- a/dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TMTM
-MODULE_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION="Extensions to Class::DBI for MySQL"
-
-LICENSE="|| ( GPL-3 GPL-2 )" # GPL-2+
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-#Can't put tests here because they require interaction with the DB
-
-RDEPEND="dev-perl/Class-DBI
- dev-perl/DBD-mysql"
-DEPEND="${RDEPEND}"