commit:     02c289838fac849300d359d97dfa9927e0608f9e
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 17:33:04 2026 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 18:16:47 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c28983

gui-libs/egl-x11: drop 1.0.3

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest             |  1 -
 gui-libs/egl-x11/egl-x11-1.0.3.ebuild | 45 -----------------------------------
 2 files changed, 46 deletions(-)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index 8218b41758bb..176e079690e8 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,2 +1 @@
-DIST egl-x11-1.0.3.tar.gz 72063 BLAKE2B 
42645b2b31040b74fa6e7043b4ec9eee8d467e5095c6d876b2672bb0a9e003e1eeb968cd5c6ae22ad34f3945b98382632ab211222647b4171cb2b2d9874e8fe3
 SHA512 
7e81ebc7c567e2198abc18e970e8f132fd1862b2f847f48cd8fe3d51703db08ced4e4cc05b99cb2d458c4341f584d45551003516000f9cb49ae77f623be06e36
 DIST egl-x11-1.0.4.tar.gz 72446 BLAKE2B 
20b8a426eee275810d098906bb88c90770b315d350ea693f6827b933474d4b9bbefa1fa8ee4d222f0706914ad81056710d9a5c6a77bb43bbf80a7ad829a4a1a2
 SHA512 
60bc7252da78b0443423dbaff448aa8893c787b31c02193030c66bbc87342290baf33e0213b1c5ffc073d757867a448ec77156be02381b897991ff3e4a47ff22

diff --git a/gui-libs/egl-x11/egl-x11-1.0.3.ebuild 
b/gui-libs/egl-x11/egl-x11-1.0.3.ebuild
deleted file mode 100644
index 3003a45e271e..000000000000
--- a/gui-libs/egl-x11/egl-x11-1.0.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson-multilib
-
-DESCRIPTION="NVIDIA X11/XCB EGL external platform library"
-HOMEPAGE="https://github.com/NVIDIA/egl-x11/";
-
-if [[ ${PV} == *_pre* ]]; then
-       # happens often that nvidia-drivers ships with a (yet) unreleased
-       # version and we need to ship a snapshot to provide the same fixes
-       HASH_EGLX11=
-       SRC_URI="
-               https://github.com/NVIDIA/egl-x11/archive/${HASH_EGLX11}.tar.gz
-                       -> ${P}.tar.gz
-       "
-       S=${WORKDIR}/${PN}-${HASH_EGLX11}
-else
-       SRC_URI="
-               
https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
-                       -> ${P}.tar.gz
-       "
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-
-# wrt blocker, may or may not cause problems if present with <560
-# drivers, and collides with <565.57.01-r2
-RDEPEND="
-       media-libs/mesa[gbm(+),${MULTILIB_USEDEP}]
-       x11-libs/libX11[${MULTILIB_USEDEP}]
-       x11-libs/libdrm[${MULTILIB_USEDEP}]
-       x11-libs/libxcb:=[${MULTILIB_USEDEP}]
-       !<x11-drivers/nvidia-drivers-565.57.01-r2
-"
-DEPEND="
-       ${RDEPEND}
-       >=gui-libs/eglexternalplatform-1.2
-       media-libs/libglvnd
-       x11-base/xorg-proto
-"

Reply via email to