summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-09 18:28:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-09 18:39:14 +0200
commit428ebdb013f1042b551b4b7585b0981529ea4b46 (patch)
tree33d2bdf1a52e49e20290cfe86c29d00ac5b89a7e
parent742b0feacbbeac88f9dafc59d85d16e467eb935b (diff)
downloadkde-428ebdb013f1042b551b4b7585b0981529ea4b46.tar.gz
kde-428ebdb013f1042b551b4b7585b0981529ea4b46.tar.bz2
kde-428ebdb013f1042b551b4b7585b0981529ea4b46.zip
kde-plasma/krdp: drop 6.3.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/krdp/Manifest2
-rw-r--r--kde-plasma/krdp/krdp-6.3.6.ebuild54
2 files changed, 0 insertions, 56 deletions
diff --git a/kde-plasma/krdp/Manifest b/kde-plasma/krdp/Manifest
deleted file mode 100644
index 173921723ce..00000000000
--- a/kde-plasma/krdp/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST krdp-6.3.4-patchset.tar.xz 6540 BLAKE2B 6c86e698b18522aab02df9b50dbd3f6fe8d8dc2f6b13e83a7bbe0481d0e89ac3d6fe905d5de9221b2f518353e09605b4739932c526d6efe64cf7df3b0899afa6 SHA512 ff6adb51ac69c3d6c72027d8ef883a80c8c98293cccfad9b2278136eeb2f51b353675d46aec97c4d6c69d4cfb09f5b145c8e04b0ae1523a5843198e0e546deab
-DIST krdp-6.3.6.tar.xz 100796 BLAKE2B ff00488776f51122f18313952fb499c5ae9f8270d4eec3960b0305e7a8830316eb65690d48f8ab694d03a1e70aee8d9469688f5a7e924f77e7b5d947170f740d SHA512 8bb127123f1f16f97bf845d2909272dfcd245258e6244ac5cea68ed7137ce08f5610f04b84eb16798ac1dd2d8690a8d0fe0627f2f0ed07d9ca5f1501d7273c89
diff --git a/kde-plasma/krdp/krdp-6.3.6.ebuild b/kde-plasma/krdp/krdp-6.3.6.ebuild
deleted file mode 100644
index 9ebe24f64b8..00000000000
--- a/kde-plasma/krdp/krdp-6.3.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PATCHSET="${PN}-6.3.4-patchset"
-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"
-SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz"
-
-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/ki18n-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-plasma/kpipewire-${KDE_CATV}:6
- >=net-misc/freerdp-3.1:3[server]
- 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"
-
-PATCHES=( "${WORKDIR}/${PATCHSET}" )
-
-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
-}