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/Text-CSV/
Date: Fri, 05 Aug 2016 00:02:45
Message-Id: 1470355340.2027eac22b8b4421e4e8a2d37c770bda397dc55c.kentnl@gentoo
1 commit: 2027eac22b8b4421e4e8a2d37c770bda397dc55c
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 00:01:44 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 00:02:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2027eac2
7
8 dev-perl/Text-CSV: Remove POD Authortests.
9
10 Not useful for end users, only dependency problems
11 and wanton stabilizations.
12
13 Package-Manager: portage-2.3.0
14 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"
15
16 dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild | 7 ++++++-
17 1 file changed, 6 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild
20 index d337e9d..0f43681 100644
21 --- a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild
22 +++ b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild
23 @@ -15,6 +15,11 @@ KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
24 IUSE="test"
25
26 RDEPEND=""
27 -DEPEND="test? ( dev-perl/Test-Pod )"
28 +DEPEND="test? ( virtual/perl-Test-Simple )"
29
30 SRC_TEST=do
31 +
32 +src_test() {
33 + perl_rm_files t/00_pod.t
34 + perl-module_src_test
35 +}