summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-04 19:46:36 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-11 00:43:57 +0100
commit7fc3679c44b763ddbc6eabc25620e1f4dfadd499 (patch)
tree17dab024cec624595269754e99ad166fa1158cb8 /kde-plasma
parentkde-plasma/kpipewire: drop 6.1.5 (diff)
downloadgentoo-7fc3679c44b763ddbc6eabc25620e1f4dfadd499.tar.gz
gentoo-7fc3679c44b763ddbc6eabc25620e1f4dfadd499.tar.bz2
gentoo-7fc3679c44b763ddbc6eabc25620e1f4dfadd499.zip
kde-plasma/krdp: drop 6.1.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/krdp/Manifest1
-rw-r--r--kde-plasma/krdp/krdp-6.1.5.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-plasma/krdp/Manifest b/kde-plasma/krdp/Manifest
index 00446b7072d0..432d18218184 100644
--- a/kde-plasma/krdp/Manifest
+++ b/kde-plasma/krdp/Manifest
@@ -1,2 +1 @@
-DIST krdp-6.1.5.tar.xz 85076 BLAKE2B e9697e4478f48d91723660b739563ffc72a5737a0989f3dd2cf076d0d9f0b92f73968eecefd99ffbf4f872e01f80774bc8d43367a07fd26c065c8e5956c04486 SHA512 5c82b4a79d30133f2026266ec39f048233b6ef338c3c63f086c8c64b017611c0cd0c04375bf6d55cb588ef2653af28697f31bc8c85082aefe312286b62cb7cdb
DIST krdp-6.2.4.tar.xz 94932 BLAKE2B ce74009203420945656ce1769aef1c2b5a57c988b740b38fb6e0512554bde8a3f27f2d85bc722eb88403a641f990ce798c84a5603d8f9eb158c0fe31710b155c SHA512 09f69ea4af080d41e14667b37c803c5d09e5b234cee1336997caa19194348fc6f078abc1660ab7d8840e9b405040b2449b087aacebd22d89ab880a3c196db84f
diff --git a/kde-plasma/krdp/krdp-6.1.5.ebuild b/kde-plasma/krdp/krdp-6.1.5.ebuild
deleted file mode 100644
index 440a1d1a5b1c..000000000000
--- a/kde-plasma/krdp/krdp-6.1.5.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.5.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm flag-o-matic plasma.kde.org toolchain-funcs
-
-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 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-libs/qtkeychain-0.14.1-r1:=[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/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-plasma/kpipewire-${PVCUT}: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
-}