commit:     bd2d09d242e340102bfaa346abda0a57e3e26bd7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 13 18:33:00 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 13 19:58:13 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2d09d2

kde-plasma/krdp: drop 6.5.4

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

 kde-plasma/krdp/krdp-6.5.4.ebuild | 52 ---------------------------------------
 1 file changed, 52 deletions(-)

diff --git a/kde-plasma/krdp/krdp-6.5.4.ebuild 
b/kde-plasma/krdp/krdp-6.5.4.ebuild
deleted file mode 100644
index 80c15f6aaa95..000000000000
--- a/kde-plasma/krdp/krdp-6.5.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_EXAMPLES="true"
-ECM_TEST="true"
-KFMIN=6.18.0
-QTMIN=6.9.1
-inherit ecm flag-o-matic plasma.kde.org toolchain-funcs xdg
-
-DESCRIPTION="Library and examples for creating an RDP server"
-HOMEPAGE+=" 
https://quantumproductions.info/articles/2023-08/remote-desktop-using-rdp-protocol-plasma-wayland";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-       >=dev-libs/qtkeychain-0.14.2:=[qt6(+)]
-       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,wayland]
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       >=kde-frameworks/kcmutils-${KFMIN}:6
-       >=kde-frameworks/kconfig-${KFMIN}:6
-       >=kde-frameworks/kcoreaddons-${KFMIN}:6
-       >=kde-frameworks/kcrash-${KFMIN}:6
-       >=kde-frameworks/kdbusaddons-${KFMIN}:6
-       >=kde-frameworks/kguiaddons-${KFMIN}:6
-       >=kde-frameworks/ki18n-${KFMIN}:6
-       >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-       >=kde-plasma/kpipewire-${KDE_CATV}:6
-       >=net-misc/freerdp-3.1:3[server]
-       sys-libs/pam
-       x11-libs/libxkbcommon
-"
-DEPEND="${COMMON_DEPEND}
-       dev-libs/plasma-wayland-protocols
-"
-RDEPEND="${COMMON_DEPEND}
-       >=kde-frameworks/kirigami-${KFMIN}:6
-"
-RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-       # std::jthread and std::stop_token are implemented as experimental in 
libcxx
-       # enable these experimental libraries on clang systems
-       # https://libcxx.llvm.org/Status/Cxx20.html#note-p0660
-       [[ $(tc-get-cxx-stdlib) == 'libc++' ]] && append-cxxflags 
-fexperimental-library
-       ecm_src_configure
-}

Reply via email to