dev-perl/HTML-Scrubber: Remove author tests.
authorKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 17:24:36 +0000 (05:24 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 17:42:23 +0000 (05:42 +1200)
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/HTML-Scrubber/HTML-Scrubber-0.150.0.ebuild

index 2b1160da4006201e46ea232183ca73fb5e6ae662..b9161c3180c9e2c693afe2982cc6e83eeed57456 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$
 
@@ -19,9 +19,17 @@ DEPEND="${REPEND}
        dev-perl/Module-Build
        test? (
                dev-perl/Test-Memory-Cycle
-               dev-perl/Test-CPAN-Meta
-               dev-perl/Test-NoTabs
-               dev-perl/Test-EOL
        )"
 
 SRC_TEST="do"
+
+src_test() {
+       perl_rm_files t/author-no-tabs.t t/release-unused-vars.t \
+               t/release-has-version.t t/author-critic.t \
+               t/release-minimum-version.t t/release-dist-manifest.t \
+               t/author-eol.t t/release-pod-syntax.t \
+               t/release-distmeta.t t/author-pod-spell.t \
+               t/release-portability.t t/000-report-versions.t \
+               t/release-synopsis.t
+       perl-module_src_test
+}