summaryrefslogtreecommitdiff
blob: 7c8d84a759fc0c15dc82b8b6d697b5889ef00fab (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
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=ABRAXXA
DIST_VERSION=0.09
inherit perl-module

DESCRIPTION="Check file names portability"

SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	virtual/perl-File-Spec
	virtual/perl-Test-Simple
"
DEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		>=virtual/perl-File-Temp-0.230.400
		virtual/perl-IO
		>=virtual/perl-Test-Simple-0.980.0
	)
"
src_prepare() {
	perl_rm_files t/release-*.t t/author-*.t
	perl-module_src_prepare
}