summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-14 21:23:28 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-14 21:33:48 +0200
commitd55569cf8a5c8af91f5a0786dfc5b940736213d2 (patch)
tree290866cabe8371e40352bd0f6f9521fc0aacd019 /dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild
parentdev-perl/Term-UI: Version bump 0.50 (diff)
downloadgentoo-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/Test2-Plugin-NoWarnings-0.90.0.ebuild')
-rw-r--r--dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild26
1 files changed, 26 insertions, 0 deletions
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
+ )
+"