summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 00:56:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 00:56:47 +0200
commit509f0866b1a844acfaa0da0fa0fb83a0b31ab534 (patch)
treec901f4e5d07c52ed91aaed384bec5b3e245bf4f2
parentfb3ec78bee6019b8579f52d29525d96b45b24f7e (diff)
downloadkde-509f0866b1a844acfaa0da0fa0fb83a0b31ab534.tar.gz
kde-509f0866b1a844acfaa0da0fa0fb83a0b31ab534.tar.bz2
kde-509f0866b1a844acfaa0da0fa0fb83a0b31ab534.zip
kde-plasma/kwayland: drop 6.2.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-6.2.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
deleted file mode 100644
index 05d5cd598de..00000000000
--- a/kde-plasma/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-6.2.0.tar.xz 134172 BLAKE2B c108361a116d45f82f3902098d9ee747d05ccdfb9215620aaae8870b51d806ab286562de23803284ce74d4508521f8e30081a5520201d48b5bc18a0d1e0f3b08 SHA512 b914f3c9ff5ed8e2d56945b577585a5ffe18b4e25fa9832ff5ea61a166a83ee3ef27b1d1a0a0a77845d3587677977b68a86271dc5021e32303cc005befa7ee6e
diff --git a/kde-plasma/kwayland/kwayland-6.2.0.ebuild b/kde-plasma/kwayland/kwayland-6.2.0.ebuild
deleted file mode 100644
index 6e0b17574c7..00000000000
--- a/kde-plasma/kwayland/kwayland-6.2.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.6.0
-QTMIN=6.7.2
-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 ~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.14.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
-}