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/AppConfig/
Date: Sat, 06 Aug 2016 09:30:00
Message-Id: 1470475748.3a5a0b236efaef686bcfbfc391272890741489cd.kentnl@gentoo
1 commit: 3a5a0b236efaef686bcfbfc391272890741489cd
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 09:13:22 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 09:29:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5a0b23
7
8 dev-perl/AppConfig: Remove POD Author Tests.
9
10 Not useful, just a free source of dependencies.
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/AppConfig/AppConfig-1.710.0.ebuild | 8 ++++++--
16 1 file changed, 6 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-perl/AppConfig/AppConfig-1.710.0.ebuild b/dev-perl/AppConfig/AppConfig-1.710.0.ebuild
19 index fc77b74..0357160 100644
20 --- a/dev-perl/AppConfig/AppConfig-1.710.0.ebuild
21 +++ b/dev-perl/AppConfig/AppConfig-1.710.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -21,8 +21,12 @@ DEPEND="${RDEPEND}
29 virtual/perl-ExtUtils-MakeMaker
30 test? (
31 virtual/perl-Test-Simple
32 - >=dev-perl/Test-Pod-1
33 )
34 "
35
36 SRC_TEST="do"
37 +
38 +src_test() {
39 + perl_rm_files t/97-pod.t t/99_author.t
40 + perl-module_src_test
41 +}