summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-29 02:56:04 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-29 02:58:43 +0200
commitbe16cb3da1cdec1107fc3525c17dafd2427ad717 (patch)
treebd0ae4bca682824493c2f36bcc3b24506882dccb /dev-perl/Test-SubCalls/Test-SubCalls-1.100.0.ebuild
parentdev-perl/Test-Strict: Version bump 0.52 (diff)
downloadgentoo-be16cb3da1cdec1107fc3525c17dafd2427ad717.tar.gz
gentoo-be16cb3da1cdec1107fc3525c17dafd2427ad717.tar.bz2
gentoo-be16cb3da1cdec1107fc3525c17dafd2427ad717.zip
dev-perl/Test-SubCalls: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test-SubCalls/Test-SubCalls-1.100.0.ebuild')
-rw-r--r--dev-perl/Test-SubCalls/Test-SubCalls-1.100.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Test-SubCalls/Test-SubCalls-1.100.0.ebuild b/dev-perl/Test-SubCalls/Test-SubCalls-1.100.0.ebuild
deleted file mode 100644
index 89b52437aaac..000000000000
--- a/dev-perl/Test-SubCalls/Test-SubCalls-1.100.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=1.10
-inherit perl-module
-
-DESCRIPTION="Track the number of times subs are called"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND="
- virtual/perl-Exporter
- >=virtual/perl-File-Spec-0.800.0
- >=dev-perl/Hook-LexWrap-0.200.0
- >=virtual/perl-Test-Simple-0.420.0
-"
-RDEPEND="${DEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"