summaryrefslogtreecommitdiff
blob: 67978d0af58e493295bc654e4509f066113f83e0 (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
MODULE_AUTHOR=LBROCARD
MODULE_VERSION=0.35
inherit perl-module

DESCRIPTION="Peek into archives without extracting them"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
meta_build_dep() {
	# ExtUtils::MakeMaker
	echo virtual/perl-ExtUtils-MakeMaker
}
meta_configure_dep() {
	# ExtUtils::MakeMaker
	echo virtual/perl-ExtUtils-MakeMaker
}
meta_runtime_dep() {
	# Archive::Tar
	echo virtual/perl-Archive-Tar
	# Archive::Zip
	echo dev-perl/Archive-Zip
	# Moose
	echo dev-perl/Moose
	# MooseX::Types::Path::Class
	echo dev-perl/MooseX-Types-Path-Class
	# Test::More
	echo virtual/perl-Test-Simple
}
DEPEND="$(meta_configure_dep) $(meta_build_dep) $(meta_runtime_dep)"
RDEPEND="$(meta_runtime_dep)"