diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-06 21:01:45 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-06 21:29:08 +1200 |
commit | f34f7f18b27da2f4bd9b626f0210adbcd77a0ff2 (patch) | |
tree | 2ae16d77d0c1003d4eea48ba2784de18fb15eddb /dev-perl/GraphViz | |
parent | dev-perl/Test-MockModule: Remove POD Author tests. (diff) | |
download | gentoo-f34f7f18b27da2f4bd9b626f0210adbcd77a0ff2.tar.gz gentoo-f34f7f18b27da2f4bd9b626f0210adbcd77a0ff2.tar.bz2 gentoo-f34f7f18b27da2f4bd9b626f0210adbcd77a0ff2.zip |
dev-perl/GraphViz: Remove POD Author Tests
Not useful for gentoo, so removing to reduce graph complexity.
Package-Manager: portage-2.3.0
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"
Diffstat (limited to 'dev-perl/GraphViz')
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.190.0.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.200.0.ebuild | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild index 491049cf535b..9b422c9ea7d7 100644 --- a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild +++ b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,6 @@ DEPEND="${RDEPEND} >=dev-perl/Module-Build-0.421.100 >=dev-perl/File-Which-1.90.0 test? ( - >=dev-perl/Test-Pod-1.480.0 >=virtual/perl-Test-Simple-1.1.14 ) " @@ -43,3 +42,8 @@ src_install() { insinto /usr/share/doc/${PF}/examples doins "${S}"/examples/* } + +src_test() { + perl_rm_files t/pod.t + perl-module_src_test +} diff --git a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild index 9cc730b1771d..fdc64685106b 100644 --- a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild +++ b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild @@ -32,7 +32,6 @@ DEPEND="${RDEPEND} >=dev-perl/Module-Build-0.421.100 >=dev-perl/File-Which-1.90.0 test? ( - >=dev-perl/Test-Pod-1.480.0 >=virtual/perl-Test-Simple-1.1.14 ) " @@ -43,3 +42,8 @@ src_install() { insinto /usr/share/doc/${PF}/examples doins "${S}"/examples/* } + +src_test() { + perl_rm_files t/pod.t + perl-module_src_test +} |