summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 12:50:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 14:52:40 +0100
commit8a02cc8d3dbe051d9e2841e7aac0163168af8a49 (patch)
treea055d688e55491a30457ba88648951151594a5a1 /kde-plasma/ksshaskpass
parentkde-plasma/kscreenlocker: drop 5.93.0 (diff)
downloadgentoo-8a02cc8d3dbe051d9e2841e7aac0163168af8a49.tar.gz
gentoo-8a02cc8d3dbe051d9e2841e7aac0163168af8a49.tar.bz2
gentoo-8a02cc8d3dbe051d9e2841e7aac0163168af8a49.zip
kde-plasma/ksshaskpass: drop 5.93.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.93.0.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index b1a6096293b2..401336833f97 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,3 +1,2 @@
DIST ksshaskpass-5.27.10.tar.xz 28044 BLAKE2B ba716a154ec0946d5e6b2dc340ce7c3dc8f84fdae52956661a4cd8aa142a977fd26bf99ea060f3834819b887ede03dca5d7d4112509384b3c1437709510e8076 SHA512 4e868547493904c79d37a9170e8d3fbce9e47ea762ae8c59507faab9517478b44cbb48cd2fa6c8bd9f9e41f74e57a859e127db258be2b7a643c6b68fecec4a31
-DIST ksshaskpass-5.93.0.tar.xz 28848 BLAKE2B 2708899565ff70f3a32bc0a65697e68f37b8004437c0e395940770f1f1df5161c33176f4cf0c10c4f6d5d60612d16253e62801272d74f024c47c34dfcc95c662 SHA512 c2202708e8624fc456610486b6c51d9ad7f9671d1ab73ae9869ffe3ef05e8b583830ead6d1e10c8a6c975522ee12eaaf5310a3d8310975bab779f29c2abf2d6f
DIST ksshaskpass-6.0.0.tar.xz 28856 BLAKE2B 2d963710fa9b1296e4a5f53aa44661095d6bf275d694b6ffc689538f527492cdba56f860b150cc5cd452eca4768b111075f0d26234468bf29d9ddf66a2ae4b34 SHA512 e87160240670dad4ca46eb78c7c5a487f2e4c91f27deca730a7c02a74aa0d56bf4b9350ac2145ecd186dc131ff3a8c17c95db7266b3ef145455dfa7b115554fd
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.93.0.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.93.0.ebuild
deleted file mode 100644
index 5a6a7fdc8908..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.93.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.249.0
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Implementation of ssh-askpass with KDE Wallet integration"
-HOMEPAGE+=" https://invent.kde.org/plasma/ksshaskpass"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[widgets]
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kwallet-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- ecm_src_install
-
- insinto /etc/xdg/plasma-workspace/env/
- doins "${FILESDIR}/05-ksshaskpass.sh"
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- elog "In order to have ssh-agent start with Plasma 6,"
- elog "edit /etc/xdg/plasma-workspace/env/10-agent-startup.sh"
- elog "and uncomment the lines enabling ssh-agent."
- elog
- elog "If you do so, do not forget to uncomment the respective"
- elog "lines in /etc/xdg/plasma-workspace/shutdown/10-agent-shutdown.sh"
- elog "to properly kill the agent when the session ends."
- elog
- elog "${PN} has been installed as your default askpass application"
- elog "for Plasma 6 sessions."
- elog "If that's not desired, select the one you want to use in"
- elog "/etc/xdg/plasma-workspace/env/05-ksshaskpass.sh"
-}