diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-28 21:02:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-28 21:12:01 +0200 |
commit | 494d50ba9a708b89a93b7eefc202d46926124a1e (patch) | |
tree | f0e11fda10811f1f3fc2fac1534d9e3234dd3dbe /dev-perl/Test-Output | |
parent | dev-perl/Test-Object: EAPI=8 bump (diff) | |
download | gentoo-494d50ba9a708b89a93b7eefc202d46926124a1e.tar.gz gentoo-494d50ba9a708b89a93b7eefc202d46926124a1e.tar.bz2 gentoo-494d50ba9a708b89a93b7eefc202d46926124a1e.zip |
dev-perl/Test-Output: Version bump 1.033
Package-Manager: Portage-3.0.20, 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/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-1.33.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Test-Output/Manifest b/dev-perl/Test-Output/Manifest index 7dd3f2b0f949..b4ec4e688892 100644 --- a/dev-perl/Test-Output/Manifest +++ b/dev-perl/Test-Output/Manifest @@ -1 +1,2 @@ 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.33.0.ebuild b/dev-perl/Test-Output/Test-Output-1.33.0.ebuild new file mode 100644 index 000000000000..bf9445b1094e --- /dev/null +++ b/dev-perl/Test-Output/Test-Output-1.33.0.ebuild @@ -0,0 +1,31 @@ +# 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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 +} |