gui-libs/egl-wayland2: drop 1.0.0_rc

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-03-06 12:21:40 -05:00
parent f89a4111de
commit e4754c0696
2 changed files with 0 additions and 40 deletions

View File

@@ -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

View File

@@ -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."
}