commit:     d52b9d0f53d57f10454b6a1e91b7023dacaf6ec1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 13 21:09:06 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 13 21:09:06 2026 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d52b9d0f

kde-plasma/plasma-keyboard: drop 0.1.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-keyboard/plasma-keyboard-0.1.0.ebuild   | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/kde-plasma/plasma-keyboard/plasma-keyboard-0.1.0.ebuild 
b/kde-plasma/plasma-keyboard/plasma-keyboard-0.1.0.ebuild
deleted file mode 100644
index 48b9157ce0..0000000000
--- a/kde-plasma/plasma-keyboard/plasma-keyboard-0.1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2025-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.16.0
-QTMIN=6.9.3
-inherit ecm kde.org xdg
-
-DESCRIPTION="Virtual keyboard based on Qt Virtual Keyboard"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-keyboard";
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-       SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1 LGPL-3"
-SLOT="6"
-
-# 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
-"

Reply via email to