diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-04-17 07:19:58 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-04-17 12:05:21 +1200 |
commit | 318f49b58d598a751c60e71c6bf72e45045b8e15 (patch) | |
tree | f3ff0e408dedb53668b1a0182f556ef43aa3f4f5 /dev-perl | |
parent | dev-perl/Class-Container: Cleanup old (diff) | |
download | gentoo-318f49b58d598a751c60e71c6bf72e45045b8e15.tar.gz gentoo-318f49b58d598a751c60e71c6bf72e45045b8e15.tar.bz2 gentoo-318f49b58d598a751c60e71c6bf72e45045b8e15.zip |
dev-perl/Class-DBI: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Class-DBI/Class-DBI-3.0.17-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r1.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r1.ebuild deleted file mode 100644 index c51d2d5e2d9d..000000000000 --- a/dev-perl/Class-DBI/Class-DBI-3.0.17-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=TMTM -MY_P=${PN}-v${PV} -S=${WORKDIR}/${MY_P} - -inherit perl-module - -DESCRIPTION="Simple Database Abstraction" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-solaris" -IUSE="" - -# Tests aren't possible since they require interaction with the DB's - -RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 - >=dev-perl/Class-Accessor-0.18 - >=dev-perl/Class-Trigger-0.07 - virtual/perl-File-Temp - virtual/perl-Storable - virtual/perl-Test-Simple - virtual/perl-Scalar-List-Utils - dev-perl/Clone - >=dev-perl/Ima-DBI-0.33 - virtual/perl-version - >=dev-perl/UNIVERSAL-moniker-0.06" -DEPEND="${RDEPEND}" |