kde-plasma/kwayland: drop 6.3.5 (and destabilise ppc64)

It was stabilised for app-crypt/pinentry[qt5] but is no longer required.

Bug: https://bugs.gentoo.org/906793
Bug: https://bugs.gentoo.org/959779
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-27 16:56:34 +02:00
parent f8e50e066f
commit f37b49412d
2 changed files with 0 additions and 43 deletions

View File

@@ -1,4 +1,3 @@
DIST kwayland-5.116.0.tar.xz 337540 BLAKE2B e238af4a122317fde2b207762858fb913005afde60f1b9cf2dfd90163021d8c3d7d9c3b055a4bb3ae26b5d0560e90c9e0d1e1e51480315bf1a5bc5592a231d11 SHA512 48b24c88872a21d237274868fea601120fb9700f888ab0a7531651dc6501db8559af3a70b6131d89d31010e1f32013222d42e9d1244ae91bf9972588494957a9
DIST kwayland-6.3.5.tar.xz 134072 BLAKE2B fa22fe778f71303b9c63efee8ab549527a22e1ec998b4ee3c93b51aabd778569a39049e8fdd635695e14e865f1ea74e8480fe79358a12ec3dc27def60a8f6389 SHA512 15ccede121c689b8849f8db3929435027e6c4ce0ee5cf0aaf9143b48e9ef05366efd6a17b51c9ba3fa799bba841405b193a645633e8a95d9667b12daaea7448a
DIST kwayland-6.3.6.tar.xz 132804 BLAKE2B cec330b735dc3bc43a568b0e76723d04aeef7ca2e860f21188d9c6985178a80ec128471f138a5d731dee25bfde73ba8827988dc7febfd3f4cbdf7ed69a29e3b9 SHA512 5c4bcc18d79cd69e6d1f58a451a6f3b5449d5debb9ca2e36ac8c47b1808ddefaefcfaae2314fdc089129a2b397de85c7a3fdef7c5a6f87fa94d25ea94b4498a7
DIST kwayland-6.4.4.tar.xz 134024 BLAKE2B 0f98678c0d53a08e2674386219010144f0f9af0afffe8746be6df6eca635314bb324298d9544a3f09186e7797a58424ec8e0a5b040ec1cd45a3e1be9905bce30 SHA512 8b0ddb0de9ac65840d9d728f266e6298fed1c73889c943d5299e262eebfb3e77bb7ecd78cdbb9e5908c2f5f1717599887ca3194e050f825f9cd85b5a2834f737

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
KFMIN=6.10.0
QTMIN=6.8.1
inherit ecm flag-o-matic plasma.kde.org
DESCRIPTION="Qt-style API to interact with the wayland-client API"
HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
LICENSE="LGPL-2.1"
SLOT="6"
KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv ~x86"
IUSE=""
# All failing, I guess we need a virtual wayland server
RESTRICT="test"
# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h
RDEPEND="
>=dev-libs/wayland-1.15.0
>=dev-qt/qtbase-${QTMIN}:6=[concurrent,gui,opengl]
>=dev-qt/qtwayland-${QTMIN}:6=
media-libs/libglvnd
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.16.0
>=dev-libs/wayland-protocols-1.15
sys-kernel/linux-headers
"
BDEPEND="
>=dev-qt/qtwayland-${QTMIN}:6
>=dev-util/wayland-scanner-1.19.0
"
src_configure() {
filter-lto # bug 866575
ecm_src_configure
}