commit:     f34f7f18b27da2f4bd9b626f0210adbcd77a0ff2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 09:01:45 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 09:29:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34f7f18

dev-perl/GraphViz: Remove POD Author Tests

Not useful for gentoo, so removing to reduce graph complexity.

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/GraphViz/GraphViz-2.190.0.ebuild | 8 ++++++--
 dev-perl/GraphViz/GraphViz-2.200.0.ebuild | 6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild 
b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
index 491049c..9b422c9 100644
--- a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
@@ -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$
 
@@ -32,7 +32,6 @@ DEPEND="${RDEPEND}
        >=dev-perl/Module-Build-0.421.100
        >=dev-perl/File-Which-1.90.0
        test? (
-               >=dev-perl/Test-Pod-1.480.0
                >=virtual/perl-Test-Simple-1.1.14
        )
 "
@@ -43,3 +42,8 @@ src_install() {
        insinto /usr/share/doc/${PF}/examples
        doins "${S}"/examples/*
 }
+
+src_test() {
+       perl_rm_files t/pod.t
+       perl-module_src_test
+}

diff --git a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild 
b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
index 9cc730b..fdc6468 100644
--- a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
@@ -32,7 +32,6 @@ DEPEND="${RDEPEND}
        >=dev-perl/Module-Build-0.421.100
        >=dev-perl/File-Which-1.90.0
        test? (
-               >=dev-perl/Test-Pod-1.480.0
                >=virtual/perl-Test-Simple-1.1.14
        )
 "
@@ -43,3 +42,8 @@ src_install() {
        insinto /usr/share/doc/${PF}/examples
        doins "${S}"/examples/*
 }
+
+src_test() {
+       perl_rm_files t/pod.t
+       perl-module_src_test
+}

Reply via email to