commit: 2f7fa36fcb01480374de67ab69294bf3150957a0
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 15:07:39 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 15:53:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7fa36f
dev-perl/Net-DBus: Remove POD Author tests.
No use 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/Net-DBus/Net-DBus-1.0.0-r1.ebuild | 10 +++++++---
dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 7 +++++--
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
b/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
index fc5c929..ea8ed83 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.0.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$
@@ -21,8 +21,12 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
+ virtual/perl-Test-Simple
)"
SRC_TEST="do"
+
+src_test() {
+ perl_rm_files t/10-pod-coverage.t t/05-pod.t
+ perl-module_src_test
+}
diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 66cf0c0..69e4df6 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -23,7 +23,10 @@ DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
)
"
+
+src_test() {
+ perl_rm_files t/10-pod-coverage.t t/05-pod.t t/12-changes.t
+ perl-module_src_test
+}