summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-01 10:07:23 +0100
committerSam James <sam@gentoo.org>2024-05-01 10:07:23 +0100
commit8125173fa1be04db2840085277d59a7c95e14ccc (patch)
tree3444d50f65b823c618972d0c0a27b4b0003de03b
parentdev-perl/Curses: add 1.450.0 (diff)
downloadgentoo-8125173fa1be04db2840085277d59a7c95e14ccc.tar.gz
gentoo-8125173fa1be04db2840085277d59a7c95e14ccc.tar.bz2
gentoo-8125173fa1be04db2840085277d59a7c95e14ccc.zip
dev-perl/Test2-Plugin-NoWarnings: add 0.100.0
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-perl/Test2-Plugin-NoWarnings/Manifest1
-rw-r--r--dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.100.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Test2-Plugin-NoWarnings/Manifest b/dev-perl/Test2-Plugin-NoWarnings/Manifest
index fb2f0ace18f7..06cb151b46e0 100644
--- a/dev-perl/Test2-Plugin-NoWarnings/Manifest
+++ b/dev-perl/Test2-Plugin-NoWarnings/Manifest
@@ -1 +1,2 @@
DIST Test2-Plugin-NoWarnings-0.09.tar.gz 26442 BLAKE2B a451a46839640b80bdd182fc56728f9274214b8f09c4aa3bfcda653508290caa1fd070b6bb9612c4b2a697f21f8c05bb579623e9735ac3abc99c52acfb045376 SHA512 3b93d6c4522e913c4bc9d589b650f784327bed1a36a0dc18943dd2ea34654215333753cb532d5ffff6f0ef0af9ce0859e9744637cff89a1a1a5b936149f9b455
+DIST Test2-Plugin-NoWarnings-0.10.tar.gz 27614 BLAKE2B ba4ce709200d2e12d6ce5809e24fd66ae814b1afef3abde725401b65d7a9de89a1b779fe94eecbec02a4304ca6965ac0767f3f6dc98fcab6302664213066bf8d SHA512 31f749911e9df452e20d17c4cff30afea1f4ef10a11c7d7de92d60b6701b84bf98190ccb5d70867804793fe269b0027a8f9b494a21c1d676480e8ce2823a4b4d
diff --git a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.100.0.ebuild b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.100.0.ebuild
new file mode 100644
index 000000000000..1caa3e897d5f
--- /dev/null
+++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.100.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Fail if tests warn"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-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/Module-Pluggable
+ dev-perl/Test2-Suite
+ )
+"