Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcompmgr/, x11-misc/gccmakedep/, x11-misc/rendercheck/, x11-misc/imake/, ...
Date: Fri, 29 Mar 2019 21:19:54
Message-Id: 1553894343.4141bdef80aa0aaf65ba00f94ae65a2f8b5b147c.mattst88@gentoo
1 commit: 4141bdef80aa0aaf65ba00f94ae65a2f8b5b147c
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Mar 29 03:07:42 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=4141bdef
7
8 x11-misc/*: 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 x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild | 6 +++---
15 x11-misc/gccmakedep/gccmakedep-9999.ebuild | 6 +++---
16 x11-misc/imake/imake-1.0.7-r1.ebuild | 6 +++---
17 x11-misc/lndir/lndir-1.0.3-r2.ebuild | 6 +++---
18 x11-misc/lndir/lndir-9999.ebuild | 6 +++---
19 x11-misc/makedepend/makedepend-1.0.5-r1.ebuild | 6 +++---
20 x11-misc/rendercheck/rendercheck-1.5-r1.ebuild | 4 ++--
21 x11-misc/rendercheck/rendercheck-1.5.ebuild | 3 ++-
22 x11-misc/util-macros/util-macros-1.19.2-r1.ebuild | 4 ++--
23 x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild | 6 +++---
24 x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild | 5 ++---
25 x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild | 3 +--
26 x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild | 4 ++--
27 x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild | 4 ++--
28 x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild | 4 ++--
29 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild | 4 ++--
30 16 files changed, 38 insertions(+), 39 deletions(-)
31
32 diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
33 index 87b4031565b..8f993fc10cf 100644
34 --- a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
35 +++ b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
36 @@ -1,13 +1,13 @@
37 -# Copyright 1999-2018 Gentoo Authors
38 +# Copyright 1999-2019 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42
43 DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
44 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
45 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/gccmakedep"
46
47 if [[ ${PV} == 9999 ]]; then
48 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/${PN}.git"
49 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/gccmakedep.git"
50 inherit autotools git-r3
51 # x11-misc/util-macros only required on live ebuilds
52 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
53
54 diff --git a/x11-misc/gccmakedep/gccmakedep-9999.ebuild b/x11-misc/gccmakedep/gccmakedep-9999.ebuild
55 index f324c514b6b..cc6ee3f9348 100644
56 --- a/x11-misc/gccmakedep/gccmakedep-9999.ebuild
57 +++ b/x11-misc/gccmakedep/gccmakedep-9999.ebuild
58 @@ -1,13 +1,13 @@
59 -# Copyright 1999-2018 Gentoo Foundation
60 +# Copyright 1999-2019 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=7
64
65 DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
66 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
67 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/gccmakedep"
68
69 if [[ ${PV} == 9999 ]]; then
70 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/${PN}.git"
71 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/gccmakedep.git"
72 inherit autotools git-r3
73 # x11-misc/util-macros only required on live ebuilds
74 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
75
76 diff --git a/x11-misc/imake/imake-1.0.7-r1.ebuild b/x11-misc/imake/imake-1.0.7-r1.ebuild
77 index 79263523f8d..4d2194fb238 100644
78 --- a/x11-misc/imake/imake-1.0.7-r1.ebuild
79 +++ b/x11-misc/imake/imake-1.0.7-r1.ebuild
80 @@ -1,12 +1,12 @@
81 -# Copyright 1999-2018 Gentoo Authors
82 +# Copyright 1999-2019 Gentoo Authors
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI=7
86
87 DESCRIPTION="C preprocessor interface to the make utility"
88 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
89 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/imake"
90 if [[ ${PV} == 9999 ]]; then
91 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/imake.git"
92 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/imake.git"
93 inherit autotools git-r3
94 # x11-misc-util/macros only required on live ebuilds
95 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
96
97 diff --git a/x11-misc/lndir/lndir-1.0.3-r2.ebuild b/x11-misc/lndir/lndir-1.0.3-r2.ebuild
98 index 53c90ba0cb3..5129dbabb0a 100644
99 --- a/x11-misc/lndir/lndir-1.0.3-r2.ebuild
100 +++ b/x11-misc/lndir/lndir-1.0.3-r2.ebuild
101 @@ -1,13 +1,13 @@
102 -# Copyright 1999-2018 Gentoo Authors
103 +# Copyright 1999-2019 Gentoo Authors
104 # Distributed under the terms of the GNU General Public License v2
105
106 EAPI=7
107
108 DESCRIPTION="create a shadow directory of symbolic links to another directory tree"
109 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
110 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/lndir"
111
112 if [[ ${PV} == 9999 ]]; then
113 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/lndir.git"
114 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/lndir.git"
115 inherit autotools git-r3
116 # x11-misc-util/macros only required on live ebuilds
117 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
118
119 diff --git a/x11-misc/lndir/lndir-9999.ebuild b/x11-misc/lndir/lndir-9999.ebuild
120 index 3009d675272..d9e6b13b90c 100644
121 --- a/x11-misc/lndir/lndir-9999.ebuild
122 +++ b/x11-misc/lndir/lndir-9999.ebuild
123 @@ -1,13 +1,13 @@
124 -# Copyright 1999-2018 Gentoo Foundation
125 +# Copyright 1999-2019 Gentoo Authors
126 # Distributed under the terms of the GNU General Public License v2
127
128 EAPI=7
129
130 DESCRIPTION="create a shadow directory of symbolic links to another directory tree"
131 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
132 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/lndir"
133
134 if [[ ${PV} == 9999 ]]; then
135 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/lndir.git"
136 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/lndir.git"
137 inherit autotools git-r3
138 # x11-misc-util/macros only required on live ebuilds
139 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
140
141 diff --git a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
142 index 4d6a30b7d6c..6dcb3c505d7 100644
143 --- a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
144 +++ b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
145 @@ -1,13 +1,13 @@
146 -# Copyright 1999-2018 Gentoo Authors
147 +# Copyright 1999-2019 Gentoo Authors
148 # Distributed under the terms of the GNU General Public License v2
149
150 EAPI=7
151
152 DESCRIPTION="create dependencies in makefiles"
153 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
154 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/makedepend"
155
156 if [[ ${PV} == 9999 ]]; then
157 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/makedepend.git"
158 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/makedepend.git"
159 inherit autotools git-r3
160 # x11-misc-util/macros only required on live ebuilds
161 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
162
163 diff --git a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild b/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild
164 index 8efe587b40e..f7aedd6447c 100644
165 --- a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild
166 +++ b/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild
167 @@ -1,10 +1,10 @@
168 -# Copyright 1999-2018 Gentoo Authors
169 +# Copyright 1999-2019 Gentoo Authors
170 # Distributed under the terms of the GNU General Public License v2
171
172 EAPI=7
173
174 DESCRIPTION="Tests for compliance with X RENDER extension"
175 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
176 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/test/rendercheck"
177 SRC_URI="mirror://xorg/app/${P}.tar.bz2"
178
179 LICENSE="MIT"
180
181 diff --git a/x11-misc/rendercheck/rendercheck-1.5.ebuild b/x11-misc/rendercheck/rendercheck-1.5.ebuild
182 index 5171d61cedf..34a45007eaf 100644
183 --- a/x11-misc/rendercheck/rendercheck-1.5.ebuild
184 +++ b/x11-misc/rendercheck/rendercheck-1.5.ebuild
185 @@ -1,4 +1,4 @@
186 -# Copyright 1999-2015 Gentoo Foundation
187 +# Copyright 1999-2019 Gentoo Authors
188 # Distributed under the terms of the GNU General Public License v2
189
190 EAPI=5
191 @@ -8,6 +8,7 @@ XORG_STATIC=no
192 inherit xorg-2
193
194 DESCRIPTION="Tests for compliance with X RENDER extension"
195 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/test/rendercheck"
196
197 KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
198 IUSE=""
199
200 diff --git a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
201 index 2b9da7591c9..18a2a719c4e 100644
202 --- a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
203 +++ b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
204 @@ -1,10 +1,10 @@
205 -# Copyright 1999-2018 Gentoo Authors
206 +# Copyright 1999-2019 Gentoo Authors
207 # Distributed under the terms of the GNU General Public License v2
208
209 EAPI=7
210
211 DESCRIPTION="X.Org autotools utility macros"
212 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
213 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/macros"
214 SRC_URI="mirror://xorg/util/${P}.tar.bz2"
215
216 LICENSE="MIT"
217
218 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
219 index b563b993866..1934ad373f3 100644
220 --- a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
221 +++ b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
222 @@ -1,13 +1,13 @@
223 -# Copyright 1999-2018 Gentoo Authors
224 +# Copyright 1999-2019 Gentoo Authors
225 # Distributed under the terms of the GNU General Public License v2
226
227 EAPI=7
228
229 DESCRIPTION="X Compositing manager"
230 -HOMEPAGE="https://freedesktop.org/wiki/Software/xapps"
231 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/app/xcompmgr"
232
233 if [[ ${PV} == 9999 ]]; then
234 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/app/glxcompmgr.git"
235 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/xcompmgr.git"
236 inherit autotools git-r3
237 # x11-misc-util/macros only required on live ebuilds
238 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
239
240 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
241 index f49e264c1b7..259f20c2538 100644
242 --- a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
243 +++ b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
244 @@ -1,14 +1,13 @@
245 -# Copyright 1999-2016 Gentoo Foundation
246 +# Copyright 1999-2019 Gentoo Authors
247 # Distributed under the terms of the GNU General Public License v2
248
249 EAPI=5
250
251 +XORG_MODULE=app/
252 XORG_STATIC=no
253 inherit xorg-2
254
255 DESCRIPTION="X Compositing manager"
256 -HOMEPAGE="https://freedesktop.org/wiki/Software/xapps"
257 -SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2"
258
259 LICENSE="BSD"
260 KEYWORDS="amd64 ppc ppc64 sparc x86"
261
262 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild
263 index 60166725362..677c731f079 100644
264 --- a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild
265 +++ b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild
266 @@ -3,12 +3,11 @@
267
268 EAPI=7
269
270 +XORG_MODULE=app/
271 XORG_STATIC=no
272 inherit xorg-3
273
274 DESCRIPTION="X Compositing manager"
275 -HOMEPAGE="https://freedesktop.org/wiki/Software/xapps"
276 -SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2"
277
278 LICENSE="BSD"
279 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
280
281 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
282 index 771e138381b..ba23a905329 100644
283 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
284 +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
285 @@ -4,10 +4,10 @@
286 EAPI=7
287
288 DESCRIPTION="X keyboard configuration database"
289 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
290 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
291
292 if [[ ${PV} == 9999 ]]; then
293 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
294 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git"
295 inherit autotools git-r3
296 # x11-misc/util-macros only required on live ebuilds
297 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
298
299 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
300 index 85d56e7d72f..e98b90a9e21 100644
301 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
302 +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
303 @@ -4,10 +4,10 @@
304 EAPI=7
305
306 DESCRIPTION="X keyboard configuration database"
307 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
308 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
309
310 if [[ ${PV} == 9999 ]]; then
311 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
312 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git"
313 inherit autotools git-r3
314 # x11-misc/util-macros only required on live ebuilds
315 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
316
317 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild
318 index 6ec7db35152..18bac738483 100644
319 --- a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild
320 +++ b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild
321 @@ -4,10 +4,10 @@
322 EAPI=7
323
324 DESCRIPTION="X keyboard configuration database"
325 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
326 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
327
328 if [[ ${PV} == 9999 ]]; then
329 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
330 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git"
331 inherit autotools git-r3
332 # x11-misc/util-macros only required on live ebuilds
333 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
334
335 diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
336 index 2184e9dd391..2d2c29ce331 100644
337 --- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
338 +++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
339 @@ -1,10 +1,10 @@
340 -# Copyright 1999-2018 Gentoo Authors
341 +# Copyright 1999-2019 Gentoo Authors
342 # Distributed under the terms of the GNU General Public License v2
343
344 EAPI=7
345
346 DESCRIPTION="Old Imake-related build files"
347 -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
348 +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/cf"
349 SRC_URI="mirror://xorg/util/${P}.tar.bz2
350 https://dev.gentoo.org/~mattst88/distfiles/${PN}-1.0.6-solaris-prefix.patch.bz2"