summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-15 13:02:19 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-15 13:02:19 +1300
commit20a3692fe68aaf1750c5064915b395cc91b0426f (patch)
treea691ae925e7b92f8074dbe085da71341c19cd756
parentdev-perl/Term-ReadPassword: EAPI6 + tests (diff)
downloadgentoo-20a3692fe68aaf1750c5064915b395cc91b0426f.tar.gz
gentoo-20a3692fe68aaf1750c5064915b395cc91b0426f.tar.bz2
gentoo-20a3692fe68aaf1750c5064915b395cc91b0426f.zip
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
-rw-r--r--dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0-r1.ebuild32
-rw-r--r--dev-perl/Test-FailWarnings/metadata.xml4
2 files changed, 36 insertions, 0 deletions
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 000000000000..b7693d84120a
--- /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 2b9a936fc0a1..6336c0ada218 100644
--- a/dev-perl/Test-FailWarnings/metadata.xml
+++ b/dev-perl/Test-FailWarnings/metadata.xml
@@ -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>