commit: e4754c06968b4a5e157d39cea52f4555d4bb86d2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Mar 6 17:21:40 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Mar 7 06:09:54 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4754c06
gui-libs/egl-wayland2: drop 1.0.0_rc Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> gui-libs/egl-wayland2/Manifest | 1 - gui-libs/egl-wayland2/egl-wayland2-1.0.0_rc.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/gui-libs/egl-wayland2/Manifest b/gui-libs/egl-wayland2/Manifest index 41232d538bdb..21f428e87abf 100644 --- a/gui-libs/egl-wayland2/Manifest +++ b/gui-libs/egl-wayland2/Manifest @@ -1,2 +1 @@ -DIST egl-wayland2-1.0.0_rc.tar.gz 78099 BLAKE2B 1ce9fa465bc929d99259d29b3d0aaa06c5afc51127e6d68f1d19cee83badb74454d76d5ce087b0253af405d7780d970592ba624bd895459106b80f6e598df446 SHA512 53ec956d3b9bf1b48191cc643ffc59954e070f9a7d48753c337f11fc211b0c368090353f3adf080d656d2d6e03d4b5dc157302c455f6f0e85e6ef101c58f7648 DIST egl-wayland2-1.0.1.tar.gz 80780 BLAKE2B 75bbe89dac6d773f698be1b9fda60b6230dff4b260acf3bc529652146fff8be7bfc458ae231227f09911bbb516ed8edf7a6be5c44d39ac4ae63276829dafe2ec SHA512 e470d73b9116611d0fc0193450dc873a96a075bd51a7805ddeeca941c3612c103923308eb5b33608ab10a1ba05101603dc5c0e079e819a9958fad6e49cb80d25 diff --git a/gui-libs/egl-wayland2/egl-wayland2-1.0.0_rc.ebuild b/gui-libs/egl-wayland2/egl-wayland2-1.0.0_rc.ebuild deleted file mode 100644 index 0b57a6e0b748..000000000000 --- a/gui-libs/egl-wayland2/egl-wayland2-1.0.0_rc.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 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, version 2" -HOMEPAGE="https://github.com/NVIDIA/egl-wayland2/" -SRC_URI=" - https://github.com/NVIDIA/egl-wayland2/archive/refs/tags/v${PV/_/-}.tar.gz - -> ${P}.tar.gz -" -S=${WORKDIR}/${PN}-${PV/_/-} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - dev-libs/wayland[${MULTILIB_USEDEP}] - media-libs/mesa[gbm(+),${MULTILIB_USEDEP}] - x11-libs/libdrm[${MULTILIB_USEDEP}] -" -DEPEND=" - ${RDEPEND} - >=dev-libs/wayland-protocols-1.38 - >=gui-libs/eglexternalplatform-1.2 - media-libs/libglvnd -" -BDEPEND=" - dev-util/wayland-scanner -" - -pkg_postinst() { - ewarn "gui-libs/egl-wayland2 is still experimental and will be used over" - ewarn "gui-libs/egl-wayland(aka v1) if both are installed, please remember" - ewarn "to try uninstalling v2 if experience issues." -}
