commit:     b692fd008af36860f30d4ac63fb6b05b2da3af42
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 09:58:46 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 11:53:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b692fd00

dev-perl/WWW-Mechanize: Remove unwanted POD Author Tests.

The dependencies are not worth the benefit.

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/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild | 10 +++++++---
 dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild    | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild 
b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild
index 3b73912..acda9db 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild
@@ -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$
 
@@ -27,8 +27,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
        test? (
                dev-perl/PadWalker
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
                dev-perl/Test-Exception
                dev-perl/Test-NoWarnings
                dev-perl/Test-Taint
@@ -42,3 +40,9 @@ DEPEND="${RDEPEND}
 myconf="--local --nolive"
 
 SRC_TEST=do
+
+# MI makes these configure problems
+src_prepare() {
+       use test && perl_rm_files t/pod.t t/pod-coverage.t
+       perl-module_src_prepare
+}

diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild 
b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild
index be5736f..ae3ad2e 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.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$
 
@@ -27,8 +27,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
        test? (
                dev-perl/PadWalker
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
                dev-perl/Test-Exception
                dev-perl/Test-NoWarnings
                dev-perl/Test-Taint
@@ -42,3 +40,9 @@ DEPEND="${RDEPEND}
 myconf="--local --nolive"
 
 SRC_TEST=do
+
+# MI makes these configure problems
+src_prepare() {
+       use test && perl_rm_files t/pod.t t/pod-coverage.t
+       perl-module_src_prepare
+}

Reply via email to