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/Mail-SRS/
Date: Sat, 06 Aug 2016 09:29:52
Message-Id: 1470475748.870416b7562a5c2521d7748c95daa77ff4c55ee1.kentnl@gentoo
1 commit: 870416b7562a5c2521d7748c95daa77ff4c55ee1
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 09:08:20 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=870416b7
7
8 dev-perl/Mail-SRS: Remove POD Author Tests
9
10 Not useful, and a source of dependency fun.
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/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild | 12 +++++++-----
16 1 file changed, 7 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild b/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild
19 index 351c5f7..2bd5e91 100644
20 --- a/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild
21 +++ b/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -21,10 +21,7 @@ RDEPEND="
29 >=virtual/perl-Digest-MD5-2.33
30 >=virtual/perl-Storable-2.04-r1"
31 DEPEND="${RDEPEND}
32 - test? (
33 - >=dev-perl/Test-Pod-1.00
34 - >=dev-perl/Test-Pod-Coverage-0.02
35 - )"
36 + test? ( virtual/perl-Test-Simple )"
37
38 SRC_TEST="do"
39
40 @@ -45,3 +42,8 @@ pkg_postinst() {
41 einfo 'If you want to use a secret file, make sure the file'
42 einfo 'is NOT empty and contains characters.'
43 }
44 +
45 +src_test() {
46 + perl_rm_files t/10_pod.t t/11_pod_coverage.t
47 + perl-module_src_test
48 +}