Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/
Date: Sun, 03 Mar 2019 11:12:16
Message-Id: 1551611513.3c0c2da986dce8aad77b3b05f046da4d8ef1deda.zlogene@gentoo
1 commit: 3c0c2da986dce8aad77b3b05f046da4d8ef1deda
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 11:11:53 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 11:11:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0c2da9
7
8 dev-libs/mongo-c-driver: mark ~s390
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild | 4 ++--
14 dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild | 4 ++--
15 dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild | 4 ++--
16 dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild | 4 ++--
17 dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild | 4 ++--
18 dev-libs/mongo-c-driver/mongo-c-driver-1.10.3.ebuild | 4 ++--
19 dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild | 4 ++--
20 dev-libs/mongo-c-driver/mongo-c-driver-1.12.0.ebuild | 4 ++--
21 dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild | 2 +-
22 dev-libs/mongo-c-driver/mongo-c-driver-1.13.1.ebuild | 2 +-
23 dev-libs/mongo-c-driver/mongo-c-driver-1.3.5.ebuild | 4 ++--
24 dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild | 4 ++--
25 dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild | 4 ++--
26 dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild | 4 ++--
27 14 files changed, 26 insertions(+), 26 deletions(-)
28
29 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild
30 index a9d4a790780..3530dfaeb04 100644
31 --- a/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild
32 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 +# Copyright 1999-2019 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=5
39 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mongodb/${PN}/tarball/v${PV/_/} -> ${P}.tar.gz"
40
41 LICENSE="Apache-2.0"
42 SLOT="0"
43 -KEYWORDS="amd64 ~hppa ppc x86"
44 +KEYWORDS="amd64 ~hppa ppc ~s390 x86"
45 IUSE="doc static-libs"
46
47 # tests fails to build
48
49 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild
50 index 495c4072b10..846ae840b0f 100644
51 --- a/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild
52 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2018 Gentoo Foundation
55 +# Copyright 1999-2019 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI="5"
59 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mongodb/${PN}/tarball/v${PV/_/} -> ${P}.tar.gz"
60
61 LICENSE="Apache-2.0"
62 SLOT="0"
63 -KEYWORDS="amd64 ~hppa ~ppc x86"
64 +KEYWORDS="amd64 ~hppa ~ppc ~s390 x86"
65 IUSE="doc static-libs"
66
67 # tests fails to build
68
69 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild
70 index c5f0ca6a857..73a6478fd07 100644
71 --- a/dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild
72 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild
73 @@ -1,4 +1,4 @@
74 -# Copyright 1999-2018 Gentoo Authors
75 +# Copyright 1999-2019 Gentoo Authors
76 # Distributed under the terms of the GNU General Public License v2
77
78 EAPI=5
79 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
80
81 LICENSE="BSD"
82 SLOT="0"
83 -KEYWORDS="~amd64 ~hppa ~x86"
84 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
85 IUSE="debug examples libressl sasl ssl static-libs test"
86
87 RDEPEND=">=dev-libs/libbson-0.98.0
88
89 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild
90 index 2af17a8e308..e7ca688a3cd 100644
91 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild
92 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild
93 @@ -1,4 +1,4 @@
94 -# Copyright 1999-2018 Gentoo Authors
95 +# Copyright 1999-2019 Gentoo Authors
96 # Distributed under the terms of the GNU General Public License v2
97
98 EAPI=5
99 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
100
101 LICENSE="BSD"
102 SLOT="0"
103 -KEYWORDS="~amd64 ~hppa ~x86"
104 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
105 IUSE="debug examples libressl sasl ssl static-libs test"
106
107 RDEPEND=">=dev-libs/libbson-1.1.10
108
109 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild
110 index aa9e3818623..46adaf6e0c4 100644
111 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild
112 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild
113 @@ -1,4 +1,4 @@
114 -# Copyright 1999-2018 Gentoo Authors
115 +# Copyright 1999-2019 Gentoo Authors
116 # Distributed under the terms of the GNU General Public License v2
117
118 EAPI=5
119 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
120
121 LICENSE="BSD"
122 SLOT="0"
123 -KEYWORDS="~amd64 ~hppa ~x86"
124 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
125 IUSE="debug examples libressl sasl ssl static-libs test"
126
127 RDEPEND=">=dev-libs/libbson-1.0
128
129 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.10.3.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.10.3.ebuild
130 index e2009f3e717..e9641be05a9 100644
131 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.10.3.ebuild
132 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.10.3.ebuild
133 @@ -1,4 +1,4 @@
134 -# Copyright 1999-2018 Gentoo Foundation
135 +# Copyright 1999-2019 Gentoo Authors
136 # Distributed under the terms of the GNU General Public License v2
137
138 EAPI=6
139 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
140
141 LICENSE="Apache-2.0"
142 SLOT="0"
143 -KEYWORDS="~amd64 ~hppa ~x86"
144 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
145 IUSE="debug examples libressl sasl ssl static-libs test"
146 REQUIRED_USE="test? ( static-libs )"
147
148
149 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild
150 index aaa06162f88..9555f7a1f3c 100644
151 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild
152 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild
153 @@ -1,4 +1,4 @@
154 -# Copyright 1999-2018 Gentoo Foundation
155 +# Copyright 1999-2019 Gentoo Authors
156 # Distributed under the terms of the GNU General Public License v2
157
158 EAPI=6
159 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
160
161 LICENSE="Apache-2.0"
162 SLOT="0"
163 -KEYWORDS="~amd64 ~hppa ~x86"
164 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
165 IUSE="debug examples libressl sasl ssl static-libs test"
166 REQUIRED_USE="test? ( static-libs )"
167
168
169 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.12.0.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.12.0.ebuild
170 index 06783997aca..8b1af6b106f 100644
171 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.12.0.ebuild
172 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.12.0.ebuild
173 @@ -1,4 +1,4 @@
174 -# Copyright 1999-2018 Gentoo Foundation
175 +# Copyright 1999-2019 Gentoo Authors
176 # Distributed under the terms of the GNU General Public License v2
177
178 EAPI=6
179 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
180
181 LICENSE="Apache-2.0"
182 SLOT="0"
183 -KEYWORDS="~amd64 ~hppa ~x86"
184 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
185 IUSE="debug examples libressl sasl ssl static-libs test"
186 REQUIRED_USE="test? ( static-libs )"
187
188
189 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild
190 index 33fa5771803..78ede21f852 100644
191 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild
192 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild
193 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
194
195 LICENSE="Apache-2.0"
196 SLOT="0"
197 -KEYWORDS="amd64 ~hppa x86"
198 +KEYWORDS="amd64 ~hppa ~s390 x86"
199 IUSE="debug examples icu libressl sasl ssl static-libs test"
200 REQUIRED_USE="test? ( static-libs )"
201
202
203 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.1.ebuild
204 index 7e327de1bdc..9c37da61663 100644
205 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.1.ebuild
206 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.1.ebuild
207 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
208
209 LICENSE="Apache-2.0"
210 SLOT="0"
211 -KEYWORDS="~amd64 ~hppa ~x86"
212 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
213 IUSE="debug examples icu libressl sasl ssl static-libs test"
214 REQUIRED_USE="test? ( static-libs )"
215
216
217 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.3.5.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.3.5.ebuild
218 index 90f322d03b4..e48c6b58344 100644
219 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.3.5.ebuild
220 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.3.5.ebuild
221 @@ -1,4 +1,4 @@
222 -# Copyright 1999-2018 Gentoo Authors
223 +# Copyright 1999-2019 Gentoo Authors
224 # Distributed under the terms of the GNU General Public License v2
225
226 EAPI=5
227 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
228
229 LICENSE="BSD"
230 SLOT="0"
231 -KEYWORDS="~amd64 ~hppa ~x86"
232 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
233 IUSE="debug examples libressl sasl ssl static-libs test"
234
235 RDEPEND=">=dev-libs/libbson-1.3.5
236
237 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild
238 index 841127cf7d9..b637d1e8449 100644
239 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild
240 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild
241 @@ -1,4 +1,4 @@
242 -# Copyright 1999-2018 Gentoo Authors
243 +# Copyright 1999-2019 Gentoo Authors
244 # Distributed under the terms of the GNU General Public License v2
245
246 EAPI=6
247 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
248
249 LICENSE="BSD"
250 SLOT="0"
251 -KEYWORDS="~amd64 ~hppa ~x86"
252 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
253 IUSE="debug examples libressl sasl ssl static-libs test"
254
255 RDEPEND=">=dev-libs/libbson-1.6.2
256
257 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
258 index d034808158e..beb5282faaf 100644
259 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
260 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
261 @@ -1,4 +1,4 @@
262 -# Copyright 1999-2018 Gentoo Foundation
263 +# Copyright 1999-2019 Gentoo Authors
264 # Distributed under the terms of the GNU General Public License v2
265
266 EAPI=6
267 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
268
269 LICENSE="BSD"
270 SLOT="0"
271 -KEYWORDS="amd64 hppa x86"
272 +KEYWORDS="amd64 hppa ~s390 x86"
273 IUSE="debug examples libressl sasl ssl static-libs test"
274
275 RDEPEND="app-arch/snappy:=
276
277 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild
278 index 8c5b2194c35..825f4a50611 100644
279 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild
280 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild
281 @@ -1,4 +1,4 @@
282 -# Copyright 1999-2018 Gentoo Foundation
283 +# Copyright 1999-2019 Gentoo Authors
284 # Distributed under the terms of the GNU General Public License v2
285
286 EAPI=6
287 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
288
289 LICENSE="BSD"
290 SLOT="0"
291 -KEYWORDS="~amd64 ~hppa ~x86"
292 +KEYWORDS="~amd64 ~hppa ~s390 ~x86"
293 IUSE="debug examples libressl sasl ssl static-libs test"
294
295 RDEPEND="app-arch/snappy:=