summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-06-17 19:11:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-06-17 20:06:54 +0200
commit39780a2f7b6a89df2380372059f511d32d86528c (patch)
treec7f33c3b4ef135dbc3347db370b3efa5fb9fa2e4
parentfd58f4184fbe0baecaa2d266f6088fa29449ed37 (diff)
downloadkde-39780a2f7b6a89df2380372059f511d32d86528c.tar.gz
kde-39780a2f7b6a89df2380372059f511d32d86528c.tar.bz2
kde-39780a2f7b6a89df2380372059f511d32d86528c.zip
kde-plasma/kwayland-integration: drop 6.3.91
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-6.3.91.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 77b743bfb03..3d399a680bf 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1 @@
-DIST kwayland-integration-6.3.91.tar.xz 26432 BLAKE2B 763523d8e66418167147e21fb266829faa8f74e88c5798d56a0f76937f164d9bc3c8e72c8d6bc2b3f9656dc537b5477233f42806c51e17cbcd953ccaad77fca3 SHA512 2e1296d724b0e7cbd0551d557d7d77c1a6b27bf4e3c9a4afdfadcc96b41237902ce53b8811bf28f448d869c237d53b6f00094de8faaaa486bbdf4d4026344efa
DIST kwayland-integration-6.4.0.tar.xz 26444 BLAKE2B b35195ef4c579085500d66371d321a141dd17f4319da5a93e327cffc6831d79fce5873570c3435df0b7853649771ead2e9280adad2eab7b677094b4d207a74af SHA512 0d8b88ff2fcb6a356952b943a8d49a28d198c1a406b267423169fdf775e377aeb2b57bb0365f7855f0f0a795db67f607f28a32c5acba6e319bd2b28bd248bf89
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.3.91.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.3.91.ebuild
deleted file mode 100644
index daf2450c03b..00000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-6.3.91.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm flag-o-matic plasma.kde.org
-
-DESCRIPTION="Provides KWindowSystem integration plugin for Wayland"
-HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
-# slot ops:
-# dev-qt/qtgui: QtXkbCommonSupportPrivate
-# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
-# kde-frameworks/kwindowsystem: Various private headers
-RDEPEND="
- >=dev-libs/wayland-1.15
- >=dev-qt/qtgui-${QTMIN}:5=
- || (
- >=dev-qt/qtgui-${QTMIN}:5[libinput]
- >=dev-qt/qtgui-${QTMIN}:5[X]
- )
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5=
- >=kde-frameworks/kwindowsystem-${KFMIN}:5=
- >=kde-plasma/kwayland-${KFMIN}:5
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}
- dev-libs/plasma-wayland-protocols
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-src_configure() {
- filter-lto # bug 921430
- ecm_src_configure
-}