summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-10-21 13:49:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-10-21 13:49:30 +0200
commit437f50367f152120d14163ad7653016fed501459 (patch)
treeffa00ab782b67f24cdae954d52b1046cdca4b09c
parentecab6ff8e39608d5d2b683e319d7595d445d3b0a (diff)
downloadkde-437f50367f152120d14163ad7653016fed501459.tar.gz
kde-437f50367f152120d14163ad7653016fed501459.tar.bz2
kde-437f50367f152120d14163ad7653016fed501459.zip
kde-plasma/kwayland: drop 6.5.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-6.5.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
deleted file mode 100644
index fc665635b84..00000000000
--- a/kde-plasma/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-6.5.0.tar.xz 132944 BLAKE2B faa4b7f0a0b1aed93583469f42eb83bbbbb0cf58cbe631994ea1530b4d39d0320eed2ba68f796b2b5221d1506e017915d89af8757ca28ee0a9616f0704f34a38 SHA512 a6ac76c66b75d4be5f6cc7563c04bb9d4a717e8336d5ac5094450c05dd77ee2b5399c7d8e44053f7acec7f988f632cea76fd536b90080359e3c653a31039d2f5
diff --git a/kde-plasma/kwayland/kwayland-6.5.0.ebuild b/kde-plasma/kwayland/kwayland-6.5.0.ebuild
deleted file mode 100644
index 6d70f09adb3..00000000000
--- a/kde-plasma/kwayland/kwayland-6.5.0.ebuild
+++ /dev/null
@@ -1,43 +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.18.0
-QTMIN=6.9.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"
-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,wayland]
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.19.0
- >=dev-libs/wayland-protocols-1.15
- sys-kernel/linux-headers
-"
-RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
-BDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[wayland]
- >=dev-util/wayland-scanner-1.19.0
-"
-BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
-
-src_configure() {
- filter-lto # bug 866575
- ecm_src_configure
-}