commit: 960de471b62d49f7c215180e9ea86d75c4068ecc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 30 10:35:04 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 30 10:35:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=960de471
dev-perl/Dist-Zilla-Plugin-Test-EOL: Bump to version 0.180.0
Package-Manager: portage-2.2.17
.../Dist-Zilla-Plugin-Test-EOL-0.180.0.ebuild | 49 ++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git
a/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.180.0.ebuild
b/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.180.0.ebuild
new file mode 100644
index 0000000..5ffb293
--- /dev/null
+++
b/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.180.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="Author tests making sure correct line endings are used"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+# r: Dist::Zilla::File::InMemory -> Dist-Zilla
+# r: Dist::Zilla::Role::FileFinderUser -> Dist-Zilla 1.100.860
+# r: Dist::Zilla::Role::FileGatherer -> Dist-Zilla
+# r: Dist::Zilla::Role::FileMunger -> Dist-Zilla
+# r: Dist::Zilla::Role::PrereqSource -> Dist-Zilla 1.100.860
+# r: Dist::Zilla::Role::TextTemplate -> Dist-Zilla
+# r: Moose::Util::TypeConstraints -> Moose
+# r: strict, warnings -> perl
+RDEPEND="
+ >=dev-perl/Data-Section-0.4.0
+ >=dev-perl/Dist-Zilla-1.100.860
+ dev-perl/Moose
+ dev-perl/Path-Tiny
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/namespace-autoclean
+"
+# t: FindBin -> perl
+# t: Test::Dzil -> Dist-Zilla 4.200.2
+# t: Test::More -> Test-Simple
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.39.0
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ )
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ dev-perl/File-pushd
+ >=dev-perl/Dist-Zilla-4.200.2
+ dev-perl/Test-Deep
+ dev-perl/Test-EOL
+ >=virtual/perl-Test-Simple-0.880.0
+ >=dev-perl/Test-Warnings-0.9.0
+ virtual/perl-if
+ )
+"