diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:44:10 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:57 -0400 |
commit | be68aa149dae421cc68a533118a2e850aa9b9d31 (patch) | |
tree | 22a2cdb6a9266e8df4f31dae977c7a8a8e87df46 | |
parent | dev-perl/Test-LWP-UserAgent: Drop old versions (diff) | |
download | gentoo-be68aa149dae421cc68a533118a2e850aa9b9d31.tar.gz gentoo-be68aa149dae421cc68a533118a2e850aa9b9d31.tar.bz2 gentoo-be68aa149dae421cc68a533118a2e850aa9b9d31.zip |
dev-perl/Test-Manifest: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | dev-perl/Test-Manifest/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/Test-Manifest/Manifest b/dev-perl/Test-Manifest/Manifest index 15a99a356f90..a0690cc6086c 100644 --- a/dev-perl/Test-Manifest/Manifest +++ b/dev-perl/Test-Manifest/Manifest @@ -1,2 +1 @@ -DIST Test-Manifest-2.022.tar.gz 14664 BLAKE2B 34a3f850886b0d0017911dcde3cdcd40cae2b1cfea859928b7c837d3ead104f1b7501ac9f26114011ac2c70bf008e3137db3c767c5d635a1c7047349601d0e33 SHA512 e72f5c7c23bac5453afddb81c9175a3b07b9a8f935c37d0fe5ed7e0f6861742c2e9596396b9cb84d62bf2229bc9956bad26c47d7eaab6777ec7628927e294209 DIST Test-Manifest-2.023.tar.gz 14721 BLAKE2B d8c48b327e0d2d3833f24f7e6c4c0d21de26d3a50e8f2e8f6c3234e14e87b4eafea7aa60e93f2736cddfa008bb73fb074e4b3d91ea607d16f0051bdcac915789 SHA512 7a3b25e5cf468f72ed43e9cec7c79b6f58bf797851019a3c381abf3cca7c2ba3ca9d864339c90eb42bd0c451110f92b6f5af1cf94e033815d0164476053bbf6a diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild deleted file mode 100644 index 3657eaef7eba..000000000000 --- a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=BDFOY -DIST_VERSION=2.022 -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" -LICENSE="Artistic-2" - -RDEPEND=" - virtual/perl-File-Spec - virtual/perl-Test-Harness -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.640.0 - test? ( - virtual/perl-File-Temp - >=virtual/perl-Test-Simple-1.0.0 - ) -" - -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 -} |