dev-perl/Devel-Hide: Remove POD Author tests.
authorKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 10:29:47 +0000 (22:29 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 11:53:39 +0000 (23:53 +1200)
Tests executing is not beneficial to end users and dependencies
are unwanted.

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/Devel-Hide/Devel-Hide-0.0.900.ebuild

index 8975561fa99a3bc69c558349cac7759e4af1b061..23e9a3441d16cdde102ab2c5104155e9c0505a5e 100644 (file)
@@ -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$
 
@@ -14,11 +14,11 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ~hppa ppc x86"
 IUSE="test"
 
-DEPEND="
-       test? (
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
-       )
-"
+DEPEND="test? ( virtual/perl-Test-Simple )"
 
 SRC_TEST=do
+
+src_test() {
+       perl_rm_files t/090pod.t t/098pod-coverage.t
+       perl-module_src_test
+}