summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-22 21:21:54 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-22 21:27:18 +0200
commit5efb5d162a6c544055c7e429dd2ca99f304ce807 (patch)
tree45ed251943919e1e4485024086f4e2fa0278bdf5 /dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
parentdev-perl/Test-Unit-Lite: EAPI=8 bump (diff)
downloadgentoo-5efb5d162a6c544055c7e429dd2ca99f304ce807.tar.gz
gentoo-5efb5d162a6c544055c7e429dd2ca99f304ce807.tar.bz2
gentoo-5efb5d162a6c544055c7e429dd2ca99f304ce807.zip
dev-perl/Test-UseAllModules: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild')
-rw-r--r--dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
deleted file mode 100644
index 693dbfc2d011..000000000000
--- a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=ISHIGAKI
-DIST_VERSION=0.17
-inherit perl-module
-
-DESCRIPTION="do use_ok() for all the MANIFESTed modules"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Exporter
- virtual/perl-ExtUtils-Manifest
- >=virtual/perl-Test-Simple-0.600.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-PERL_RM_FILES=( "t/99_podcoverage.t" "t/99_pod.t" )