commit:     efb62e67e13425fe6f9efeffbcfd1169c6e772b5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 17:38:24 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 17:42:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb62e67

dev-perl/Olson-Abbreviations: Remove POD Author Tests

Not useful on Gentoo.

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"

 .../Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild   | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild 
b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
index 99df2e4..9e70eff 100644
--- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
+++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,10 +20,13 @@ RDEPEND="
        dev-perl/namespace-autoclean
 "
 DEPEND="${RDEPEND}
-       test? (
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
-       )
+       test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST=do
+
+# MI's fault
+src_configure() {
+       use test && perl_rm_files t/pod.t t/pod-coverage.t
+       perl-module_src_configure
+}

Reply via email to