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/GraphViz/
Date: Sat, 06 Aug 2016 09:29:53
Message-Id: 1470475748.f34f7f18b27da2f4bd9b626f0210adbcd77a0ff2.kentnl@gentoo
1 commit: f34f7f18b27da2f4bd9b626f0210adbcd77a0ff2
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 09:01:45 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=f34f7f18
7
8 dev-perl/GraphViz: Remove POD Author Tests
9
10 Not useful for gentoo, so removing to reduce graph complexity.
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/GraphViz/GraphViz-2.190.0.ebuild | 8 ++++++--
16 dev-perl/GraphViz/GraphViz-2.200.0.ebuild | 6 +++++-
17 2 files changed, 11 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
20 index 491049c..9b422c9 100644
21 --- a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
22 +++ b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -32,7 +32,6 @@ DEPEND="${RDEPEND}
30 >=dev-perl/Module-Build-0.421.100
31 >=dev-perl/File-Which-1.90.0
32 test? (
33 - >=dev-perl/Test-Pod-1.480.0
34 >=virtual/perl-Test-Simple-1.1.14
35 )
36 "
37 @@ -43,3 +42,8 @@ src_install() {
38 insinto /usr/share/doc/${PF}/examples
39 doins "${S}"/examples/*
40 }
41 +
42 +src_test() {
43 + perl_rm_files t/pod.t
44 + perl-module_src_test
45 +}
46
47 diff --git a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
48 index 9cc730b..fdc6468 100644
49 --- a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
50 +++ b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
51 @@ -32,7 +32,6 @@ DEPEND="${RDEPEND}
52 >=dev-perl/Module-Build-0.421.100
53 >=dev-perl/File-Which-1.90.0
54 test? (
55 - >=dev-perl/Test-Pod-1.480.0
56 >=virtual/perl-Test-Simple-1.1.14
57 )
58 "
59 @@ -43,3 +42,8 @@ src_install() {
60 insinto /usr/share/doc/${PF}/examples
61 doins "${S}"/examples/*
62 }
63 +
64 +src_test() {
65 + perl_rm_files t/pod.t
66 + perl-module_src_test
67 +}