dev-perl/TAP-Parser-SourceHandler-pgTAP: Remove POD Author Tests/Deps
authorKent Fredric <kentnl@gentoo.org>
Mon, 8 Aug 2016 12:53:07 +0000 (00:53 +1200)
committerKent Fredric <kentnl@gentoo.org>
Mon, 8 Aug 2016 12:58:48 +0000 (00:58 +1200)
Oldest version needed POD test cleaning, but all subsequent
versions have the tests upstream.

Alas, suprious dependencies were still present pulling Test-POD
into graph.

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/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild
dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.310.0.ebuild
dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.320.0.ebuild

index aa43156562f28b41ba27d3d1619ad6764d018dff..15142b9a4da81c8d8a0a4f4a64f0f82589d21bee 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$
 
@@ -15,9 +15,12 @@ KEYWORDS="amd64"
 
 RDEPEND="virtual/perl-Test-Harness"
 DEPEND="${RDEPEND}
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
                dev-perl/Module-Build
 "
 
 SRC_TEST="do"
+
+src_test() {
+       perl_rm_files t/pod-coverage.t t/pod.t
+       perl-module_src_test
+}
index 7fe9c7b4fd8d9acdb913aa52d9e282c72ce52103..c9f907203b2722840c12cc1bcdd832e961882df8 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$
 
@@ -20,8 +20,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
        >=dev-perl/Module-Build-0.300.0
        test? (
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
                >=virtual/perl-Test-Simple-0.880.0
        )
 "
index 400e156599a28cb7720d13df89632760b369c231..f636683ec19693a6b4913558b85bb69b5d084f4e 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$
 
@@ -20,8 +20,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
        >=dev-perl/Module-Build-0.300.0
        test? (
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
                >=virtual/perl-Test-Simple-0.880.0
        )
 "