Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/, dev-libs/libpthread-stubs/, dev-libs/wayland/, ...
Date: Fri, 29 Mar 2019 21:19:55
Message-Id: 1553894343.50071d71e826efd0955526085c2f0929f199ad39.mattst88@gentoo
1 commit: 50071d71e826efd0955526085c2f0929f199ad39
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Mar 29 03:48:32 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 21:19:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50071d71
7
8 dev-libs/*: Update HOMEPAGE and EGIT_REPO_URI.
9
10 Bug: https://bugs.gentoo.org/681708
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-libs/beignet/beignet-1.3.2-r1.ebuild | 6 +++---
15 dev-libs/beignet/beignet-1.3.2-r2.ebuild | 6 +++---
16 dev-libs/beignet/beignet-1.3.2.ebuild | 6 +++---
17 dev-libs/beignet/beignet-9999.ebuild | 6 +++---
18 dev-libs/libbsd/libbsd-0.8.6.ebuild | 6 +++---
19 dev-libs/libbsd/libbsd-0.8.7.ebuild | 6 +++---
20 dev-libs/libbsd/libbsd-0.9.1.ebuild | 4 ++--
21 dev-libs/libevdev/libevdev-1.6.0.ebuild | 4 ++--
22 dev-libs/libevdev/libevdev-9999.ebuild | 6 +++---
23 dev-libs/libinput/libinput-1.11.3.ebuild | 2 +-
24 dev-libs/libinput/libinput-1.12.6.ebuild | 2 +-
25 dev-libs/libinput/libinput-1.13.0.ebuild | 2 +-
26 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 4 ++--
27 dev-libs/wayland/wayland-1.16.0.ebuild | 4 ++--
28 dev-libs/wayland/wayland-1.17.0.ebuild | 2 +-
29 dev-libs/wayland/wayland-9999.ebuild | 2 +-
30 dev-libs/weston/weston-3.0.0.ebuild | 6 +++---
31 dev-libs/weston/weston-5.0.0.ebuild | 6 +++---
32 dev-libs/weston/weston-9999.ebuild | 4 ++--
33 19 files changed, 42 insertions(+), 42 deletions(-)
34
35 diff --git a/dev-libs/beignet/beignet-1.3.2-r1.ebuild b/dev-libs/beignet/beignet-1.3.2-r1.ebuild
36 index aabc386a74b..3d33e0075c6 100644
37 --- a/dev-libs/beignet/beignet-1.3.2-r1.ebuild
38 +++ b/dev-libs/beignet/beignet-1.3.2-r1.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2018 Gentoo Foundation
41 +# Copyright 1999-2019 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE="Release"
46 inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
47
48 DESCRIPTION="OpenCL implementation for Intel GPUs"
49 -HOMEPAGE="https://01.org/beignet"
50 +HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet"
51
52 LICENSE="LGPL-2.1+"
53 SLOT="0"
54 @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20"
55
56 if [[ "${PV}" == "9999" ]]; then
57 inherit git-r3
58 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
59 + EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git"
60 KEYWORDS=""
61 else
62 KEYWORDS="~amd64"
63
64 diff --git a/dev-libs/beignet/beignet-1.3.2-r2.ebuild b/dev-libs/beignet/beignet-1.3.2-r2.ebuild
65 index 18916096142..17d7f95bfa0 100644
66 --- a/dev-libs/beignet/beignet-1.3.2-r2.ebuild
67 +++ b/dev-libs/beignet/beignet-1.3.2-r2.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2018 Gentoo Foundation
70 +# Copyright 1999-2019 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=6
74 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE="Release"
75 inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
76
77 DESCRIPTION="OpenCL implementation for Intel GPUs"
78 -HOMEPAGE="https://01.org/beignet"
79 +HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet"
80
81 LICENSE="LGPL-2.1+"
82 SLOT="0"
83 @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20"
84
85 if [[ "${PV}" == "9999" ]]; then
86 inherit git-r3
87 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
88 + EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git"
89 KEYWORDS=""
90 else
91 KEYWORDS="~amd64"
92
93 diff --git a/dev-libs/beignet/beignet-1.3.2.ebuild b/dev-libs/beignet/beignet-1.3.2.ebuild
94 index b586f5b888a..a9918a01ce3 100644
95 --- a/dev-libs/beignet/beignet-1.3.2.ebuild
96 +++ b/dev-libs/beignet/beignet-1.3.2.ebuild
97 @@ -1,4 +1,4 @@
98 -# Copyright 1999-2018 Gentoo Foundation
99 +# Copyright 1999-2019 Gentoo Authors
100 # Distributed under the terms of the GNU General Public License v2
101
102 EAPI=6
103 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE="Release"
104 inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
105
106 DESCRIPTION="OpenCL implementation for Intel GPUs"
107 -HOMEPAGE="https://01.org/beignet"
108 +HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet"
109
110 LICENSE="LGPL-2.1+"
111 SLOT="0"
112 @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20"
113
114 if [[ "${PV}" == "9999" ]]; then
115 inherit git-r3
116 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
117 + EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git"
118 KEYWORDS="amd64"
119 else
120 KEYWORDS="amd64"
121
122 diff --git a/dev-libs/beignet/beignet-9999.ebuild b/dev-libs/beignet/beignet-9999.ebuild
123 index 5c7dd730a34..3a7b1b4f1fc 100644
124 --- a/dev-libs/beignet/beignet-9999.ebuild
125 +++ b/dev-libs/beignet/beignet-9999.ebuild
126 @@ -1,4 +1,4 @@
127 -# Copyright 1999-2017 Gentoo Foundation
128 +# Copyright 1999-2019 Gentoo Authors
129 # Distributed under the terms of the GNU General Public License v2
130
131 EAPI=6
132 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE="Release"
133 inherit python-any-r1 cmake-multilib flag-o-matic toolchain-funcs
134
135 DESCRIPTION="OpenCL implementation for Intel GPUs"
136 -HOMEPAGE="https://01.org/beignet"
137 +HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet"
138
139 LICENSE="LGPL-2.1+"
140 SLOT="0"
141 @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20"
142
143 if [[ "${PV}" == "9999" ]]; then
144 inherit git-r3
145 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
146 + EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git"
147 KEYWORDS=""
148 else
149 KEYWORDS="~amd64"
150
151 diff --git a/dev-libs/libbsd/libbsd-0.8.6.ebuild b/dev-libs/libbsd/libbsd-0.8.6.ebuild
152 index 4e32f0a5ba9..1d417a41098 100644
153 --- a/dev-libs/libbsd/libbsd-0.8.6.ebuild
154 +++ b/dev-libs/libbsd/libbsd-0.8.6.ebuild
155 @@ -1,11 +1,11 @@
156 -# Copyright 1999-2018 Gentoo Foundation
157 +# Copyright 1999-2019 Gentoo Authors
158 # Distributed under the terms of the GNU General Public License v2
159
160 EAPI=6
161 inherit multilib-minimal
162
163 DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
164 -HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
165 +HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
166 SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
167
168 LICENSE="BSD BSD-2 BSD-4 ISC"
169 @@ -34,7 +34,7 @@ pkg_setup() {
170 multilib_src_configure() {
171 # The build system will install libbsd-ctor.a despite of USE="-static-libs"
172 # which is correct, see:
173 - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
174 + # https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
175 ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
176 }
177
178
179 diff --git a/dev-libs/libbsd/libbsd-0.8.7.ebuild b/dev-libs/libbsd/libbsd-0.8.7.ebuild
180 index 8ce1c8916cb..8fe9b46741c 100644
181 --- a/dev-libs/libbsd/libbsd-0.8.7.ebuild
182 +++ b/dev-libs/libbsd/libbsd-0.8.7.ebuild
183 @@ -1,11 +1,11 @@
184 -# Copyright 1999-2018 Gentoo Foundation
185 +# Copyright 1999-2019 Gentoo Authors
186 # Distributed under the terms of the GNU General Public License v2
187
188 EAPI=6
189 inherit multilib-minimal
190
191 DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
192 -HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
193 +HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
194 SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
195
196 LICENSE="BSD BSD-2 BSD-4 ISC"
197 @@ -34,7 +34,7 @@ pkg_setup() {
198 multilib_src_configure() {
199 # The build system will install libbsd-ctor.a despite of USE="-static-libs"
200 # which is correct, see:
201 - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
202 + # https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
203 ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
204 }
205
206
207 diff --git a/dev-libs/libbsd/libbsd-0.9.1.ebuild b/dev-libs/libbsd/libbsd-0.9.1.ebuild
208 index fbc48c4614d..ea20e10357a 100644
209 --- a/dev-libs/libbsd/libbsd-0.9.1.ebuild
210 +++ b/dev-libs/libbsd/libbsd-0.9.1.ebuild
211 @@ -5,7 +5,7 @@ EAPI=6
212 inherit multilib-minimal
213
214 DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
215 -HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
216 +HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
217 SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
218
219 LICENSE="BSD BSD-2 BSD-4 ISC"
220 @@ -34,7 +34,7 @@ pkg_setup() {
221 multilib_src_configure() {
222 # The build system will install libbsd-ctor.a despite of USE="-static-libs"
223 # which is correct, see:
224 - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
225 + # https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
226 ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
227 }
228
229
230 diff --git a/dev-libs/libevdev/libevdev-1.6.0.ebuild b/dev-libs/libevdev/libevdev-1.6.0.ebuild
231 index 162f2e22d07..7b7765d8f41 100644
232 --- a/dev-libs/libevdev/libevdev-1.6.0.ebuild
233 +++ b/dev-libs/libevdev/libevdev-1.6.0.ebuild
234 @@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
235 inherit multilib-minimal python-any-r1
236
237 DESCRIPTION="Handler library for evdev events"
238 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/"
239 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/ https://gitlab.freedesktop.org/libevdev/libevdev"
240
241 if [[ ${PV} == 9999* ]] ; then
242 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git"
243 + EGIT_REPO_URI="https://gitlab.freedesktop.org/libevdev/libevdev.git"
244 inherit autotools git-r3
245 else
246 SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
247
248 diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild
249 index 5ad289f7340..f0df420f377 100644
250 --- a/dev-libs/libevdev/libevdev-9999.ebuild
251 +++ b/dev-libs/libevdev/libevdev-9999.ebuild
252 @@ -1,4 +1,4 @@
253 -# Copyright 1999-2018 Gentoo Authors
254 +# Copyright 1999-2019 Gentoo Authors
255 # Distributed under the terms of the GNU General Public License v2
256
257 EAPI=7
258 @@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
259 inherit multilib-minimal python-any-r1
260
261 DESCRIPTION="Handler library for evdev events"
262 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/"
263 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/ https://gitlab.freedesktop.org/libevdev/libevdev"
264
265 if [[ ${PV} == 9999* ]] ; then
266 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git"
267 + EGIT_REPO_URI="https://gitlab.freedesktop.org/libevdev/libevdev.git"
268 inherit autotools git-r3
269 else
270 SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
271
272 diff --git a/dev-libs/libinput/libinput-1.11.3.ebuild b/dev-libs/libinput/libinput-1.11.3.ebuild
273 index c60f29f7f67..072c1deee40 100644
274 --- a/dev-libs/libinput/libinput-1.11.3.ebuild
275 +++ b/dev-libs/libinput/libinput-1.11.3.ebuild
276 @@ -5,7 +5,7 @@ EAPI=6
277 inherit meson udev
278
279 DESCRIPTION="Library to handle input devices in Wayland"
280 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
281 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput"
282 SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
283
284 LICENSE="MIT"
285
286 diff --git a/dev-libs/libinput/libinput-1.12.6.ebuild b/dev-libs/libinput/libinput-1.12.6.ebuild
287 index a9abf03e545..21bd0253ca3 100644
288 --- a/dev-libs/libinput/libinput-1.12.6.ebuild
289 +++ b/dev-libs/libinput/libinput-1.12.6.ebuild
290 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
291 inherit meson python-any-r1 udev
292
293 DESCRIPTION="Library to handle input devices in Wayland"
294 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
295 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput"
296 SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
297
298 LICENSE="MIT"
299
300 diff --git a/dev-libs/libinput/libinput-1.13.0.ebuild b/dev-libs/libinput/libinput-1.13.0.ebuild
301 index fe9e7e7cf8c..5bd8983e0da 100644
302 --- a/dev-libs/libinput/libinput-1.13.0.ebuild
303 +++ b/dev-libs/libinput/libinput-1.13.0.ebuild
304 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
305 inherit meson python-any-r1 udev
306
307 DESCRIPTION="Library to handle input devices in Wayland"
308 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
309 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput"
310 SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
311
312 LICENSE="MIT"
313
314 diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
315 index 342a0aa0d9c..83e44b614d3 100644
316 --- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
317 +++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
318 @@ -1,4 +1,4 @@
319 -# Copyright 1999-2018 Gentoo Authors
320 +# Copyright 1999-2019 Gentoo Authors
321 # Distributed under the terms of the GNU General Public License v2
322
323 EAPI=7
324 @@ -6,7 +6,7 @@ EAPI=7
325 inherit multilib-minimal
326
327 DESCRIPTION="Pthread functions stubs for platforms missing them"
328 -HOMEPAGE="https://www.x.org/wiki/"
329 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/lib/pthread-stubs"
330 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
331
332 LICENSE="MIT"
333
334 diff --git a/dev-libs/wayland/wayland-1.16.0.ebuild b/dev-libs/wayland/wayland-1.16.0.ebuild
335 index b4525981f1e..943993af547 100644
336 --- a/dev-libs/wayland/wayland-1.16.0.ebuild
337 +++ b/dev-libs/wayland/wayland-1.16.0.ebuild
338 @@ -3,7 +3,7 @@
339
340 EAPI=6
341
342 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland.git"
343 +EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git"
344
345 if [[ ${PV} = 9999* ]]; then
346 GIT_ECLASS="git-r3"
347 @@ -12,7 +12,7 @@ fi
348 inherit autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS
349
350 DESCRIPTION="Wayland protocol libraries"
351 -HOMEPAGE="https://wayland.freedesktop.org/"
352 +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
353
354 if [[ $PV = 9999* ]]; then
355 SRC_URI=""
356
357 diff --git a/dev-libs/wayland/wayland-1.17.0.ebuild b/dev-libs/wayland/wayland-1.17.0.ebuild
358 index 7e909b19826..56fdba5f507 100644
359 --- a/dev-libs/wayland/wayland-1.17.0.ebuild
360 +++ b/dev-libs/wayland/wayland-1.17.0.ebuild
361 @@ -13,7 +13,7 @@ fi
362 inherit autotools libtool multilib-minimal toolchain-funcs
363
364 DESCRIPTION="Wayland protocol libraries"
365 -HOMEPAGE="https://wayland.freedesktop.org/"
366 +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
367
368 LICENSE="MIT"
369 SLOT="0"
370
371 diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
372 index 7e909b19826..56fdba5f507 100644
373 --- a/dev-libs/wayland/wayland-9999.ebuild
374 +++ b/dev-libs/wayland/wayland-9999.ebuild
375 @@ -13,7 +13,7 @@ fi
376 inherit autotools libtool multilib-minimal toolchain-funcs
377
378 DESCRIPTION="Wayland protocol libraries"
379 -HOMEPAGE="https://wayland.freedesktop.org/"
380 +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
381
382 LICENSE="MIT"
383 SLOT="0"
384
385 diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild
386 index 85b8492ffe1..a3061e69cc0 100644
387 --- a/dev-libs/weston/weston-3.0.0.ebuild
388 +++ b/dev-libs/weston/weston-3.0.0.ebuild
389 @@ -1,10 +1,10 @@
390 -# Copyright 1999-2018 Gentoo Foundation
391 +# Copyright 1999-2019 Gentoo Authors
392 # Distributed under the terms of the GNU General Public License v2
393
394 EAPI=6
395
396 if [[ ${PV} = 9999* ]]; then
397 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git"
398 + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git"
399 GIT_ECLASS="git-r3"
400 EXPERIMENTAL="true"
401 fi
402 @@ -12,7 +12,7 @@ fi
403 inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
404
405 DESCRIPTION="Wayland reference compositor"
406 -HOMEPAGE="https://wayland.freedesktop.org/"
407 +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
408
409 if [[ $PV = 9999* ]]; then
410 SRC_URI="${SRC_PATCHES}"
411
412 diff --git a/dev-libs/weston/weston-5.0.0.ebuild b/dev-libs/weston/weston-5.0.0.ebuild
413 index 61c5f7776cc..221535a3bed 100644
414 --- a/dev-libs/weston/weston-5.0.0.ebuild
415 +++ b/dev-libs/weston/weston-5.0.0.ebuild
416 @@ -1,10 +1,10 @@
417 -# Copyright 1999-2018 Gentoo Authors
418 +# Copyright 1999-2019 Gentoo Authors
419 # Distributed under the terms of the GNU General Public License v2
420
421 EAPI=6
422
423 if [[ ${PV} = 9999* ]]; then
424 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git"
425 + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git"
426 GIT_ECLASS="git-r3"
427 EXPERIMENTAL="true"
428 fi
429 @@ -12,7 +12,7 @@ fi
430 inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
431
432 DESCRIPTION="Wayland reference compositor"
433 -HOMEPAGE="https://wayland.freedesktop.org/"
434 +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
435
436 if [[ $PV = 9999* ]]; then
437 SRC_URI="${SRC_PATCHES}"
438
439 diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
440 index 1a039dffa31..b06805e2e15 100644
441 --- a/dev-libs/weston/weston-9999.ebuild
442 +++ b/dev-libs/weston/weston-9999.ebuild
443 @@ -4,7 +4,7 @@
444 EAPI=6
445
446 if [[ ${PV} = 9999* ]]; then
447 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git"
448 + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git"
449 GIT_ECLASS="git-r3"
450 EXPERIMENTAL="true"
451 fi
452 @@ -12,7 +12,7 @@ fi
453 inherit meson readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
454
455 DESCRIPTION="Wayland reference compositor"
456 -HOMEPAGE="https://wayland.freedesktop.org/"
457 +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
458
459 if [[ $PV = 9999* ]]; then
460 SRC_URI="${SRC_PATCHES}"