dev-perl/Curses-UI: Remove POD Author Tests
authorKent Fredric <kentnl@gentoo.org>
Mon, 8 Aug 2016 07:16:01 +0000 (19:16 +1200)
committerKent Fredric <kentnl@gentoo.org>
Mon, 8 Aug 2016 08:11:28 +0000 (20:11 +1200)
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"

dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild

index b16211530dd73ea947312c196db66b23ecc68aae..718c7b28f7a4da4ac88351d45e497e32637d9812 100644 (file)
@@ -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$
 
@@ -17,8 +17,12 @@ IUSE="test"
 RDEPEND="dev-perl/Curses
        dev-perl/TermReadKey"
 DEPEND="${RDEPEND}
-       test? (
-               dev-perl/Test-Pod
-       )"
+       test? ( virtual/perl-Test-Simple )
+"
 
 SRC_TEST="do"
+
+src_prepare() {
+       use test && perl_rm_files t/05pod.t
+       perl-module_src_prepare
+}