dev-perl/Test2-Plugin-NoWarnings: Bump to version 0.60.0
authorKent Fredric <kentnl@gentoo.org>
Fri, 9 Mar 2018 06:44:51 +0000 (19:44 +1300)
committerKent Fredric <kentnl@gentoo.org>
Fri, 9 Mar 2018 06:45:04 +0000 (19:45 +1300)
Upstream:
- Emit warnings as Ok events instead of Warning events to work
  around limitations in the core TAP formatter not emitting
  warnings in subtests

Package-Manager: Portage-2.3.18, Repoman-2.3.6

dev-perl/Test2-Plugin-NoWarnings/Manifest
dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild [new file with mode: 0644]
dev-perl/Test2-Plugin-NoWarnings/metadata.xml

index 856621e20d307e49b364339ecc7d6474ae32c823..57692ce41dd2d6097c33e5c68d51731af162cc93 100644 (file)
@@ -1 +1,2 @@
 DIST Test2-Plugin-NoWarnings-0.05.tar.gz 23036 BLAKE2B 8a0e01bda6bdffa59565bf0ae943595bfe29e259fb03da0545010c87e8eb401d6153827203ced8780a5e9ae5c08d9f34d703151bbc0e3c19d9bf0713379989f6 SHA512 3374f17ce0b930008a3dc29e205ab0275908b329c7079428f8754f27e73fd8961446628fd9e0dc9c8937fc9ddec41a5359b82f0c002a97c897529918885c821d
+DIST Test2-Plugin-NoWarnings-0.06.tar.gz 23237 BLAKE2B 7c390da923bb355a0e4539dde11c4b52846d1d39cbd474e15e61f6237da3cd8b357044e89e2f5133772fe3e9bda008fa22f5f299f4deb8ce62f67ffa65fc5500 SHA512 aed9a3769085028adffd0aa7cbbe2d7d8b89b5f4768e47ae4155dcc1f4aa8fd47319ae7c87ddbc1ed08ca99e1d703eebb74977e88696ea4dcc1104a53332ade2
diff --git a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild
new file mode 100644 (file)
index 0000000..4fb975c
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Fail if tests warn"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+       virtual/perl-Carp
+       >=virtual/perl-Test-Simple-1.302.15
+       virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-File-Spec
+               dev-perl/IPC-Run3
+               >=dev-perl/Test2-Suite-0.0.15
+       )
+"
index 8e5eca0392be823a05a2639e49ba3a4b0afb4f2b..d005b60d2583e276c69ad64a496bbdde15165e87 100644 (file)
@@ -7,6 +7,7 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">Test2-Plugin-NoWarnings</remote-id>
+    <remote-id type="cpan-module">Test2::Event::Warning</remote-id>
     <remote-id type="cpan-module">Test2::Plugin::NoWarnings</remote-id>
   </upstream>
 </pkgmetadata>