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/Test-Output-1.31.0.ebuild
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/Test-Output-1.31.0.ebuild')
-rw-r--r--dev-perl/Test-Output/Test-Output-1.31.0.ebuild32
1 files changed, 0 insertions, 32 deletions
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
-}