Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Fri, 03 May 2019 18:33:07
Message-Id: 1556908365.7814496e319a24eebf5b5b50bbee5e094e69f35a.prometheanfire@gentoo
1 commit: 7814496e319a24eebf5b5b50bbee5e094e69f35a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 3 18:19:21 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 18:32:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7814496e
7
8 gui-libs/wlroots: remove old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/Manifest | 3 --
14 gui-libs/wlroots/wlroots-0.2.ebuild | 101 ------------------------------------
15 gui-libs/wlroots/wlroots-0.3.ebuild | 101 ------------------------------------
16 gui-libs/wlroots/wlroots-0.4.ebuild | 101 ------------------------------------
17 4 files changed, 306 deletions(-)
18
19 diff --git a/gui-libs/wlroots/Manifest b/gui-libs/wlroots/Manifest
20 index 310501b7532..18e0eef4181 100644
21 --- a/gui-libs/wlroots/Manifest
22 +++ b/gui-libs/wlroots/Manifest
23 @@ -1,6 +1,3 @@
24 -DIST wlroots-0.2.tar.gz 437638 BLAKE2B dd7ca737ba2dfc00e30c83e973616cefb77fccb793161794361422a2fcbdf7299aacea8d794b910fdf06c9a191a89f7f1530d312545d08d126a729be41eeb424 SHA512 b7727b29ed7e5188d5fa6099687f8e6f48b6b3f17f7a6e136956ad6b607054595de3779118bffd4b9730115eaca2f00c2d30d52f4915b2753a749432ec0c3f2a
25 -DIST wlroots-0.3.tar.gz 473490 BLAKE2B 552bcc5d8bb847dbac5caaddeac830a4de25b4cc80abb6c8b8e610b5e40cc20ff50a145fdfb6bb5f0aa53d218400777ca7a5982c74eb01bd973109b2f8fd7938 SHA512 ccec1426e6ac86fa63f82763d123162fca5be25fb37bbb44a5de651a7764f5325ef21cbe2cf698cb315f0de4719a6bac8eb0ceeffe2111de7c9f4b59e019aaaa
26 DIST wlroots-0.4.1.tar.gz 480127 BLAKE2B f193860ef9e0852b053270bdaa44b491a8c65a76dc01c71690f7a006eac46e606cca95675e6dec4d65487d9b98bcabb7cd12578f028a9cb9c5cd648e47754df4 SHA512 bd8863c7f285579d81b9372f1335c10eb2d0fd7b46b7589e6b2acad53fa373f2e3b549d2c31876d87d66851af0415a12a011a05953ffe2384b718db6d95cba2e
27 -DIST wlroots-0.4.tar.gz 480114 BLAKE2B b37a711223b23c2e49f3f77ddf84d826bd432a62ec1cacb6c1323803fe6cf885397f445fc4f7c21752d962962a1d1d93399d9b66031031e1f5a3f1bff2ff717e SHA512 49b35b3a89f640d8b5fe97543aab8de90b42a112c29ef678d38bd5ba44a3718276f3c43bf0dade07be5322eb4b90258c7d99c2432f8b6af61f3109fc6b77ad58
28 DIST wlroots-0.5.0.tar.gz 481154 BLAKE2B 094c7c92191ea9c581debc90fa7b0117ed15328c11a098e53cec05b326e84c54481a69382ef9a592337ade370ffb55ea98b545794471808dee9f41ee9db8194f SHA512 4defecff91a6179d3a6b7d05c92c14b20c7fa69263a889869912e913a5d1e29f9fd4684f9816b03e2427a21c004d64236f35d8282e02e8d27d826442f1f8b3a7
29 DIST wlroots-0.6.0.tar.gz 497934 BLAKE2B a0b631831752e533f83ed62e402ef69b0994df050fd643cf2ef89556face4a822b3936bc758b70ab160eedda8ced16c0992dc209600914095784bba97bd26ee2 SHA512 c205d4303a381e11ef2f4db2faac1ddf9ad85c675824aae9cfe62d9f8bd313f1568d4810db1d006416783b50c8364198648a46d1ba453a0d8f659d6920618286
30
31 diff --git a/gui-libs/wlroots/wlroots-0.2.ebuild b/gui-libs/wlroots/wlroots-0.2.ebuild
32 deleted file mode 100644
33 index a3427d6c6fc..00000000000
34 --- a/gui-libs/wlroots/wlroots-0.2.ebuild
35 +++ /dev/null
36 @@ -1,101 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -inherit fcaps meson
43 -
44 -DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
45 -HOMEPAGE="https://github.com/swaywm/wlroots"
46 -
47 -if [[ ${PV} == 9999 ]]; then
48 - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
49 - inherit git-r3
50 -else
51 - SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 - KEYWORDS="~amd64 ~x86"
53 -fi
54 -
55 -LICENSE="MIT"
56 -SLOT="0"
57 -IUSE="elogind icccm rootston systemd x11-backend X"
58 -REQUIRED_USE="?? ( elogind systemd )"
59 -
60 -DEPEND="
61 - >=dev-libs/libinput-1.7.0:0=
62 - >=dev-libs/wayland-1.16.0
63 - media-libs/mesa[egl,gles2,gbm]
64 - virtual/libudev
65 - x11-libs/libdrm
66 - x11-libs/libxkbcommon
67 - x11-libs/pixman
68 - elogind? ( >=sys-auth/elogind-237 )
69 - icccm? ( x11-libs/xcb-util-wm )
70 - systemd? ( >=sys-apps/systemd-237 )
71 - x11-backend? ( x11-libs/libxcb:0= )
72 - X? (
73 - x11-base/xorg-server[wayland]
74 - x11-libs/libxcb:0=
75 - x11-libs/xcb-util-image
76 - )
77 -"
78 -RDEPEND="
79 - ${DEPEND}
80 -"
81 -BDEPEND="
82 - >=dev-libs/wayland-protocols-1.15
83 - virtual/pkgconfig
84 -"
85 -
86 -FILECAPS=( cap_sys_admin usr/bin/rootston )
87 -
88 -src_configure() {
89 - # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
90 - local emesonargs=(
91 - "-Dxcb-errors=disabled"
92 - -Dlibcap=$(usex filecaps enabled disabled)
93 - -Dxcb-icccm=$(usex icccm enabled disabled)
94 - -Dxwayland=$(usex X enabled disabled)
95 - -Dx11-backend=$(usex x11-backend enabled disabled)
96 - $(meson_use rootston)
97 - "-Dexamples=false"
98 - "-Dwerror=false"
99 - )
100 - if use systemd; then
101 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
102 - elif use elogind; then
103 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind")
104 - else
105 - emesonargs+=("-Dlogind=disabled")
106 - fi
107 -
108 - meson_src_configure
109 -}
110 -
111 -src_install() {
112 - if use rootston; then
113 - dobin "${BUILD_DIR}"/rootston/rootston
114 - newdoc rootston/rootston.ini.example rootston.ini
115 - fi
116 -
117 - meson_src_install
118 -}
119 -
120 -pkg_postinst() {
121 - elog "You must be in the input group to allow your compositor"
122 - elog "to access input devices via libinput."
123 - if use rootston; then
124 - elog ""
125 - elog "You should copy (and decompress) the example configuration file"
126 - elog "from ${EROOT:-${ROOT}}/usr/share/doc/${PF}/rootston.ini"
127 - elog "to the working directory from where you launch rootston"
128 - elog "(or pass the '-C path-to-config' option to rootston)."
129 - if ! use systemd && ! use elogind; then
130 - elog ""
131 - elog "If you use ConsoleKit2, remember to launch rootston using:"
132 - elog "exec ck-launch-session rootston"
133 -
134 - fcaps_pkg_postinst
135 - fi
136 - fi
137 -}
138
139 diff --git a/gui-libs/wlroots/wlroots-0.3.ebuild b/gui-libs/wlroots/wlroots-0.3.ebuild
140 deleted file mode 100644
141 index c96b1fcfc3f..00000000000
142 --- a/gui-libs/wlroots/wlroots-0.3.ebuild
143 +++ /dev/null
144 @@ -1,101 +0,0 @@
145 -# Copyright 1999-2019 Gentoo Authors
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=7
149 -
150 -inherit fcaps meson
151 -
152 -DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
153 -HOMEPAGE="https://github.com/swaywm/wlroots"
154 -
155 -if [[ ${PV} == 9999 ]]; then
156 - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
157 - inherit git-r3
158 -else
159 - SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
160 - KEYWORDS="~amd64 ~x86"
161 -fi
162 -
163 -LICENSE="MIT"
164 -SLOT="0"
165 -IUSE="elogind icccm rootston systemd x11-backend X"
166 -REQUIRED_USE="?? ( elogind systemd )"
167 -
168 -DEPEND="
169 - >=dev-libs/libinput-1.7.0:0=
170 - >=dev-libs/wayland-1.16.0
171 - media-libs/mesa[egl,gles2,gbm]
172 - virtual/libudev
173 - x11-libs/libdrm
174 - x11-libs/libxkbcommon
175 - x11-libs/pixman
176 - elogind? ( >=sys-auth/elogind-237 )
177 - icccm? ( x11-libs/xcb-util-wm )
178 - systemd? ( >=sys-apps/systemd-237 )
179 - x11-backend? ( x11-libs/libxcb:0= )
180 - X? (
181 - x11-base/xorg-server[wayland]
182 - x11-libs/libxcb:0=
183 - x11-libs/xcb-util-image
184 - )
185 -"
186 -RDEPEND="
187 - ${DEPEND}
188 -"
189 -BDEPEND="
190 - >=dev-libs/wayland-protocols-1.16
191 - virtual/pkgconfig
192 -"
193 -
194 -FILECAPS=( cap_sys_admin usr/bin/rootston )
195 -
196 -src_configure() {
197 - # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
198 - local emesonargs=(
199 - "-Dxcb-errors=disabled"
200 - -Dlibcap=$(usex filecaps enabled disabled)
201 - -Dxcb-icccm=$(usex icccm enabled disabled)
202 - -Dxwayland=$(usex X enabled disabled)
203 - -Dx11-backend=$(usex x11-backend enabled disabled)
204 - $(meson_use rootston)
205 - "-Dexamples=false"
206 - "-Dwerror=false"
207 - )
208 - if use systemd; then
209 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
210 - elif use elogind; then
211 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind")
212 - else
213 - emesonargs+=("-Dlogind=disabled")
214 - fi
215 -
216 - meson_src_configure
217 -}
218 -
219 -src_install() {
220 - if use rootston; then
221 - dobin "${BUILD_DIR}"/rootston/rootston
222 - newdoc rootston/rootston.ini.example rootston.ini
223 - fi
224 -
225 - meson_src_install
226 -}
227 -
228 -pkg_postinst() {
229 - elog "You must be in the input group to allow your compositor"
230 - elog "to access input devices via libinput."
231 - if use rootston; then
232 - elog ""
233 - elog "You should copy (and decompress) the example configuration file"
234 - elog "from ${EROOT:-${ROOT}}/usr/share/doc/${PF}/rootston.ini"
235 - elog "to the working directory from where you launch rootston"
236 - elog "(or pass the '-C path-to-config' option to rootston)."
237 - if ! use systemd && ! use elogind; then
238 - elog ""
239 - elog "If you use ConsoleKit2, remember to launch rootston using:"
240 - elog "exec ck-launch-session rootston"
241 -
242 - fcaps_pkg_postinst
243 - fi
244 - fi
245 -}
246
247 diff --git a/gui-libs/wlroots/wlroots-0.4.ebuild b/gui-libs/wlroots/wlroots-0.4.ebuild
248 deleted file mode 100644
249 index 9d83039a216..00000000000
250 --- a/gui-libs/wlroots/wlroots-0.4.ebuild
251 +++ /dev/null
252 @@ -1,101 +0,0 @@
253 -# Copyright 1999-2019 Gentoo Authors
254 -# Distributed under the terms of the GNU General Public License v2
255 -
256 -EAPI=7
257 -
258 -inherit fcaps meson
259 -
260 -DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
261 -HOMEPAGE="https://github.com/swaywm/wlroots"
262 -
263 -if [[ ${PV} == 9999 ]]; then
264 - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
265 - inherit git-r3
266 -else
267 - SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
268 - KEYWORDS="~amd64 ~x86"
269 -fi
270 -
271 -LICENSE="MIT"
272 -SLOT="0"
273 -IUSE="elogind icccm rootston systemd x11-backend X"
274 -REQUIRED_USE="?? ( elogind systemd )"
275 -
276 -DEPEND="
277 - >=dev-libs/libinput-1.7.0:0=
278 - >=dev-libs/wayland-1.16.0
279 - media-libs/mesa[egl,gles2,gbm]
280 - virtual/libudev
281 - x11-libs/libdrm
282 - x11-libs/libxkbcommon
283 - x11-libs/pixman
284 - elogind? ( >=sys-auth/elogind-237 )
285 - icccm? ( x11-libs/xcb-util-wm )
286 - systemd? ( >=sys-apps/systemd-237 )
287 - x11-backend? ( x11-libs/libxcb:0= )
288 - X? (
289 - x11-base/xorg-server[wayland]
290 - x11-libs/libxcb:0=
291 - x11-libs/xcb-util-image
292 - )
293 -"
294 -RDEPEND="
295 - ${DEPEND}
296 -"
297 -BDEPEND="
298 - >=dev-libs/wayland-protocols-1.17
299 - virtual/pkgconfig
300 -"
301 -
302 -FILECAPS=( cap_sys_admin usr/bin/rootston )
303 -
304 -src_configure() {
305 - # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
306 - local emesonargs=(
307 - "-Dxcb-errors=disabled"
308 - -Dlibcap=$(usex filecaps enabled disabled)
309 - -Dxcb-icccm=$(usex icccm enabled disabled)
310 - -Dxwayland=$(usex X enabled disabled)
311 - -Dx11-backend=$(usex x11-backend enabled disabled)
312 - $(meson_use rootston)
313 - "-Dexamples=false"
314 - "-Dwerror=false"
315 - )
316 - if use systemd; then
317 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
318 - elif use elogind; then
319 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind")
320 - else
321 - emesonargs+=("-Dlogind=disabled")
322 - fi
323 -
324 - meson_src_configure
325 -}
326 -
327 -src_install() {
328 - if use rootston; then
329 - dobin "${BUILD_DIR}"/rootston/rootston
330 - newdoc rootston/rootston.ini.example rootston.ini
331 - fi
332 -
333 - meson_src_install
334 -}
335 -
336 -pkg_postinst() {
337 - elog "You must be in the input group to allow your compositor"
338 - elog "to access input devices via libinput."
339 - if use rootston; then
340 - elog ""
341 - elog "You should copy (and decompress) the example configuration file"
342 - elog "from ${EROOT:-${ROOT}}/usr/share/doc/${PF}/rootston.ini"
343 - elog "to the working directory from where you launch rootston"
344 - elog "(or pass the '-C path-to-config' option to rootston)."
345 - if ! use systemd && ! use elogind; then
346 - elog ""
347 - elog "If you use ConsoleKit2, remember to launch rootston using:"
348 - elog "exec ck-launch-session rootston"
349 -
350 - fcaps_pkg_postinst
351 - fi
352 - fi
353 -}