summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-05-30 14:31:51 +1200
committerKent Fredric <kentnl@gentoo.org>2017-05-30 14:31:51 +1200
commit82c42931c6550c16f4377c615118cacdc89df3d6 (patch)
treee318442e8475bc773d641cfcd5ad7b627ee8f48d /dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
parentdev-perl/Test-Deep: Bump to version 1.127.0 (diff)
downloadgentoo-82c42931c6550c16f4377c615118cacdc89df3d6.tar.gz
gentoo-82c42931c6550c16f4377c615118cacdc89df3d6.tar.bz2
gentoo-82c42931c6550c16f4377c615118cacdc89df3d6.zip
dev-perl/Test-EOL: Bump to version 2.0.0
- EAPI6 - Parallel Tests Upstream: - Check .pod files as well Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild')
-rw-r--r--dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
new file mode 100644
index 000000000000..48fbddb1d181
--- /dev/null
+++ b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.00
+
+inherit perl-module
+
+DESCRIPTION="Check the correct line endings in your project"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-File-Spec
+ virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=virtual/perl-JSON-PP-2.273.0
+ test? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ virtual/perl-File-Temp
+ )
+"