dev-perl/Olson-Abbreviations: Remove POD Author Tests
authorKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 17:38:24 +0000 (05:38 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 17:42:23 +0000 (05:42 +1200)
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"

dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild

index 99df2e4ed509e998a5dcf020dc565292f6cb864b..9e70effe69bf0406da0737b690ccfb2dc314e51b 100644 (file)
@@ -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
+}