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/File-DesktopEntry/
Date: Thu, 04 Aug 2016 04:13:42
Message-Id: 1470284005.a5a992df7cd80ba8dcb55ad1dd66a67764b32fae.kentnl@gentoo
1 commit: a5a992df7cd80ba8dcb55ad1dd66a67764b32fae
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 04:13:02 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 04:13:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a992df
7
8 dev-perl/File-DesktopEntry: Remove POD Authortests
9
10 This simplifies the dependeny graph for everyone, as it did nothing
11 useful to start with, and unbreaks direct dependency graph for:
12
13 arm64 m68k s390 sh
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/File-DesktopEntry/File-DesktopEntry-0.40.0-r1.ebuild | 9 ++++++---
19 1 file changed, 6 insertions(+), 3 deletions(-)
20
21 diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0-r1.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0-r1.ebuild
22 index 2d55b0b..0aae1fe 100644
23 --- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0-r1.ebuild
24 +++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.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 @@ -21,8 +21,11 @@ DEPEND="${RDEPEND}
32 dev-perl/Module-Build
33 test? (
34 virtual/perl-Test-Simple
35 - dev-perl/Test-Pod
36 - dev-perl/Test-Pod-Coverage
37 )"
38
39 SRC_TEST="do"
40 +
41 +src_test() {
42 + perl_rm_files t/05_pod_cover.t t/06_changes.t t/04_pod_ok.t
43 + perl-module_src_test
44 +}