commit: 04911b12cfb7681f7eb86bc1e24792089721b051
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 08:52:24 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 09:01:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04911b12
dev-perl/DBIx-Class-InflateColumn-IP: Cleanup old 0.20.30-r1
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git
a/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild
b/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild
deleted file mode 100644
index a6a213a602f..00000000000
---
a/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ILMARI
-DIST_VERSION=0.02003
-inherit perl-module
-
-DESCRIPTION="Auto-create NetAddr::IP objects from columns"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/NetAddr-IP
- >=dev-perl/DBIx-Class-0.81.70
-"
-DEPEND="${RDEPEND}
- test? ( dev-perl/DBD-SQLite )
-"
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install /use lib q[.];\nuse
inc::Module::Install /' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
-
-src_test() {
- perl_rm_files t/pod-coverage.t t/pod.t t/style-notabs.t
- perl-module_src_test
-}