dev-perl/Test-FailWarnings: EAPI6 + tests
authorKent Fredric <kentnl@gentoo.org>
Thu, 15 Mar 2018 00:02:19 +0000 (13:02 +1300)
committerKent Fredric <kentnl@gentoo.org>
Thu, 15 Mar 2018 00:02:19 +0000 (13:02 +1300)
- EAPI6ify
- Enable tests
- Add missing CPAN remote-id's

Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild [new file with mode: 0644]
dev-perl/Test-FailWarnings/metadata.xml

diff --git a/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild b/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild
new file mode 100644 (file)
index 0000000..b7693d8
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.008
+inherit perl-module
+
+DESCRIPTION="Add test failures if warnings are caught"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="test"
+LICENSE="Apache-2.0"
+
+RDEPEND="
+       virtual/perl-Carp
+       virtual/perl-File-Spec
+       >=virtual/perl-Test-Simple-0.860.0
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               >=dev-perl/Capture-Tiny-0.120.0
+               virtual/perl-File-Spec
+               virtual/perl-File-Temp
+               virtual/perl-IO
+               virtual/perl-Scalar-List-Utils
+               >=virtual/perl-Test-Simple-0.960.0
+       )
+"
index 2b9a936fc0a1933802b5db1fa4b28a53939f2a4e..6336c0ada2186b3dcbb00734ce01b67e82688ae1 100644 (file)
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Test-FailWarnings</remote-id>
+    <remote-id type="cpan-module">Test::FailWarnings</remote-id>
+  </upstream>
 </pkgmetadata>