diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-12-11 16:39:36 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-12-11 16:41:56 -0500 |
commit | 96c95febbdbf2ca25a4dd239a90a4975b3cf0a07 (patch) | |
tree | 14f62d070468665d28ca61057b110d21cf4fe2fb /gui-libs | |
parent | gui-libs/egl-x11: add 1.0.0 (diff) | |
download | gentoo-96c95febbdbf2ca25a4dd239a90a4975b3cf0a07.tar.gz gentoo-96c95febbdbf2ca25a4dd239a90a4975b3cf0a07.tar.bz2 gentoo-96c95febbdbf2ca25a4dd239a90a4975b3cf0a07.zip |
gui-libs/egl-x11: drop 1.0.0_pre*
The last one is identical to the just added 1.0.0,
so little reason to keep these.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/egl-x11/Manifest | 3 | ||||
-rw-r--r-- | gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild | 44 | ||||
-rw-r--r-- | gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild | 37 | ||||
-rw-r--r-- | gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild | 37 |
4 files changed, 0 insertions, 121 deletions
diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest index abd863d1d865..9cbd4ddc400a 100644 --- a/gui-libs/egl-x11/Manifest +++ b/gui-libs/egl-x11/Manifest @@ -1,4 +1 @@ DIST egl-x11-1.0.0.tar.gz 71522 BLAKE2B 37fa6459ab3480e58e0b410adccb96c936a47d2d381006e5ca57fa04641b91fa72d66e490692c618bf40e95c8440aaf2f18e0ce3820979d9aeae7e21e0694aac SHA512 b240698bfc6dae02c391e8ff5b5619992a237984a456a433ed0989fd0a805511c88737b87d6d748feb0482fdb5d81c76e9419414d4d1b109097a30412665aafe -DIST egl-x11-1.0.0_pre20240919.tar.gz 71007 BLAKE2B 10793ee854f1548630772579a745c6d12c6add7abea506663b3c196726544353a06eb45a17a42f4fe1c13cb4602750f43d267c8c2be541c31fa34e9aa0f4c7a4 SHA512 b902e39107ec1e6fcd5d10a2741bcb1d3930b947d36c4778d5c3c12d14086d92ad64742f5a5ff2bdfd36c1cc37ac634277221272cb8f5092ff165fcc2c2ecdff -DIST egl-x11-1.0.0_pre20241113.tar.gz 71112 BLAKE2B 991f9825feed3c873264047d324ba76893fa200c5c65705ed1ffda17e72feb50e397edee84ff77faac5e6d50272698557faeaee11f7e3eb8c7a111b27a53471e SHA512 624cb009ce2b920bab2b59b2ac27171e8988862d897125fa9dedfeb62ad075190eb94252f964828f094de069a1196314dcc89e6dd8222ed65f9fb95b32fb26be -DIST egl-x11-1.0.0_pre20241120.tar.gz 71603 BLAKE2B 822ca4b9fa377118dd736aa491670ba47fc0bc9456745f796baa8dab8c41d3e4ad2409853917740942e3d231d541bd3f482402668a51a031c9a7a12f7b4b7b6f SHA512 4b8021779e4cc70104b026021844eed895f8f4ef51708c59c2d53ff5b3789db24c858bbae36c7070833e4c373bc2e974b11ff5924149abc1a1d2091a7397ce09 diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild deleted file mode 100644 index 545151e96bd8..000000000000 --- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic meson-multilib toolchain-funcs - -# no releases yet, should typically update hash in sync with nvidia bumps -HASH_EGLX11=8aac36c712561ebfecc82af3db15c50cd0d573fb - -DESCRIPTION="NVIDIA X11/XCB EGL external platform library" -HOMEPAGE="https://github.com/NVIDIA/egl-x11/" -SRC_URI=" - https://github.com/NVIDIA/egl-x11/archive/${HASH_EGLX11}.tar.gz - -> ${P}.tar.gz -" -S=${WORKDIR}/${PN}-${HASH_EGLX11} - -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 -" - -src_configure() { - # needs looking into, likely some UB broken at >=-O1 (bug #942396) - tc-is-clang && replace-flags '-O*' '-O0' - - meson-multilib_src_configure -} diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild deleted file mode 100644 index bde11d7c5a36..000000000000 --- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson-multilib - -# no releases yet, update in sync with nvidia unless there is urgent fixes -HASH_EGLX11=6092c1f6cff86702bbecedb918b214a5dca362f9 - -DESCRIPTION="NVIDIA X11/XCB EGL external platform library" -HOMEPAGE="https://github.com/NVIDIA/egl-x11/" -SRC_URI=" - https://github.com/NVIDIA/egl-x11/archive/${HASH_EGLX11}.tar.gz - -> ${P}.tar.gz -" -S=${WORKDIR}/${PN}-${HASH_EGLX11} - -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 -" diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild deleted file mode 100644 index 9d007939b9b1..000000000000 --- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson-multilib - -# no releases yet, update in sync with nvidia unless there is urgent fixes -HASH_EGLX11=c616565cb830a23ac69ddd3c78251711646a11a2 - -DESCRIPTION="NVIDIA X11/XCB EGL external platform library" -HOMEPAGE="https://github.com/NVIDIA/egl-x11/" -SRC_URI=" - https://github.com/NVIDIA/egl-x11/archive/${HASH_EGLX11}.tar.gz - -> ${P}.tar.gz -" -S=${WORKDIR}/${PN}-${HASH_EGLX11} - -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 -" |