summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-10 18:00:31 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-10 18:21:15 +0100
commit5b5c368552f7a369aa9701063f1864b691800d48 (patch)
tree5899a13600e1d6f632b57729b497147e68b622be /dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
parentdev-ml/dune-configurator: Stabilize 2.9.1 x86, #817752 (diff)
downloadgentoo-5b5c368552f7a369aa9701063f1864b691800d48.tar.gz
gentoo-5b5c368552f7a369aa9701063f1864b691800d48.tar.bz2
gentoo-5b5c368552f7a369aa9701063f1864b691800d48.zip
dev-perl/Test-Manifest: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild')
-rw-r--r--dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
deleted file mode 100644
index fb2137013ff1..000000000000
--- a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BDFOY
-MODULE_VERSION=2.02
-inherit perl-module
-
-DESCRIPTION="Interact with a t/test_manifest file"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Test-Simple-0.950.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
-
-SRC_TEST="do"
-
-src_test() {
- # Ugh, Upstream has tests that depend on tests ...
- echo 'print qq[1..1\nok 1];' > "${S}/t/99pod.t"
- echo 'print qq[1..1\nok 1];' > "${S}/t/pod_coverage.t"
- perl-module_src_test
-}