summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-23 19:50:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-23 19:50:33 +0100
commit6fb42d26ed8f9cef8222128d81159688cb24093d (patch)
treeccfd2ce05d6a7c92ee0af5c5ad46ccbe8306e0cd
parent7637021aecbbb2d5a5ebc903b338b8f31f6c5c7d (diff)
downloadkde-6fb42d26ed8f9cef8222128d81159688cb24093d.tar.gz
kde-6fb42d26ed8f9cef8222128d81159688cb24093d.tar.bz2
kde-6fb42d26ed8f9cef8222128d81159688cb24093d.zip
kde-plasma/krdp: drop 6.2.90
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/krdp/Manifest1
-rw-r--r--kde-plasma/krdp/krdp-6.2.90.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-plasma/krdp/Manifest b/kde-plasma/krdp/Manifest
index 1af7a32a8a6..4603b9606f5 100644
--- a/kde-plasma/krdp/Manifest
+++ b/kde-plasma/krdp/Manifest
@@ -1,2 +1 @@
-DIST krdp-6.2.90.tar.xz 101236 BLAKE2B 5a937d3c9c1775c23776825760c07e2d12cf8b96ded1b90d42b0ec13dfb7b2bdb5b3aead465b8722fd27a1d72bbe7e4f09d5a17028238946bd0d7de77d6f1276 SHA512 6ca19801c434c8b4e654f8a526cc1c175fd1e8155000c467158b35a035f693af139e096cfa9542f8f1dae4390512e3606213d5ca257d722183dc810fa5c7878a
DIST krdp-6.2.91.tar.xz 101276 BLAKE2B f584a65eec24742c9aada68b3dc34af3f9ebc68b2340985e85c3dad2c5f42df2a2656b91e35aba61ae03838500aa85969e402d3fdbd5411dd7f9ac05a86b95d3 SHA512 856ad1da2029286a24440b156c189e597df6991248e3d96da6943297484cbcf63ebea64d5b7375add794b764685ac00b133b30fa4c81e7509fbb8968f6b26a91
diff --git a/kde-plasma/krdp/krdp-6.2.90.ebuild b/kde-plasma/krdp/krdp-6.2.90.ebuild
deleted file mode 100644
index 455259e0248..00000000000
--- a/kde-plasma/krdp/krdp-6.2.90.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_EXAMPLES="true"
-ECM_TEST="true"
-KFMIN=6.10.0
-QTMIN=6.8.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]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtwayland-${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/ki18n-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-plasma/kpipewire-${KDE_CATV}:6
- >=net-misc/freerdp-2.10:2[server]
- x11-libs/libxkbcommon
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/plasma-wayland-protocols
-"
-RDEPEND="${COMMON_DEPEND}
- >=kde-frameworks/kirigami-${KFMIN}: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
-}