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/Text-Reform/
Date: Thu, 04 Aug 2016 08:36:05
Message-Id: 1470299752.fa5581565695866fd9728d24bccc6eebdcd03343.kentnl@gentoo
1 commit: fa5581565695866fd9728d24bccc6eebdcd03343
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 08:35:39 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 08:35:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa558156
7
8 dev-perl/Text-Reform: Remove POD Author tests.
9
10 Can at best be harful. Removing simplifies dependency graph
11 and stabilization.
12
13 Fixes broken s390 depenencies.
14
15 Package-Manager: portage-2.3.0
16 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"
17
18 dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild | 9 +++++++--
19 1 file changed, 7 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild b/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild
22 index 9e90c9d..e070f82 100644
23 --- a/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild
24 +++ b/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2016 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -17,6 +17,11 @@ IUSE="test"
32
33 RDEPEND=""
34 DEPEND="dev-perl/Module-Build
35 - test? ( dev-perl/Test-Pod )"
36 + test? ( virtual/perl-Test-Simple )"
37
38 SRC_TEST=do
39 +
40 +src_test() {
41 + perl_rm_files t/pod.t
42 + perl-module_src_test
43 +}