summaryrefslogtreecommitdiff
blob: 434462d75039576560a5a020ea23df0c0829cf31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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
	)
"