summaryrefslogtreecommitdiff
blob: 306386eaf056e526468599c2c87d54cd3c030348 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
MODULE_AUTHOR=AYOUNG
MODULE_VERSION=2.03
inherit perl-module

DESCRIPTION='Release tests for kwalitee'
LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
perl_meta_configure() {
	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
}
perl_meta_runtime() {
	# Data::Section
	echo dev-perl/Data-Section
	# Dist::Zilla::File::InMemory
	echo dev-perl/Dist-Zilla
	# Dist::Zilla::Role::FileGatherer
	echo dev-perl/Dist-Zilla
	# Dist::Zilla::Role::TextTemplate
	echo dev-perl/Dist-Zilla
	# File::Path 2.07 ( 2.70.0 )
	echo \>=virtual/perl-File-Path-2.07
	# Moose
	echo dev-perl/Moose
	# Test::Kwalitee
	echo dev-perl/Test-Kwalitee
	# perl 5.008 ( 5.8.0 )
	echo \>=dev-lang/perl-5.8.0
	# strict
	echo dev-lang/perl
	# warnings
	echo dev-lang/perl
}
perl_meta_test() {
	# Capture::Tiny
	echo dev-perl/Capture-Tiny
	# Carp
	# echo dev-perl/Carp
	# Dist::Zilla::Tester
	echo dev-perl/Dist-Zilla
	# English
	echo dev-lang/perl
	# File::Find
	echo dev-lang/perl
	# File::Path
	echo virtual/perl-File-Path
	# File::Temp
	echo virtual/perl-File-Temp
	# Moose::Autobox
	echo dev-perl/Moose-Autobox
	# Path::Class
	echo dev-perl/Path-Class
	# Scalar::Util
	echo virtual/perl-Scalar-List-Utils
	# Test::DZil
	echo dev-perl/Dist-Zilla
	# Test::More 0.96 ( 0.960.0 )
	echo \>=virtual/perl-Test-Simple-0.96
	# Test::Output
	echo dev-perl/Test-Output
	# autodie
	echo dev-perl/autodie
}
DEPEND="
	$(perl_meta_configure)
	$(perl_meta_runtime)
	test? ( $(perl_meta_test) )
"
RDEPEND="
	$(perl_meta_runtime)
"
SRC_TEST="do"