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/Crypt-SMIME/
Date: Mon, 05 Sep 2016 05:48:02
Message-Id: 1473054417.1a24e2182efd598d1ba636ee3777009985f73b68.kentnl@gentoo
1 commit: 1a24e2182efd598d1ba636ee3777009985f73b68
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 04:53:45 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 05:46:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a24e218
7
8 dev-perl/Crypt-SMIME: Remove Author Tests
9
10 Not useful on gentoo, and are free dependencies.
11
12 Package-Manager: portage-2.3.0
13
14 dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild | 10 ++++++----
15 dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild | 11 +++++++----
16 2 files changed, 13 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
19 index 22f8f24..9ddd71c 100644
20 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
21 +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -27,10 +27,12 @@ DEPEND="${RDEPEND}
29 dev-perl/Test-Exception
30 virtual/perl-Test-Simple
31 >=dev-perl/Test-Taint-1.60.0
32 - dev-perl/Test-Dependencies
33 - >=dev-perl/Test-Pod-1.140.0
34 - >=dev-perl/Test-Pod-Coverage-1.40.0
35 )
36 "
37 +src_test() {
38 + perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
39 + t/pod-coverage.t t/pod.t
40 + perl-module_src_test
41 +}
42
43 SRC_TEST=do
44
45 diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
46 index 7c5fc68..59fb829 100644
47 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
48 +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2016 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -28,8 +28,11 @@ DEPEND="${RDEPEND}
56 dev-perl/Test-Exception
57 virtual/perl-Test-Simple
58 >=dev-perl/Test-Taint-1.60.0
59 - dev-perl/Test-Dependencies
60 - >=dev-perl/Test-Pod-1.140.0
61 - >=dev-perl/Test-Pod-Coverage-1.40.0
62 )
63 "
64 +
65 +src_test() {
66 + perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
67 + t/pod-coverage.t t/pod.t
68 + perl-module_src_test
69 +}