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, 27 Sep 2019 18:12:43
Message-Id: 1569607955.a5553746e67f95af2c0a3e1539006fc61cda7bcf.prometheanfire@gentoo
1 commit: a5553746e67f95af2c0a3e1539006fc61cda7bcf
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 18:12:07 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 18:12:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5553746
7
8 gui-libs/wlroots: 0.4.1 0.5.0 cleanup
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/Manifest | 2 -
14 gui-libs/wlroots/wlroots-0.4.1.ebuild | 101 ----------------------------------
15 gui-libs/wlroots/wlroots-0.5.0.ebuild | 101 ----------------------------------
16 3 files changed, 204 deletions(-)
17
18 diff --git a/gui-libs/wlroots/Manifest b/gui-libs/wlroots/Manifest
19 index 19d00f989cf..ebe699f2ff6 100644
20 --- a/gui-libs/wlroots/Manifest
21 +++ b/gui-libs/wlroots/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST wlroots-0.4.1.tar.gz 480127 BLAKE2B f193860ef9e0852b053270bdaa44b491a8c65a76dc01c71690f7a006eac46e606cca95675e6dec4d65487d9b98bcabb7cd12578f028a9cb9c5cd648e47754df4 SHA512 bd8863c7f285579d81b9372f1335c10eb2d0fd7b46b7589e6b2acad53fa373f2e3b549d2c31876d87d66851af0415a12a011a05953ffe2384b718db6d95cba2e
24 -DIST wlroots-0.5.0.tar.gz 481154 BLAKE2B 094c7c92191ea9c581debc90fa7b0117ed15328c11a098e53cec05b326e84c54481a69382ef9a592337ade370ffb55ea98b545794471808dee9f41ee9db8194f SHA512 4defecff91a6179d3a6b7d05c92c14b20c7fa69263a889869912e913a5d1e29f9fd4684f9816b03e2427a21c004d64236f35d8282e02e8d27d826442f1f8b3a7
25 DIST wlroots-0.6.0.tar.gz 497934 BLAKE2B a0b631831752e533f83ed62e402ef69b0994df050fd643cf2ef89556face4a822b3936bc758b70ab160eedda8ced16c0992dc209600914095784bba97bd26ee2 SHA512 c205d4303a381e11ef2f4db2faac1ddf9ad85c675824aae9cfe62d9f8bd313f1568d4810db1d006416783b50c8364198648a46d1ba453a0d8f659d6920618286
26 DIST wlroots-0.7.0.tar.gz 446392 BLAKE2B ed69ae2e5484428222cd430d7c74935b0801044cacab804ffe3673c5ecf08104a5fbfbaa930c8ef4df3e43de1073910ba970028307a0a3c57483c5d502832292 SHA512 20e7e81bb945cc683c793f1258e83dbeea5e933faa066125f16a24aa7151000c620f9f47cad21540f8bea7d053d181cb89a2803c30fac1b1b9f3345065b9ba9c
27
28 diff --git a/gui-libs/wlroots/wlroots-0.4.1.ebuild b/gui-libs/wlroots/wlroots-0.4.1.ebuild
29 deleted file mode 100644
30 index 9d83039a216..00000000000
31 --- a/gui-libs/wlroots/wlroots-0.4.1.ebuild
32 +++ /dev/null
33 @@ -1,101 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit fcaps meson
40 -
41 -DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
42 -HOMEPAGE="https://github.com/swaywm/wlroots"
43 -
44 -if [[ ${PV} == 9999 ]]; then
45 - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
46 - inherit git-r3
47 -else
48 - SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 - KEYWORDS="~amd64 ~x86"
50 -fi
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -IUSE="elogind icccm rootston systemd x11-backend X"
55 -REQUIRED_USE="?? ( elogind systemd )"
56 -
57 -DEPEND="
58 - >=dev-libs/libinput-1.7.0:0=
59 - >=dev-libs/wayland-1.16.0
60 - media-libs/mesa[egl,gles2,gbm]
61 - virtual/libudev
62 - x11-libs/libdrm
63 - x11-libs/libxkbcommon
64 - x11-libs/pixman
65 - elogind? ( >=sys-auth/elogind-237 )
66 - icccm? ( x11-libs/xcb-util-wm )
67 - systemd? ( >=sys-apps/systemd-237 )
68 - x11-backend? ( x11-libs/libxcb:0= )
69 - X? (
70 - x11-base/xorg-server[wayland]
71 - x11-libs/libxcb:0=
72 - x11-libs/xcb-util-image
73 - )
74 -"
75 -RDEPEND="
76 - ${DEPEND}
77 -"
78 -BDEPEND="
79 - >=dev-libs/wayland-protocols-1.17
80 - virtual/pkgconfig
81 -"
82 -
83 -FILECAPS=( cap_sys_admin usr/bin/rootston )
84 -
85 -src_configure() {
86 - # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
87 - local emesonargs=(
88 - "-Dxcb-errors=disabled"
89 - -Dlibcap=$(usex filecaps enabled disabled)
90 - -Dxcb-icccm=$(usex icccm enabled disabled)
91 - -Dxwayland=$(usex X enabled disabled)
92 - -Dx11-backend=$(usex x11-backend enabled disabled)
93 - $(meson_use rootston)
94 - "-Dexamples=false"
95 - "-Dwerror=false"
96 - )
97 - if use systemd; then
98 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
99 - elif use elogind; then
100 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind")
101 - else
102 - emesonargs+=("-Dlogind=disabled")
103 - fi
104 -
105 - meson_src_configure
106 -}
107 -
108 -src_install() {
109 - if use rootston; then
110 - dobin "${BUILD_DIR}"/rootston/rootston
111 - newdoc rootston/rootston.ini.example rootston.ini
112 - fi
113 -
114 - meson_src_install
115 -}
116 -
117 -pkg_postinst() {
118 - elog "You must be in the input group to allow your compositor"
119 - elog "to access input devices via libinput."
120 - if use rootston; then
121 - elog ""
122 - elog "You should copy (and decompress) the example configuration file"
123 - elog "from ${EROOT:-${ROOT}}/usr/share/doc/${PF}/rootston.ini"
124 - elog "to the working directory from where you launch rootston"
125 - elog "(or pass the '-C path-to-config' option to rootston)."
126 - if ! use systemd && ! use elogind; then
127 - elog ""
128 - elog "If you use ConsoleKit2, remember to launch rootston using:"
129 - elog "exec ck-launch-session rootston"
130 -
131 - fcaps_pkg_postinst
132 - fi
133 - fi
134 -}
135
136 diff --git a/gui-libs/wlroots/wlroots-0.5.0.ebuild b/gui-libs/wlroots/wlroots-0.5.0.ebuild
137 deleted file mode 100644
138 index c41237dd8a5..00000000000
139 --- a/gui-libs/wlroots/wlroots-0.5.0.ebuild
140 +++ /dev/null
141 @@ -1,101 +0,0 @@
142 -# Copyright 1999-2019 Gentoo Authors
143 -# Distributed under the terms of the GNU General Public License v2
144 -
145 -EAPI=7
146 -
147 -inherit fcaps meson
148 -
149 -DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
150 -HOMEPAGE="https://github.com/swaywm/wlroots"
151 -
152 -if [[ ${PV} == 9999 ]]; then
153 - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
154 - inherit git-r3
155 -else
156 - SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
157 - KEYWORDS="amd64 arm64 x86"
158 -fi
159 -
160 -LICENSE="MIT"
161 -SLOT="0"
162 -IUSE="elogind icccm rootston systemd x11-backend X"
163 -REQUIRED_USE="?? ( elogind systemd )"
164 -
165 -DEPEND="
166 - >=dev-libs/libinput-1.7.0:0=
167 - >=dev-libs/wayland-1.16.0
168 - media-libs/mesa[egl,gles2,gbm]
169 - virtual/libudev
170 - x11-libs/libdrm
171 - x11-libs/libxkbcommon
172 - x11-libs/pixman
173 - elogind? ( >=sys-auth/elogind-237 )
174 - icccm? ( x11-libs/xcb-util-wm )
175 - systemd? ( >=sys-apps/systemd-237 )
176 - x11-backend? ( x11-libs/libxcb:0= )
177 - X? (
178 - x11-base/xorg-server[wayland]
179 - x11-libs/libxcb:0=
180 - x11-libs/xcb-util-image
181 - )
182 -"
183 -RDEPEND="
184 - ${DEPEND}
185 -"
186 -BDEPEND="
187 - >=dev-libs/wayland-protocols-1.17
188 - virtual/pkgconfig
189 -"
190 -
191 -FILECAPS=( cap_sys_admin usr/bin/rootston )
192 -
193 -src_configure() {
194 - # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
195 - local emesonargs=(
196 - "-Dxcb-errors=disabled"
197 - -Dlibcap=$(usex filecaps enabled disabled)
198 - -Dxcb-icccm=$(usex icccm enabled disabled)
199 - -Dxwayland=$(usex X enabled disabled)
200 - -Dx11-backend=$(usex x11-backend enabled disabled)
201 - $(meson_use rootston)
202 - "-Dexamples=false"
203 - "-Dwerror=false"
204 - )
205 - if use systemd; then
206 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
207 - elif use elogind; then
208 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind")
209 - else
210 - emesonargs+=("-Dlogind=disabled")
211 - fi
212 -
213 - meson_src_configure
214 -}
215 -
216 -src_install() {
217 - if use rootston; then
218 - dobin "${BUILD_DIR}"/rootston/rootston
219 - newdoc rootston/rootston.ini.example rootston.ini
220 - fi
221 -
222 - meson_src_install
223 -}
224 -
225 -pkg_postinst() {
226 - elog "You must be in the input group to allow your compositor"
227 - elog "to access input devices via libinput."
228 - if use rootston; then
229 - elog ""
230 - elog "You should copy (and decompress) the example configuration file"
231 - elog "from ${EROOT:-${ROOT}}/usr/share/doc/${PF}/rootston.ini"
232 - elog "to the working directory from where you launch rootston"
233 - elog "(or pass the '-C path-to-config' option to rootston)."
234 - if ! use systemd && ! use elogind; then
235 - elog ""
236 - elog "If you use ConsoleKit2, remember to launch rootston using:"
237 - elog "exec ck-launch-session rootston"
238 -
239 - fcaps_pkg_postinst
240 - fi
241 - fi
242 -}