Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/POE/
Date: Thu, 04 Aug 2016 22:58:24
Message-Id: 1470351490.ae25d7d5381d4ac1852b1c964997ddeb490d95ea.kentnl@gentoo
1 commit: ae25d7d5381d4ac1852b1c964997ddeb490d95ea
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 22:50:59 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 22:58:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae25d7d5
7
8 dev-perl/POE: Remove POD Author Tests
9
10 No relevancy for end users, only adds dependency problems.
11
12 Package-Manager: portage-2.3.0
13 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"
14
15 dev-perl/POE/POE-1.367.ebuild | 7 +++++--
16 1 file changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-perl/POE/POE-1.367.ebuild b/dev-perl/POE/POE-1.367.ebuild
19 index 4a26fe1..d9648c3 100644
20 --- a/dev-perl/POE/POE-1.367.ebuild
21 +++ b/dev-perl/POE/POE-1.367.ebuild
22 @@ -47,14 +47,17 @@ DEPEND="${RDEPEND}
23 >=dev-perl/POE-Test-Loops-${POE_TEST_LOOPS_VERSION}
24 >=virtual/perl-Test-Harness-2.26
25 >=virtual/perl-Test-Simple-0.54
26 - dev-perl/Test-Pod
27 - dev-perl/Test-Pod-Coverage
28 )
29 "
30
31 SRC_TEST=do
32
33 src_test() {
34 + perl_rm_files t/10_units/01_pod/01_pod.t \
35 + t/10_units/01_pod/02_pod_coverage.t \
36 + t/10_units/01_pod/03_pod_no404s.t \
37 + t/10_units/01_pod/04_pod_linkcheck.t
38 +
39 # Disable network tests
40 rm -f "${S}"/run_network_tests || die
41 perl-module_src_test