summaryrefslogtreecommitdiff
blob: 4b9fa9df0aa4fd5b052d1372f8b17dbf93abf4f2 (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
MODULE_AUTHOR=TOKUHIROM
MODULE_VERSION=0.24
inherit perl-module

DESCRIPTION='detect outdated CPAN modules in your environment'
LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
perl_meta_configure() {
	# ExtUtils::MakeMaker
	echo virtual/perl-ExtUtils-MakeMaker
}
perl_meta_build() {
	# ExtUtils::MakeMaker
	echo virtual/perl-ExtUtils-MakeMaker
}
perl_meta_runtime() {
	# CPAN::DistnameInfo 0.1 ( 0.100.0 )
	echo \>=dev-perl/CPAN-DistnameInfo-0.100.0
	# ExtUtils::MakeMaker 6.56 ( 6.560.0 )
	echo \>=virtual/perl-ExtUtils-MakeMaker-6.56
	# IO::Zlib
	echo virtual/perl-IO-Zlib
	# LWP
	echo dev-perl/libwww-perl
	# Module::CoreList
	echo virtual/perl-Module-CoreList
	# Module::Metadata 1.000007 ( 1.0.7 )
	echo \>=virtual/perl-Module-Metadata-1.0.7
	# local::lib 1.006008 ( 1.6.8 )
	echo \>=dev-perl/local-lib-1.6.8
	# perl 5.008001 ( 5.8.1 )
	echo \>=dev-lang/perl-5.8.1
	# version
	echo virtual/perl-version
}
DEPEND="
	$(perl_meta_configure)
	$(perl_meta_build)
	$(perl_meta_runtime)
"
RDEPEND="
	$(perl_meta_runtime)
"
SRC_TEST="do"