diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-07 01:53:06 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-07 02:55:49 +1200 |
commit | 7b8c9f5d8ddf825669cb9908e8bb10fc22716103 (patch) | |
tree | 4f1b46462c4c2c585a202efde46e1f3f384a46fe /dev-perl/Locale-Maketext-Lexicon | |
parent | dev-perl/Email-MessageID: Remove redundant Test-Pod{,-Coverage} deps (diff) | |
download | gentoo-7b8c9f5d8ddf825669cb9908e8bb10fc22716103.tar.gz gentoo-7b8c9f5d8ddf825669cb9908e8bb10fc22716103.tar.bz2 gentoo-7b8c9f5d8ddf825669cb9908e8bb10fc22716103.zip |
dev-perl/Locale-Maketext-Lexicon: Remove POD Author tests
Not useful on Gentoo.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Locale-Maketext-Lexicon')
-rw-r--r-- | dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild index 8930e553d081..b69edd39cf57 100644 --- a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild +++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,8 +21,13 @@ RDEPEND=" DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( - dev-perl/Test-Pod + virtual/perl-Test-Simple ) " SRC_TEST="do parallel" + +src_test() { + perl_rm_files t/91-pod_test.t t/release-pod-syntax.t t/release-eol.t + perl-module_src_test +} |