commit: 49dabe86d699eeb265039cdad14f2daae63526bd Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Oct 10 07:10:23 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Oct 10 07:44:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49dabe86
gui-libs/egl-wayland: drop 1.1.19 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> gui-libs/egl-wayland/Manifest | 1 - gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild | 35 -------------------------- 2 files changed, 36 deletions(-) diff --git a/gui-libs/egl-wayland/Manifest b/gui-libs/egl-wayland/Manifest index 1be34c99cd09..cb0df5f63faa 100644 --- a/gui-libs/egl-wayland/Manifest +++ b/gui-libs/egl-wayland/Manifest @@ -1,2 +1 @@ -DIST egl-wayland-1.1.19.tar.gz 76156 BLAKE2B a017023ea965ab0a7329c4224f8c24557ddc31b00339e49e942c85edec1b45504434ef417edf2f787a3b1de7980d8c59d552dcfd0c4690b2b95140a48a70224d SHA512 5e50289656620d984a69d4dc5fbd1bdd214119db4386dd93ecee0d082ab75763db4039f1d3b40d160b32f144f3ff9638450ee63191a95dc7d3fadee1dd7120ce DIST egl-wayland-1.1.20.tar.gz 76168 BLAKE2B dc06a04a3a7e909c403619a98c484ff17fd03d47f6510a41d9fe9e19233d82ef99cfaf3439a2af39ab95a48575d4a3d42471bbeb53916f91f033d1fad897e316 SHA512 aed74dd76de1a0ca34264293e2ce0a0969f8434b77f978322a7fa6866e835f0f7f0735964c2c9d95533a342fc6f50e77d0c6ac52ccf5387b14972a07627eaee8 diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild deleted file mode 100644 index 27c44296558d..000000000000 --- a/gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson-multilib - -DESCRIPTION="NVIDIA wayland EGL external platform library" -HOMEPAGE="https://github.com/NVIDIA/egl-wayland/" -SRC_URI=" - https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64" - -RDEPEND=" - dev-libs/wayland[${MULTILIB_USEDEP}] - x11-libs/libdrm[${MULTILIB_USEDEP}] -" -DEPEND=" - ${RDEPEND} - >=dev-libs/wayland-protocols-1.34 - >=gui-libs/eglexternalplatform-1.1-r1 - media-libs/libglvnd -" -BDEPEND=" - dev-util/wayland-scanner -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.1.6-remove-werror.patch -)
