Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/serf/
Date: Fri, 19 Oct 2018 17:39:52
Message-Id: 1539970759.ec4a75acee8f68d7a673a1432d3e9d3ae6027881.floppym@gentoo
1 commit: ec4a75acee8f68d7a673a1432d3e9d3ae6027881
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Oct 19 15:53:47 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 17:39:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4a75ac
7
8 net-libs/serf: Restrict tests.
9
10 Closes: https://bugs.gentoo.org/616394
11
12 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14
15 net-libs/serf/serf-1.3.8-r1.ebuild | 3 ++-
16 net-libs/serf/serf-1.3.8.ebuild | 3 ++-
17 net-libs/serf/serf-1.3.9.ebuild | 3 ++-
18 3 files changed, 6 insertions(+), 3 deletions(-)
19
20 diff --git a/net-libs/serf/serf-1.3.8-r1.ebuild b/net-libs/serf/serf-1.3.8-r1.ebuild
21 index 4fad8345c3b..7d6405b8665 100644
22 --- a/net-libs/serf/serf-1.3.8-r1.ebuild
23 +++ b/net-libs/serf/serf-1.3.8-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="5"
30 @@ -13,6 +13,7 @@ LICENSE="Apache-2.0"
31 SLOT="1"
32 KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
33 IUSE="kerberos static-libs libressl"
34 +RESTRICT="test"
35
36 RDEPEND="dev-libs/apr:1=
37 dev-libs/apr-util:1=
38
39 diff --git a/net-libs/serf/serf-1.3.8.ebuild b/net-libs/serf/serf-1.3.8.ebuild
40 index e5e7ae30a44..b0d5faed2f3 100644
41 --- a/net-libs/serf/serf-1.3.8.ebuild
42 +++ b/net-libs/serf/serf-1.3.8.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="5"
49 @@ -13,6 +13,7 @@ LICENSE="Apache-2.0"
50 SLOT="1"
51 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
52 IUSE="kerberos"
53 +RESTRICT="test"
54
55 RDEPEND="dev-libs/apr:1=
56 dev-libs/apr-util:1=
57
58 diff --git a/net-libs/serf/serf-1.3.9.ebuild b/net-libs/serf/serf-1.3.9.ebuild
59 index 031df82e090..66d36764485 100644
60 --- a/net-libs/serf/serf-1.3.9.ebuild
61 +++ b/net-libs/serf/serf-1.3.9.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 +# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI="5"
68 @@ -13,6 +13,7 @@ LICENSE="Apache-2.0"
69 SLOT="1"
70 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
71 IUSE="kerberos static-libs libressl"
72 +RESTRICT="test"
73
74 RDEPEND="dev-libs/apr:1=
75 dev-libs/apr-util:1=