summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2019-04-03 17:44:47 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2019-04-03 17:45:46 +0200
commitbddf0df8a80ed05e196546daafc13b9848069cc9 (patch)
treec6fa4b8ecd3f7e4b5a5f302f3f4e95119f60b7e9 /dev-perl/Test-Strict
parentapp-office/homebank: bump to 5.2.3 (diff)
downloadgentoo-bddf0df8a80ed05e196546daafc13b9848069cc9.tar.gz
gentoo-bddf0df8a80ed05e196546daafc13b9848069cc9.tar.bz2
gentoo-bddf0df8a80ed05e196546daafc13b9848069cc9.zip
dev-perl/Test-Strict: New package, ebuild by ulm, bug 681918
Closes: https://bugs.gentoo.org/681918 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Strict')
-rw-r--r--dev-perl/Test-Strict/Manifest1
-rw-r--r--dev-perl/Test-Strict/Test-Strict-0.470.0.ebuild26
-rw-r--r--dev-perl/Test-Strict/metadata.xml8
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Test-Strict/Manifest b/dev-perl/Test-Strict/Manifest
new file mode 100644
index 000000000000..ea72ecb15853
--- /dev/null
+++ b/dev-perl/Test-Strict/Manifest
@@ -0,0 +1 @@
+DIST Test-Strict-0.47.tar.gz 20679 BLAKE2B e72eef42fdb7c0e354147c06f4e7c418d5c302d0bca662995042d7046fd9deae3ae6b12fa0f780aff8d6f0e5cab52db76184d99471d130ce18bfd6c00657dddb SHA512 56ffc488cb2502af228ad03f3da7bf11f04c0cacc7f1ea13b3aa8e0578f0df36a9be092f71db973748c8db15f45873a384f2e24844468b9a300d2386692c21b9
diff --git a/dev-perl/Test-Strict/Test-Strict-0.470.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.470.0.ebuild
new file mode 100644
index 000000000000..e4f6cbea1b4e
--- /dev/null
+++ b/dev-perl/Test-Strict/Test-Strict-0.470.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MANWAR
+DIST_VERSION=0.47
+inherit perl-module
+
+DESCRIPTION="Check syntax, presence of use strict; and test coverage"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/IO-stringy
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Test-Strict/metadata.xml b/dev-perl/Test-Strict/metadata.xml
new file mode 100644
index 000000000000..2b9a936fc0a1
--- /dev/null
+++ b/dev-perl/Test-Strict/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>