commit: 4fd745dab3bd74aa90d2a48e5f449ddd48385577
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 08:13:15 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 08:36:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd745da
dev-perl/DBIx-Class-InflateColumn-IP: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../DBIx-Class-InflateColumn-IP-0.20.30.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git
a/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30.ebuild
b/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30.ebuild
deleted file mode 100644
index 86e6177d9c6..00000000000
---
a/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ILMARI
-MODULE_VERSION=0.02003
-inherit perl-module
-
-DESCRIPTION="Auto-create NetAddr::IP objects from columns"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/NetAddr-IP
- >=dev-perl/DBIx-Class-0.81.70
-"
-DEPEND="${RDEPEND}"
-
-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
-}