summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-08-07 05:38:24 +1200
committerKent Fredric <kentnl@gentoo.org>2016-08-07 05:42:23 +1200
commitefb62e67e13425fe6f9efeffbcfd1169c6e772b5 (patch)
treef8dc3a7a0422797c5b8ea3e49d468ed0fcbc34bb /dev-perl/Olson-Abbreviations
parentdev-perl/List-UtilsBy: Remove POD Author Tests (diff)
downloadgentoo-efb62e67e13425fe6f9efeffbcfd1169c6e772b5.tar.gz
gentoo-efb62e67e13425fe6f9efeffbcfd1169c6e772b5.tar.bz2
gentoo-efb62e67e13425fe6f9efeffbcfd1169c6e772b5.zip
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"
Diffstat (limited to 'dev-perl/Olson-Abbreviations')
-rw-r--r--dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild13
1 files changed, 8 insertions, 5 deletions
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
+}