commit: 2735379b2443999c7c0f77cc769dcee0ce5866ac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 19:08:35 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 19:09:18 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2735379b
kde-plasma/plasma-keyboard: drop 6.5.91
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-keyboard/Manifest | 1 -
.../plasma-keyboard/plasma-keyboard-6.5.91.ebuild | 40 ----------------------
2 files changed, 41 deletions(-)
diff --git a/kde-plasma/plasma-keyboard/Manifest
b/kde-plasma/plasma-keyboard/Manifest
index 8e0158d3ebcb..4479171e3d5c 100644
--- a/kde-plasma/plasma-keyboard/Manifest
+++ b/kde-plasma/plasma-keyboard/Manifest
@@ -1,2 +1 @@
-DIST plasma-keyboard-6.5.91.tar.xz 87168 BLAKE2B
00d6f04faed878d4a4fdfe95820f763501771bd5aeff55564660b4c3f65e1631c7ad9ccfa66d2d5ec832c0a6a9c9fe99c84fa817ba88ad009e7d192cde1b5153
SHA512
1f66ea350b5521fd82917779bea202f93fe2517f91f8adc3999c2a7dfa6596630b50d85f73015f60e8c27dcd6f8a8c03ae07dd0e13e25ab3f46ed2f35a824115
DIST plasma-keyboard-6.6.0.tar.xz 88740 BLAKE2B
e7a4e85b5aae2eaa2af4b2a76c69fc77c169ff191fd6f7a29f1c59b439a034fa3d1297b5f90cda853e924d2d8a570756885840dd0f4a11c6317f9413c75325dd
SHA512
5d9f7cc4bc1fd176465e1325e89cfbe2b5da5360c403972e36e8d469bf6e824e7b60f1255914664421b021458568d28ddeecee220196f44d9daab1723306efaf
diff --git a/kde-plasma/plasma-keyboard/plasma-keyboard-6.5.91.ebuild
b/kde-plasma/plasma-keyboard/plasma-keyboard-6.5.91.ebuild
deleted file mode 100644
index d9c1ec0695c8..000000000000
--- a/kde-plasma/plasma-keyboard/plasma-keyboard-6.5.91.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2025-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.22.0
-QTMIN=6.10.1
-inherit ecm plasma.kde.org xdg
-
-DESCRIPTION="Virtual keyboard based on Qt Virtual Keyboard"
-
-LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1 LGPL-3"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-# slot op: Uses Qt6::GuiPrivate for qxkbcommon_p.h
-COMMON_DEPEND="
- dev-libs/wayland
- >=dev-qt/qtbase-${QTMIN}:6=[gui,wayland,X]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtvirtualkeyboard-${QTMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/kirigami-addons
- >=kde-frameworks/kconfig-${KFMIN}:6[qml]
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/wayland-protocols-1.19
-"
-BDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[wayland]
- dev-util/wayland-scanner
- >=kde-frameworks/kcmutils-${KFMIN}:6
-"