diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-07 02:45:29 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-07 02:55:49 +1200 |
commit | 12e4caf44f73e5625a30d0c6565857660546271b (patch) | |
tree | d42646b786046fcb2458f94705b8ee707264a9aa /dev-perl | |
parent | 7beff32318cd63f061dbc2775cd2a21515c6d3d1 (diff) | |
download | gentoo-12e4caf44f73e5625a30d0c6565857660546271b.tar.gz gentoo-12e4caf44f73e5625a30d0c6565857660546271b.tar.xz |
dev-perl/Finance-Quote: Remove POD Author Tests
Not useful for Gentoo.
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')
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.370.0.ebuild | 10 | ||||
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.380.0.ebuild | 8 |
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.370.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.370.0.ebuild index 84ae8464811..82251ad6fcd 100644 --- a/dev-perl/Finance-Quote/Finance-Quote-1.370.0.ebuild +++ b/dev-perl/Finance-Quote/Finance-Quote-1.370.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$ @@ -41,9 +41,13 @@ DEPEND="${RDEPEND} virtual/perl-Data-Dumper virtual/perl-File-Spec virtual/perl-Test-Simple - dev-perl/Test-Pod - dev-perl/Perl-Critic-Dynamic ) " SRC_TEST="do parallel" + +src_test() { + perl_rm_files t/01-pod.t t/02-pod-coverage.t t/03-kwalitee.t \ + t/04-critic.t t/release-pod-syntax.t + perl-module_src_test +} diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.380.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.380.0.ebuild index be20f89205d..9ac1c7f471b 100644 --- a/dev-perl/Finance-Quote/Finance-Quote-1.380.0.ebuild +++ b/dev-perl/Finance-Quote/Finance-Quote-1.380.0.ebuild @@ -41,7 +41,11 @@ DEPEND="${RDEPEND} virtual/perl-Data-Dumper virtual/perl-File-Spec virtual/perl-Test-Simple - dev-perl/Test-Pod - dev-perl/Perl-Critic-Dynamic ) " + +src_test() { + perl_rm_files t/01-pod.t t/02-pod-coverage.t t/03-kwalitee.t \ + t/04-critic.t t/release-pod-syntax.t + perl-module_src_test +} |