commit: f4744844a2a85f6dbf8cd044a9eaa642df2c638a
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 15:41:34 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 17:14:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4744844
gui-libs/egl-x11: add 1.0.1, drop 1.0.1_pre20250318
These are indentical save for being tagged now.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
gui-libs/egl-x11/Manifest | 2 +-
.../{egl-x11-1.0.1_pre20250318.ebuild => egl-x11-1.0.1.ebuild} | 5 +----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index debc5ebff8e2..16805652a47d 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,2 +1,2 @@
DIST egl-x11-1.0.0.tar.gz 71522 BLAKE2B
37fa6459ab3480e58e0b410adccb96c936a47d2d381006e5ca57fa04641b91fa72d66e490692c618bf40e95c8440aaf2f18e0ce3820979d9aeae7e21e0694aac
SHA512
b240698bfc6dae02c391e8ff5b5619992a237984a456a433ed0989fd0a805511c88737b87d6d748feb0482fdb5d81c76e9419414d4d1b109097a30412665aafe
-DIST egl-x11-1.0.1_pre20250318.tar.gz 72138 BLAKE2B
0790b4000e3fb7daacc753696cafb60fb09aba462e7524366723e8eb93a8f58609cf9d71f08d86a54366b8579447b535936d9955de4f30f1b86c80bcbede2819
SHA512
e0d3ff6eaf9aa54526e50bd4cb7937e27eb76b86e3d12b6913319bb7c5a769984f65a8a57cb6b98c53f247116e485f75970a358bc583129fccc0265a936b594f
+DIST egl-x11-1.0.1.tar.gz 72060 BLAKE2B
018bfbd2c3624be794eb5a5d862de7ec11d66aa174a50396810a8b313ce4794ba19e48419023bd585ba3e246d261a31fa8c333e13c4f26468416262abeb39899
SHA512
8c49520184630e0b20fd28f6089b56578b10454535134040c72512bc4e1ff12c29f7b6834cc619196f20e360045d70a7338ed426535d57d8074cfcb8409cdaff
diff --git a/gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild
b/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
similarity index 83%
rename from gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild
rename to gui-libs/egl-x11/egl-x11-1.0.1.ebuild
index 590afe5d9052..4db57910cc58 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
@@ -5,15 +5,12 @@ EAPI=8
inherit meson-multilib
-EGLX11_HASH=0558d54cdbc563706d44671ba7d846fc12b96485
-
DESCRIPTION="NVIDIA X11/XCB EGL external platform library"
HOMEPAGE="https://github.com/NVIDIA/egl-x11/"
SRC_URI="
- https://github.com/NVIDIA/egl-x11/archive/${EGLX11_HASH}.tar.gz
+ https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz
"
-S=${WORKDIR}/${PN}-${EGLX11_HASH}
LICENSE="Apache-2.0"
SLOT="0"