diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:44:11 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:58 -0400 |
commit | 0191013a8ace9cdb6c988d16a522bb67a3dc64be (patch) | |
tree | aa3057ab4d07536cea6ce9e52477946a79453553 /dev-perl/Test-Output | |
parent | dev-perl/Test-Needs: Drop old versions (diff) | |
download | gentoo-0191013a8ace9cdb6c988d16a522bb67a3dc64be.tar.gz gentoo-0191013a8ace9cdb6c988d16a522bb67a3dc64be.tar.bz2 gentoo-0191013a8ace9cdb6c988d16a522bb67a3dc64be.zip |
dev-perl/Test-Output: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Output')
-rw-r--r-- | dev-perl/Test-Output/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-1.33.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Test-Output/Manifest b/dev-perl/Test-Output/Manifest index 3372cdee0771..d8503c72d2ee 100644 --- a/dev-perl/Test-Output/Manifest +++ b/dev-perl/Test-Output/Manifest @@ -1,2 +1 @@ -DIST Test-Output-1.033.tar.gz 17196 BLAKE2B dedaab02548bfef11473cb5778082908adffca7bba8862f83b48cbb395320a4207d9915161bc19034641424f45c5bd312bd551e93579947a0c1ef2dd7d30c731 SHA512 cc6e94baa5163e2ca0c23d63a6b505da207ed7f436bf9a1a77234ad898c34ae4d81ac42f17d1b8a73a223fd19ce1d1f66f3eef0fc852bb712f4f925a77f29820 DIST Test-Output-1.034.tar.gz 18139 BLAKE2B 10d90ba51b9277ead929b1acff20499f4eb12cb575a36d198fb2016643fd3287c018463e86025af6cbb833dc2160d20f46fedf68a636d45edc2a5f14b0b140b8 SHA512 f7e6a121dbcaa6644b5128ba27c70894775bcb77e5c4abb3a2546d935cb1a99b3190230b2be76161377d0151665ec97303c48746b224d1b2301803e6082b0283 diff --git a/dev-perl/Test-Output/Test-Output-1.33.0.ebuild b/dev-perl/Test-Output/Test-Output-1.33.0.ebuild deleted file mode 100644 index 0c618f299000..000000000000 --- a/dev-perl/Test-Output/Test-Output-1.33.0.ebuild +++ /dev/null @@ -1,31 +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=1.033 -inherit perl-module - -DESCRIPTION="Utilities to test STDOUT and STDERR messages" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - >=dev-perl/Capture-Tiny-0.170.0 - >=virtual/perl-File-Temp-0.170.0 - virtual/perl-Test-Simple -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.640.0 - virtual/perl-File-Spec - test? ( - >=virtual/perl-Test-Simple-1.0.0 - ) -" - -src_test() { - perl_rm_files t/pod{,-coverage}.t - perl-module_src_test -} |