summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-10 18:10:02 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-10 18:21:31 +0100
commitdddc9cd22f79d0b8287a6473ec2bd3d8b3c8a3bc (patch)
treef30b791b6bbace5c79bcc0f44d1fc8a4c01ea37c /dev-perl/Test-Output
parentdev-perl/Test-NoTabs: Remove old (diff)
downloadgentoo-dddc9cd22f79d0b8287a6473ec2bd3d8b3c8a3bc.tar.gz
gentoo-dddc9cd22f79d0b8287a6473ec2bd3d8b3c8a3bc.tar.bz2
gentoo-dddc9cd22f79d0b8287a6473ec2bd3d8b3c8a3bc.zip
dev-perl/Test-Output: 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-Output')
-rw-r--r--dev-perl/Test-Output/Manifest1
-rw-r--r--dev-perl/Test-Output/Test-Output-1.31.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/Test-Output/Manifest b/dev-perl/Test-Output/Manifest
index b4ec4e688892..fb0720a22e83 100644
--- a/dev-perl/Test-Output/Manifest
+++ b/dev-perl/Test-Output/Manifest
@@ -1,2 +1 @@
-DIST Test-Output-1.031.tar.gz 16821 BLAKE2B b0422d320fe43c78b12ef3bc4ac64279541fe6d68dcd8862dac65ae44d552ea07e2e73dc42a3ddff59725a60df7712ccf152cb841bc2b1c8224e5e57bbb5597f SHA512 b443d5a4ab7be1c308b74ebc9a1a50022b404886e8a1dbd2700d974ead506a6976ec6d5c141528cf1c2833174c3afd9023362cb0b4e000f0e878d2e3e9f90e90
DIST Test-Output-1.033.tar.gz 17196 BLAKE2B dedaab02548bfef11473cb5778082908adffca7bba8862f83b48cbb395320a4207d9915161bc19034641424f45c5bd312bd551e93579947a0c1ef2dd7d30c731 SHA512 cc6e94baa5163e2ca0c23d63a6b505da207ed7f436bf9a1a77234ad898c34ae4d81ac42f17d1b8a73a223fd19ce1d1f66f3eef0fc852bb712f4f925a77f29820
diff --git a/dev-perl/Test-Output/Test-Output-1.31.0.ebuild b/dev-perl/Test-Output/Test-Output-1.31.0.ebuild
deleted file mode 100644
index 53a61d523a89..000000000000
--- a/dev-perl/Test-Output/Test-Output-1.31.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=6
-
-DIST_AUTHOR=BDFOY
-DIST_VERSION=1.031
-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/Capture-Tiny-0.170.0
- >=virtual/perl-File-Temp-0.170.0
- virtual/perl-Test-Simple
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.640.0
- virtual/perl-File-Spec
- test? (
- >=virtual/perl-Test-Simple-1.1.10
- )
-"
-src_test() {
- perl_rm_files t/pod{,-coverage}.t
- perl-module_src_test
-}