dev-perl/Pod-Coverage: Remove POD Author tests.
authorKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 20:51:23 +0000 (08:51 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 21:30:12 +0000 (09:30 +1200)
This separates the two large dependency stacks hanging
off Test-Pod-Coverage and Test-Pod.

Now the latter no longer implies the former.

This test itself is not useful on Gentoo anyway.

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/Pod-Coverage/Pod-Coverage-0.230.0-r1.ebuild

index c4a2aa871b33b9b248205b629b5f096f3f8ac57a..f49a7a5ca17fa2081a764edac3e1a33920a195ef 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,9 +19,12 @@ RDEPEND="
        >=dev-perl/Devel-Symdump-2.01
 "
 DEPEND="${RDEPEND}
-       test? (
-               dev-perl/Test-Pod
-       )
+       test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST="do"
+
+src_test() {
+       perl_rm_files t/07pod.t
+       perl-module_src_test
+}