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/Apache-AuthCookie/
Date: Thu, 02 Feb 2017 00:26:27
Message-Id: 1485995165.90cf2646e546668d7f07ccbad70800a322ebc816.kentnl@gentoo
1 commit: 90cf2646e546668d7f07ccbad70800a322ebc816
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 00:25:40 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 00:26:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cf2646
7
8 dev-perl/Apache-AuthCookie: Block against www-apache/mpm_itk with USE=test re bug #607970
9
10 Tests still fail for me (Test::More looks to be the culprit), but
11 they actually run now instead of blocking while the server starts.
12
13 Bug: https://bugs.gentoo.org/607970
14
15 Package-Manager: Portage-2.3.3, Repoman-2.3.1
16
17 dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild | 7 +++++--
18 dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild | 7 +++++--
19 dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild | 3 ++-
20 3 files changed, 12 insertions(+), 5 deletions(-)
21
22 diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild
23 index 90a0717..542bd59 100644
24 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild
25 +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2015 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -22,7 +22,10 @@ RDEPEND="
33 "
34 DEPEND="${RDEPEND}
35 virtual/perl-ExtUtils-MakeMaker
36 - test? ( >=dev-perl/Apache-Test-1.390.0 )
37 + test? (
38 + >=dev-perl/Apache-Test-1.390.0
39 + !www-apache/mpm_itk
40 + )
41 "
42
43 SRC_TEST="do parallel"
44
45 diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild
46 index b9623a5..7274078 100644
47 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild
48 +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2016 Gentoo Foundation
51 +# Copyright 1999-2017 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -22,5 +22,8 @@ RDEPEND="
56 "
57 DEPEND="${RDEPEND}
58 virtual/perl-ExtUtils-MakeMaker
59 - test? ( >=dev-perl/Apache-Test-1.390.0 )
60 + test? (
61 + >=dev-perl/Apache-Test-1.390.0
62 + !www-apache/mpm_itk
63 + )
64 "
65
66 diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
67 index 6fac489..a72bc0c 100644
68 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
69 +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 +# Copyright 1999-2017 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 # $Id$
75
76 @@ -24,5 +24,6 @@ DEPEND="${RDEPEND}
77 test? (
78 >=dev-perl/Apache-Test-1.390.0
79 >=virtual/perl-Test-Simple-0.940.0
80 + !www-apache/mpm_itk
81 )
82 "