mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Test-Output: add 1.35.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST Test-Output-1.034.tar.gz 18139 BLAKE2B 10d90ba51b9277ead929b1acff20499f4eb12cb575a36d198fb2016643fd3287c018463e86025af6cbb833dc2160d20f46fedf68a636d45edc2a5f14b0b140b8 SHA512 f7e6a121dbcaa6644b5128ba27c70894775bcb77e5c4abb3a2546d935cb1a99b3190230b2be76161377d0151665ec97303c48746b224d1b2301803e6082b0283
|
||||
DIST Test-Output-1.035.tar.gz 19156 BLAKE2B 964323e7438594e8f21db2f8d504e7a188859f63b9765c92fb057e959427180a366863664453bad388ed7eaedb81f41038d7588891f1dfb2b35795b26bfae6a1 SHA512 dcd251d0ba26663b36dc23d52e0e36fa039e97655bcb489ccf61c3dd7fad6b5ed4a38a35db45b02193b541c1b4b1149d8f19eceac3ddfe0784dc87fb33727188
|
||||
|
||||
32
dev-perl/Test-Output/Test-Output-1.35.0.ebuild
Normal file
32
dev-perl/Test-Output/Test-Output-1.35.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=BRIANDFOY
|
||||
DIST_VERSION=1.035
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Utilities to test STDOUT and STDERR messages"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~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
|
||||
}
|
||||
Reference in New Issue
Block a user