dev-perl/asa: Cleanup old 1.30.0-r1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-09-26 10:56:11 +12:00
parent 8cc00ada08
commit 625824cc97
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
DIST asa-1.03.tar.gz 30840 BLAKE2B a80fba4f55cbc5a4b612404cf623b567e11f543127d0a1e5b4d979af652178ed9dd7c7cab101fd37079a7b69e76da3fd5f47e6436fd3fceb4bb3ae80a471aee3 SHA512 22cbccb93c8c9e96ec6e2cfa159f20a5220d722eb369a3c28a9ebae246fa145fb915db5d043722d52894d45f58015cc549f6aa0ba1dd4cbe498ad73cee918a1c
DIST asa-1.04.tar.gz 27573 BLAKE2B f6e98af1c3705affb2d92c8bc709d55ba4cf9a226aa639f7f4dd5f02b9d4d2b48f94e8da970357a84080be73213dbde2a887b98e0dc8a06ee2c3923dec4a091d SHA512 8584036c1c520741fe1bd4fb2875a86a46e2abd07d441078ef64bd90a31ba13b001079b020263add298ff004e094f8380b2ec590aacfc808cc1ba4be6b177b0a

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=ADAMK
DIST_VERSION=1.03
inherit perl-module
DESCRIPTION="Lets your class/object say it works like something else"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=""
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
>=virtual/perl-File-Spec-0.800.0
>=virtual/perl-Test-Simple-0.470.0
)
"
src_prepare() {
sed -i -e 's/use inc::Module::Install::DSL;/use lib q[.];\nuse inc::Module::Install::DSL;/' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare
}