summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-09 18:28:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-09 18:39:14 +0200
commitc8483bf99d7a3ea20177b830d11497b5bd183211 (patch)
tree06c6288fbdd33cc4fbc32c0312cc025c7fcbcf34
parentc08377a9ce9c94687e13ec9e204d942354e49572 (diff)
downloadkde-c8483bf99d7a3ea20177b830d11497b5bd183211.tar.gz
kde-c8483bf99d7a3ea20177b830d11497b5bd183211.tar.bz2
kde-c8483bf99d7a3ea20177b830d11497b5bd183211.zip
kde-plasma/kwayland: drop 6.3.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-6.3.6.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 f9268393017..00000000000
--- a/kde-plasma/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-6.3.6.tar.xz 132804 BLAKE2B cec330b735dc3bc43a568b0e76723d04aeef7ca2e860f21188d9c6985178a80ec128471f138a5d731dee25bfde73ba8827988dc7febfd3f4cbdf7ed69a29e3b9 SHA512 5c4bcc18d79cd69e6d1f58a451a6f3b5449d5debb9ca2e36ac8c47b1808ddefaefcfaae2314fdc089129a2b397de85c7a3fdef7c5a6f87fa94d25ea94b4498a7
diff --git a/kde-plasma/kwayland/kwayland-6.3.6.ebuild b/kde-plasma/kwayland/kwayland-6.3.6.ebuild
deleted file mode 100644
index 5c72bf2a5a3..00000000000
--- a/kde-plasma/kwayland/kwayland-6.3.6.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.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,wayland]
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.16.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
-}