Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/
Date: Sun, 07 Aug 2022 13:59:41
Message-Id: 1659880744.a5911fa027b1d1555b9f2824ed5b70e1fbd3e2f7.ionen@gentoo
1 commit: a5911fa027b1d1555b9f2824ed5b70e1fbd3e2f7
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 13:22:48 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 13:59:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5911fa0
7
8 gui-libs/egl-wayland: drop 1.1.10
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 gui-libs/egl-wayland/egl-wayland-1.1.10.ebuild | 43 --------------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.10.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.10.ebuild
16 deleted file mode 100644
17 index 15f3bab74424..000000000000
18 --- a/gui-libs/egl-wayland/egl-wayland-1.1.10.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -inherit meson
27 -
28 -DESCRIPTION="EGLStream-based Wayland external platform"
29 -HOMEPAGE="https://github.com/NVIDIA/egl-wayland"
30 -SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~arm64"
35 -
36 -RDEPEND="
37 - dev-libs/wayland
38 - !<x11-drivers/nvidia-drivers-470.57.02[wayland(-)]"
39 -DEPEND="
40 - ${RDEPEND}
41 - dev-libs/wayland-protocols
42 - gui-libs/eglexternalplatform
43 - >=media-libs/libglvnd-1.3.4
44 - x11-libs/libdrm"
45 -BDEPEND="dev-util/wayland-scanner"
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${PN}-1.1.6-remove-werror.patch
49 -)
50 -
51 -src_install() {
52 - meson_src_install
53 -
54 - insinto /usr/share/egl/egl_external_platform.d
55 - doins "${FILESDIR}"/10_nvidia_wayland.json
56 -}
57 -
58 -pkg_postinst() {
59 - if has_version "<x11-drivers/nvidia-drivers-391"; then
60 - ewarn "<=nvidia-drivers-390.xx may not work properly with this version of"
61 - ewarn "egl-wayland, it is recommended to use nouveau drivers for wayland."
62 - fi
63 -}