commit: 20a3692fe68aaf1750c5064915b395cc91b0426f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 00:02:19 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 00:02:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a3692f
dev-perl/Test-FailWarnings: EAPI6 + tests
- EAPI6ify
- Enable tests
- Add missing CPAN remote-id's
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../Test-FailWarnings-0.8.0-r1.ebuild | 32 ++++++++++++++++++++++
dev-perl/Test-FailWarnings/metadata.xml | 4 +++
2 files changed, 36 insertions(+)
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
index 00000000000..b7693d84120
--- /dev/null
+++ b/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild
@@ -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
+ )
+"
diff --git a/dev-perl/Test-FailWarnings/metadata.xml
b/dev-perl/Test-FailWarnings/metadata.xml
index 2b9a936fc0a..6336c0ada21 100644
--- a/dev-perl/Test-FailWarnings/metadata.xml
+++ b/dev-perl/Test-FailWarnings/metadata.xml
@@ -5,4 +5,8 @@
<email>[email protected]</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>