From: Kent Fredric Date: Sat, 6 Aug 2016 17:38:24 +0000 (+1200) Subject: dev-perl/Olson-Abbreviations: Remove POD Author Tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=efb62e67e13425fe6f9efeffbcfd1169c6e772b5;p=gentoo.git dev-perl/Olson-Abbreviations: 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" --- diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild index 99df2e4ed509..9e70effe69bf 100644 --- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild +++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,10 +20,13 @@ RDEPEND=" dev-perl/namespace-autoclean " DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - ) + test? ( virtual/perl-Test-Simple ) " SRC_TEST=do + +# MI's fault +src_configure() { + use test && perl_rm_files t/pod.t t/pod-coverage.t + perl-module_src_configure +}