commit: f8e50e066f382f354f15ff773d4dd0814231c880 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 27 14:56:37 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Aug 7 19:29:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e50e06
kde-plasma/kwayland-integration: drop 6.3.5 (and destabilise ppc64) It was stabilised for app-office/libreoffice[kde] but is no longer required. Bug: https://bugs.gentoo.org/921319 Bug: https://bugs.gentoo.org/959779 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kwayland-integration/Manifest | 1 - .../kwayland-integration-6.3.5.ebuild | 48 ---------------------- 2 files changed, 49 deletions(-) diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index e41288613e58..688adb001a39 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ -DIST kwayland-integration-6.3.5.tar.xz 26524 BLAKE2B 729d960a1d61439895b38348f4b8159c0a2bc740d8406e035b9f1069190bdf4efdf1629de981e2318a47edbff926b7e0f0bf831bb5726c1841bccd5e204664f3 SHA512 ea3eba84cf44e651690144743604b757d1e507a043191600d9f6979fd91601145015ac45e30b29cee672c9256b89f26325e3ae428c78e3eb34c76683593f7043 DIST kwayland-integration-6.3.6.tar.xz 26432 BLAKE2B ac08c0b23f5a9f4972acd2d7958ab19eb50cab8ceb372a178d5f827ba53410cee40aac2aee99d8cf8204c41a0a803d91ee232f402a03968c90990227f48a404c SHA512 3186ec04cb4256dd10a5e18ca914e1d3e4345fdbe651be26d445c58dd2d63e2b1edaf23749f6ec1ce1a4840b6203a27bb54b2515b14fd73a9d12a566fcf367cc DIST kwayland-integration-6.4.4.tar.xz 26584 BLAKE2B 70dab905195c17218a22fae46ece6c4970fc283566bfe05b704e53ec24140420fb01f10d4d9d060a0a23abef5c8cf73ea717106c558872bcb477ee3c7756c8fd SHA512 d47e7f96d77cf87eb06de64d082487bcff91c39cebc8712fa93680ef855b09c91d2e19ea245dba2d20edc6e5cd68cee03e8e6c3373086a3c52dd6cd814055522 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.3.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.3.5.ebuild deleted file mode 100644 index cb8fdb56ae1b..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-6.3.5.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 -}
