diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-14 21:23:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-14 21:33:48 +0200 |
commit | d55569cf8a5c8af91f5a0786dfc5b940736213d2 (patch) | |
tree | 290866cabe8371e40352bd0f6f9521fc0aacd019 /dev-perl/Test2-Plugin-NoWarnings | |
parent | dev-perl/Term-UI: Version bump 0.50 (diff) | |
download | gentoo-d55569cf8a5c8af91f5a0786dfc5b940736213d2.tar.gz gentoo-d55569cf8a5c8af91f5a0786dfc5b940736213d2.tar.bz2 gentoo-d55569cf8a5c8af91f5a0786dfc5b940736213d2.zip |
dev-perl/Test2-Plugin-NoWarnings: Version bump 0.09
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/Test2-Plugin-NoWarnings')
-rw-r--r-- | dev-perl/Test2-Plugin-NoWarnings/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Test2-Plugin-NoWarnings/Manifest b/dev-perl/Test2-Plugin-NoWarnings/Manifest index 18fa72d31c0c..c5d0273d82b3 100644 --- a/dev-perl/Test2-Plugin-NoWarnings/Manifest +++ b/dev-perl/Test2-Plugin-NoWarnings/Manifest @@ -1 +1,2 @@ DIST Test2-Plugin-NoWarnings-0.06.tar.gz 23237 BLAKE2B 7c390da923bb355a0e4539dde11c4b52846d1d39cbd474e15e61f6237da3cd8b357044e89e2f5133772fe3e9bda008fa22f5f299f4deb8ce62f67ffa65fc5500 SHA512 aed9a3769085028adffd0aa7cbbe2d7d8b89b5f4768e47ae4155dcc1f4aa8fd47319ae7c87ddbc1ed08ca99e1d703eebb74977e88696ea4dcc1104a53332ade2 +DIST Test2-Plugin-NoWarnings-0.09.tar.gz 26442 BLAKE2B a451a46839640b80bdd182fc56728f9274214b8f09c4aa3bfcda653508290caa1fd070b6bb9612c4b2a697f21f8c05bb579623e9735ac3abc99c52acfb045376 SHA512 3b93d6c4522e913c4bc9d589b650f784327bed1a36a0dc18943dd2ea34654215333753cb532d5ffff6f0ef0af9ce0859e9744637cff89a1a1a5b936149f9b455 diff --git a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild new file mode 100644 index 000000000000..7e915b7b2c7a --- /dev/null +++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Fail if tests warn" +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=" + virtual/perl-Carp + >=virtual/perl-Test-Simple-1.302.167 + virtual/perl-parent +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + dev-perl/IPC-Run3 + dev-perl/Test2-Suite + ) +" |