summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-08-05 21:25:25 +1200
committerKent Fredric <kentnl@gentoo.org>2016-08-05 21:25:39 +1200
commit132450d0e56aba7fe7690aefffa766a01438c7bf (patch)
treeece271c31975a8df5fae9b55518109b272e53e06 /dev-perl/XML-RSS/XML-RSS-1.540.0-r1.ebuild
parentdev-java/icedtea: Remove old 7.2.6.6 (diff)
downloadgentoo-132450d0e56aba7fe7690aefffa766a01438c7bf.tar.gz
gentoo-132450d0e56aba7fe7690aefffa766a01438c7bf.tar.bz2
gentoo-132450d0e56aba7fe7690aefffa766a01438c7bf.zip
dev-perl/XML-RSS: Remove POD/Author tests.
This is a little unusual because they've subclassed Module::Build to so some horrible things that mean there are *2* manifests, one for tests which it also pointlessly tests. So stock deleting the bad tests results in test failures. The only way to subjugate this bad behaviour is patch out the use of the test-specific sub-class to avoid those pointless testing shenanigans. 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"
Diffstat (limited to 'dev-perl/XML-RSS/XML-RSS-1.540.0-r1.ebuild')
-rw-r--r--dev-perl/XML-RSS/XML-RSS-1.540.0-r1.ebuild14
1 files changed, 10 insertions, 4 deletions
diff --git a/dev-perl/XML-RSS/XML-RSS-1.540.0-r1.ebuild b/dev-perl/XML-RSS/XML-RSS-1.540.0-r1.ebuild
index 241bf3af8d9f..4bd6f1ee9a9f 100644
--- a/dev-perl/XML-RSS/XML-RSS-1.540.0-r1.ebuild
+++ b/dev-perl/XML-RSS/XML-RSS-1.540.0-r1.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$
@@ -23,7 +23,13 @@ RDEPEND="dev-perl/HTML-Parser
>=dev-perl/XML-Parser-2.30"
DEPEND="${RDEPEND}
dev-perl/Module-Build
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- >=dev-perl/Test-Manifest-0.9 )"
+ test? ( virtual/perl-Test-Simple )"
#dev-perl/Test-Differences
+
+PATCHES=(
+ "${FILESDIR}/nomanifest.patch"
+)
+src_test() {
+ perl_rm_files t/pod{,-coverage}.t t/cpan-changes.t t/style-trailing-space.t
+ perl-module_src_test
+}