Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/wlc/
Date: Mon, 03 Jun 2019 15:49:30
Message-Id: 1559576954.aa0ef92c870520bff72b4d8539998a99509bf45a.mgorny@gentoo
1 commit: aa0ef92c870520bff72b4d8539998a99509bf45a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 3 15:48:49 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 15:49:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0ef92c
7
8 dev-libs/wlc: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/684828
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/wlc/Manifest | 2 --
14 dev-libs/wlc/metadata.xml | 24 ---------------
15 dev-libs/wlc/wlc-0.0.10.ebuild | 66 ----------------------------------------
16 dev-libs/wlc/wlc-0.0.11.ebuild | 66 ----------------------------------------
17 dev-libs/wlc/wlc-9999.ebuild | 68 ------------------------------------------
18 profiles/package.mask | 5 ----
19 6 files changed, 231 deletions(-)
20
21 diff --git a/dev-libs/wlc/Manifest b/dev-libs/wlc/Manifest
22 deleted file mode 100644
23 index 8c1969a839c..00000000000
24 --- a/dev-libs/wlc/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST wlc-0.0.10.tar.bz2 249721 BLAKE2B 7d1d1f3bb0b878912b4bcabec3046d45a243b83acedb77b0e939c10c9c08b47ac6a90bd55b0c2e7df8fd8e591aa4be3f848dbe3f6aff67670aa4ac8c716c96ba SHA512 93474b04aad6534d850d9666cb7ba2b588d8beda89d785de1d569951e3c410ec66da84cdaab5e99060e61360b9bdffa96226f20e1d1e906873edc6850c34500c
28 -DIST wlc-0.0.11.tar.bz2 247642 BLAKE2B 705b60eb96951e64a0f47bd5091cddb4d6bdea9553db02701fec1e3fbe3288834ae8b6bab5e193457b89c8db451497a1ba299ec6e3b283c92e56c69b1078f517 SHA512 29e7d734cee76b9d0d1fabac71bab33a7146fec8557e583be2d0e85413fa77ed938f23f3bc8728f1f0766239d5eb023ace52abb9b78d40ce1edf876185a60ea5
29
30 diff --git a/dev-libs/wlc/metadata.xml b/dev-libs/wlc/metadata.xml
31 deleted file mode 100644
32 index 4d7e16aaf19..00000000000
33 --- a/dev-libs/wlc/metadata.xml
34 +++ /dev/null
35 @@ -1,24 +0,0 @@
36 -<?xml version='1.0' encoding='UTF-8'?>
37 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 -<pkgmetadata>
39 - <maintainer type="person">
40 - <email>prometheanfire@g.o</email>
41 - <name>Matthew Thode</name>
42 - </maintainer>
43 - <maintainer type="person">
44 - <email>hilobakho@×××××.com</email>
45 - <name>Mykyta Holubakha</name>
46 - </maintainer>
47 - <maintainer type="project">
48 - <email>proxy-maint@g.o</email>
49 - <name>Proxy Maintainers</name>
50 - </maintainer>
51 - <use>
52 - <flag name="systemd">Enable support for systemd-logind.</flag>
53 - <flag name="X">Enable X11 backend.</flag>
54 - <flag name="xwayland">Enable XWayland application support.</flag>
55 - </use>
56 - <upstream>
57 - <remote-id type="github">Cloudef/wlc</remote-id>
58 - </upstream>
59 -</pkgmetadata>
60
61 diff --git a/dev-libs/wlc/wlc-0.0.10.ebuild b/dev-libs/wlc/wlc-0.0.10.ebuild
62 deleted file mode 100644
63 index dfd3d6fd8a5..00000000000
64 --- a/dev-libs/wlc/wlc-0.0.10.ebuild
65 +++ /dev/null
66 @@ -1,66 +0,0 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -
72 -inherit cmake-utils
73 -
74 -DESCRIPTION="A helper library for Wayland compositors"
75 -HOMEPAGE="https://github.com/Cloudef/wlc"
76 -
77 -SRC_URI="https://github.com/Cloudef/wlc/releases/download/v${PV}/${P}.tar.bz2"
78 -
79 -LICENSE="MIT ZLIB"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -IUSE="X static-libs systemd +xwayland"
83 -
84 -RDEPEND="virtual/opengl
85 - virtual/libudev
86 - media-libs/mesa[wayland,gbm,gles2,egl]
87 - x11-libs/libdrm
88 - x11-libs/pixman
89 - x11-libs/libxkbcommon
90 - x11-misc/xkeyboard-config
91 - dev-libs/libinput
92 - dev-libs/wayland
93 - X? (
94 - x11-libs/libX11
95 - x11-libs/libxcb[xkb]
96 - x11-libs/xcb-util-image
97 - x11-libs/xcb-util-wm
98 - x11-libs/libXfixes
99 - )
100 - xwayland? (
101 - x11-libs/libxcb[xkb]
102 - x11-libs/xcb-util-image
103 - x11-libs/xcb-util-wm
104 - x11-base/xorg-server[wayland]
105 - )
106 - systemd? ( sys-apps/systemd sys-apps/dbus )"
107 -
108 -DEPEND="${RDEPEND}
109 - virtual/pkgconfig
110 - >=dev-libs/wayland-protocols-1.7"
111 -
112 -src_configure() {
113 - local mycmakeargs=(
114 - -DWLC_BUILD_EXAMPLES=OFF
115 - -DWLC_BUILD_TESTS=OFF
116 -
117 - -DWLC_BUILD_STATIC=$(usex static-libs)
118 -
119 - -DWLC_X11_BACKEND_SUPPORT=$(usex X)
120 - -DWLC_XWAYLAND_SUPPORT=$(usex xwayland)
121 -
122 - $(cmake-utils_use_find_package systemd Systemd)
123 - $(cmake-utils_use_find_package systemd Dbus)
124 - )
125 - cmake-utils_src_configure
126 -}
127 -
128 -pkg_postinst() {
129 - if use X && ! use xwayland; then
130 - elog "xwayland use flag is required for X11 applications support"
131 - fi
132 -}
133
134 diff --git a/dev-libs/wlc/wlc-0.0.11.ebuild b/dev-libs/wlc/wlc-0.0.11.ebuild
135 deleted file mode 100644
136 index 9786fe291a8..00000000000
137 --- a/dev-libs/wlc/wlc-0.0.11.ebuild
138 +++ /dev/null
139 @@ -1,66 +0,0 @@
140 -# Copyright 1999-2018 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=6
144 -
145 -inherit cmake-utils
146 -
147 -DESCRIPTION="A helper library for Wayland compositors"
148 -HOMEPAGE="https://github.com/Cloudef/wlc"
149 -
150 -SRC_URI="https://github.com/Cloudef/wlc/releases/download/v${PV}/${P}.tar.bz2"
151 -
152 -LICENSE="MIT ZLIB"
153 -SLOT="0"
154 -KEYWORDS="~amd64 ~arm64 ~x86"
155 -IUSE="X static-libs systemd +xwayland"
156 -
157 -RDEPEND="virtual/opengl
158 - virtual/libudev
159 - media-libs/mesa[wayland,gbm,gles2,egl]
160 - x11-libs/libdrm
161 - x11-libs/pixman
162 - x11-libs/libxkbcommon
163 - x11-misc/xkeyboard-config
164 - dev-libs/libinput
165 - dev-libs/wayland
166 - X? (
167 - x11-libs/libX11
168 - x11-libs/libxcb[xkb]
169 - x11-libs/xcb-util-image
170 - x11-libs/xcb-util-wm
171 - x11-libs/libXfixes
172 - )
173 - xwayland? (
174 - x11-libs/libxcb[xkb]
175 - x11-libs/xcb-util-image
176 - x11-libs/xcb-util-wm
177 - x11-base/xorg-server[wayland]
178 - )
179 - systemd? ( sys-apps/systemd sys-apps/dbus )"
180 -
181 -DEPEND="${RDEPEND}
182 - virtual/pkgconfig
183 - >=dev-libs/wayland-protocols-1.7"
184 -
185 -src_configure() {
186 - local mycmakeargs=(
187 - -DWLC_BUILD_EXAMPLES=OFF
188 - -DWLC_BUILD_TESTS=OFF
189 -
190 - -DWLC_BUILD_STATIC=$(usex static-libs)
191 -
192 - -DWLC_X11_BACKEND_SUPPORT=$(usex X)
193 - -DWLC_XWAYLAND_SUPPORT=$(usex xwayland)
194 -
195 - $(cmake-utils_use_find_package systemd Systemd)
196 - $(cmake-utils_use_find_package systemd Dbus)
197 - )
198 - cmake-utils_src_configure
199 -}
200 -
201 -pkg_postinst() {
202 - if use X && ! use xwayland; then
203 - elog "xwayland use flag is required for X11 applications support"
204 - fi
205 -}
206
207 diff --git a/dev-libs/wlc/wlc-9999.ebuild b/dev-libs/wlc/wlc-9999.ebuild
208 deleted file mode 100644
209 index 709fe5def74..00000000000
210 --- a/dev-libs/wlc/wlc-9999.ebuild
211 +++ /dev/null
212 @@ -1,68 +0,0 @@
213 -# Copyright 1999-2016 Gentoo Foundation
214 -# Distributed under the terms of the GNU General Public License v2
215 -
216 -EAPI=6
217 -
218 -inherit git-r3 cmake-utils
219 -
220 -DESCRIPTION="A helper library for Wayland compositors"
221 -HOMEPAGE="https://github.com/Cloudef/wlc"
222 -
223 -EGIT_REPO_URI="https://github.com/Cloudef/wlc.git"
224 -
225 -LICENSE="MIT ZLIB"
226 -SLOT="0"
227 -KEYWORDS=""
228 -IUSE="X static-libs systemd +xwayland"
229 -
230 -RDEPEND="virtual/opengl
231 - virtual/libudev
232 - media-libs/mesa[wayland,gbm,gles2,egl]
233 - x11-libs/libdrm
234 - x11-libs/pixman
235 - x11-libs/libxkbcommon
236 - x11-misc/xkeyboard-config
237 - dev-libs/libinput
238 - dev-libs/wayland
239 - X? (
240 - x11-libs/libX11
241 - x11-libs/libxcb[xkb]
242 - x11-libs/xcb-util-image
243 - x11-libs/xcb-util-wm
244 - x11-libs/libXfixes
245 - )
246 - xwayland? (
247 - x11-libs/libxcb[xkb]
248 - x11-libs/xcb-util-image
249 - x11-libs/xcb-util-wm
250 - x11-base/xorg-server[wayland]
251 - )
252 - systemd? ( sys-apps/systemd sys-apps/dbus )"
253 -
254 -DEPEND="${RDEPEND}
255 - virtual/pkgconfig
256 - dev-libs/wayland-protocols"
257 -
258 -src_configure() {
259 - local mycmakeargs=(
260 - -DWLC_BUILD_EXAMPLES=OFF
261 - -DWLC_BUILD_TESTS=OFF
262 -
263 - -DWLC_BUILD_STATIC=$(usex static-libs)
264 -
265 - -DWLC_X11_BACKEND_SUPPORT=$(usex X)
266 - -DWLC_XWAYLAND_SUPPORT=$(usex xwayland)
267 -
268 - $(cmake-utils_use_find_package systemd Systemd)
269 - $(cmake-utils_use_find_package systemd Dbus)
270 - )
271 -
272 - cmake-utils_src_configure
273 -}
274 -
275 -pkg_postinst() {
276 - if use X && ! use xwayland
277 - then
278 - elog "xwayland use flag is required for X11 applications support"
279 - fi
280 -}
281
282 diff --git a/profiles/package.mask b/profiles/package.mask
283 index 65855617bd5..1a386b9fa3b 100644
284 --- a/profiles/package.mask
285 +++ b/profiles/package.mask
286 @@ -292,11 +292,6 @@ dev-python/pytest-relaxed
287 # it. Removal in 30 days. Bug #581720.
288 media-tv/tvbrowser
289
290 -# Michał Górny <mgorny@g.o> (02 May 2019)
291 -# Discontinued upstream, and no longer required by any packages
292 -# in Gentoo. Removal in 30 days. Bug #684828.
293 -dev-libs/wlc
294 -
295 # Jory A. Pratt <anarchy@g.o> (1 May 2019)
296 # No longer supported and or needed by in tree packages.
297 # Masked for removal in 30 Days. Bug #684904