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: Tue, 15 Sep 2020 16:29:54
Message-Id: 1600187384.ecb7777ad15d2aadc9682eb6a8f84f9836a58878.prometheanfire@gentoo
1 commit: ecb7777ad15d2aadc9682eb6a8f84f9836a58878
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 16:29:09 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 16:29:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb7777a
7
8 gui-libs/wlroots: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/Manifest | 2 -
14 gui-libs/wlroots/wlroots-0.10.0.ebuild | 77 ---------------------------------
15 gui-libs/wlroots/wlroots-0.10.1.ebuild | 78 ----------------------------------
16 3 files changed, 157 deletions(-)
17
18 diff --git a/gui-libs/wlroots/Manifest b/gui-libs/wlroots/Manifest
19 index ec059680b81..a53c8de1a2d 100644
20 --- a/gui-libs/wlroots/Manifest
21 +++ b/gui-libs/wlroots/Manifest
22 @@ -1,3 +1 @@
23 -DIST wlroots-0.10.0.tar.gz 454540 BLAKE2B 0d2326a62267019001be5f0d79c7b5c937ed20b952c92f0dd8cb04c3a0c06f3ef58723f552b1da1b947ea50ad91df46a543ec9705dad588db800bfa944743d11 SHA512 0e8e0c37f1afb1d99f0ecb3c2282992ffd06381aaa396c7234ead9f3ff2d5c599e766b677680ebaecf68e792054c3e42657d24f32d08bc8bcf35f9eb4bdaa876
24 -DIST wlroots-0.10.1.tar.gz 455232 BLAKE2B 0f4def61d8501b7746ccc589d59586b3641340fb7633b0c4a7b518f1b1b5285c1ee71fb629aa0a0e649c15a4ae69b5cfbc7a034c96e545765a96ddda35f10609 SHA512 e1af5a5b6484b5f4060090e13d22d699d5aaa6926e1a6b1043d2b900f88a002ed67dacf8498f23ed3008bf8a35500f415f95b3dbcf50de5da354f309f9161d58
25 DIST wlroots-0.11.0.tar.gz 481126 BLAKE2B d2262298f24948293643b02c823851b4643289f776bc087d7b67240f4c9c76a7aca03c7dc7e13a65b3d0d3a7c8a5f5246a0e282d2cb3b88bbae0ef94b906f18a SHA512 a8a0c498d10664ff0a5aab8ad1a4fd034179542eff38b058e1da7e4653c42136e4a3586634f3d0a25a985aa7f4c5d17260117d9f4a70a7f8060494c04456f575
26
27 diff --git a/gui-libs/wlroots/wlroots-0.10.0.ebuild b/gui-libs/wlroots/wlroots-0.10.0.ebuild
28 deleted file mode 100644
29 index 00bde310ba8..00000000000
30 --- a/gui-libs/wlroots/wlroots-0.10.0.ebuild
31 +++ /dev/null
32 @@ -1,77 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit fcaps meson
39 -
40 -DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
41 -HOMEPAGE="https://github.com/swaywm/wlroots"
42 -
43 -if [[ ${PV} == 9999 ]]; then
44 - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
45 - inherit git-r3
46 -else
47 - SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 - KEYWORDS="amd64 arm64 ~ppc64 x86"
49 -fi
50 -
51 -LICENSE="MIT"
52 -SLOT="0/10"
53 -IUSE="elogind icccm systemd x11-backend X"
54 -REQUIRED_USE="?? ( elogind systemd )"
55 -
56 -DEPEND="
57 - >=dev-libs/libinput-1.9.0:0=
58 - >=dev-libs/wayland-1.17.0
59 - media-libs/mesa[egl,gles2,gbm]
60 - virtual/libudev
61 - x11-libs/libdrm
62 - x11-libs/libxkbcommon
63 - x11-libs/pixman
64 - elogind? ( >=sys-auth/elogind-237 )
65 - icccm? ( x11-libs/xcb-util-wm )
66 - systemd? ( >=sys-apps/systemd-237 )
67 - x11-backend? ( x11-libs/libxcb:0= )
68 - X? (
69 - x11-base/xorg-server[wayland]
70 - x11-libs/libxcb:0=
71 - x11-libs/xcb-util-image
72 - )
73 -"
74 -RDEPEND="
75 - ${DEPEND}
76 -"
77 -BDEPEND="
78 - >=dev-libs/wayland-protocols-1.17
79 - virtual/pkgconfig
80 -"
81 -
82 -PATCHES=("${FILESDIR}"/${PN}-gcc-10.patch)
83 -
84 -src_configure() {
85 - # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
86 - local emesonargs=(
87 - "-Dxcb-errors=disabled"
88 - -Dlibcap=$(usex filecaps enabled disabled)
89 - -Dxcb-icccm=$(usex icccm enabled disabled)
90 - -Dxwayland=$(usex X enabled disabled)
91 - -Dx11-backend=$(usex x11-backend enabled disabled)
92 - "-Dexamples=false"
93 - "-Dwerror=false"
94 - )
95 - if use systemd; then
96 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
97 - elif use elogind; then
98 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind")
99 - else
100 - emesonargs+=("-Dlogind=disabled")
101 - fi
102 -
103 - meson_src_configure
104 -}
105 -
106 -pkg_postinst() {
107 - elog "You must be in the input group to allow your compositor"
108 - elog "to access input devices via libinput."
109 -}
110
111 diff --git a/gui-libs/wlroots/wlroots-0.10.1.ebuild b/gui-libs/wlroots/wlroots-0.10.1.ebuild
112 deleted file mode 100644
113 index 49ac9be701a..00000000000
114 --- a/gui-libs/wlroots/wlroots-0.10.1.ebuild
115 +++ /dev/null
116 @@ -1,78 +0,0 @@
117 -# Copyright 1999-2020 Gentoo Authors
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=7
121 -
122 -inherit fcaps meson
123 -
124 -DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
125 -HOMEPAGE="https://github.com/swaywm/wlroots"
126 -
127 -if [[ ${PV} == 9999 ]]; then
128 - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
129 - inherit git-r3
130 -else
131 - SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
132 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
133 -fi
134 -
135 -LICENSE="MIT"
136 -SLOT="0/10"
137 -IUSE="elogind icccm systemd x11-backend X"
138 -REQUIRED_USE="?? ( elogind systemd )"
139 -
140 -DEPEND="
141 - >=dev-libs/libinput-1.9.0:0=
142 - >=dev-libs/wayland-1.17.0
143 - media-libs/mesa[egl,gles2,gbm]
144 - virtual/libudev
145 - x11-libs/libdrm
146 - x11-libs/libxkbcommon
147 - x11-libs/pixman
148 - elogind? ( >=sys-auth/elogind-237 )
149 - icccm? ( x11-libs/xcb-util-wm )
150 - systemd? ( >=sys-apps/systemd-237 )
151 - x11-backend? ( x11-libs/libxcb:0= )
152 - X? (
153 - x11-base/xorg-server[wayland]
154 - x11-libs/libxcb:0=
155 - x11-libs/xcb-util-image
156 - )
157 -"
158 -RDEPEND="
159 - ${DEPEND}
160 -"
161 -BDEPEND="
162 - >=dev-libs/wayland-protocols-1.17
163 - virtual/pkgconfig
164 -"
165 -
166 -# Patch is in upstream master. Probably drop on 0.10.2 or 0.11.
167 -PATCHES=("${FILESDIR}"/${PN}-gcc-10.patch)
168 -
169 -src_configure() {
170 - # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
171 - local emesonargs=(
172 - "-Dxcb-errors=disabled"
173 - -Dlibcap=$(usex filecaps enabled disabled)
174 - -Dxcb-icccm=$(usex icccm enabled disabled)
175 - -Dxwayland=$(usex X enabled disabled)
176 - -Dx11-backend=$(usex x11-backend enabled disabled)
177 - "-Dexamples=false"
178 - "-Dwerror=false"
179 - )
180 - if use systemd; then
181 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
182 - elif use elogind; then
183 - emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind")
184 - else
185 - emesonargs+=("-Dlogind=disabled")
186 - fi
187 -
188 - meson_src_configure
189 -}
190 -
191 -pkg_postinst() {
192 - elog "You must be in the input group to allow your compositor"
193 - elog "to access input devices via libinput."
194 -}