diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-24 11:26:30 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-24 11:29:57 +1200 |
commit | e88bce50733c1852805cc07156226d211884b2d1 (patch) | |
tree | 9d1a99780a04072c3e69af600f565636d4387605 /dev-perl/Class-Spiffy | |
parent | dev-perl/Class-Member: Cleanup old 1.600.0-r1 (diff) | |
download | gentoo-e88bce50733c1852805cc07156226d211884b2d1.tar.gz gentoo-e88bce50733c1852805cc07156226d211884b2d1.tar.bz2 gentoo-e88bce50733c1852805cc07156226d211884b2d1.zip |
dev-perl/Class-Spiffy: Cleanup old 0.150.0-r1
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Spiffy')
-rw-r--r-- | dev-perl/Class-Spiffy/Class-Spiffy-0.150.0-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Class-Spiffy/Class-Spiffy-0.150.0-r1.ebuild b/dev-perl/Class-Spiffy/Class-Spiffy-0.150.0-r1.ebuild deleted file mode 100644 index 9c47134c83ed..000000000000 --- a/dev-perl/Class-Spiffy/Class-Spiffy-0.150.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=INGY -MODULE_VERSION=0.15 -inherit perl-module - -DESCRIPTION="Spiffy Perl Interface Framework For You" - -SLOT="0" -KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" - -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 -} |