diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-14 20:52:24 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-14 21:01:35 +1200 |
commit | 04911b12cfb7681f7eb86bc1e24792089721b051 (patch) | |
tree | cfe36968b278f01b942b38a6a359d57e6082c9c4 /dev-perl/DBIx-Class-InflateColumn-IP | |
parent | dev-perl/DBIx-Class-DynamicDefault: Cleanup up old 0.40.0 (diff) | |
download | gentoo-04911b12cfb7681f7eb86bc1e24792089721b051.tar.gz gentoo-04911b12cfb7681f7eb86bc1e24792089721b051.tar.bz2 gentoo-04911b12cfb7681f7eb86bc1e24792089721b051.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/DBIx-Class-InflateColumn-IP')
-rw-r--r-- | dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild | 34 |
1 files changed, 0 insertions, 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 a6a213a602f5..000000000000 --- 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 -} |