kde-plasma/ksshaskpass: drop 6.3.5

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-27 16:56:24 +02:00
parent 4680fec083
commit 862b19a6ea
2 changed files with 0 additions and 50 deletions

View File

@@ -1,3 +1,2 @@
DIST ksshaskpass-6.3.5.tar.xz 30980 BLAKE2B 424cea484476595ccab31af6c58c44659c66641c0adc4bf674dcf6499310c0336ecb03d8aa3a776f3505c77e1c1d112f67c3c41ddb9be2d0db9fb0cef5772f25 SHA512 be69967842e4af54d641c1e165499003a6eee0ea3a1a9117f5ae51d2f3b6d2e0dfa060eda497a446d8d12ba3142023c192a8a877cfd862573601935b0902ec84
DIST ksshaskpass-6.3.6.tar.xz 30776 BLAKE2B b442135278c85e697f97272084d8c495aa186f63075da17b04ead4f22eeca5e2b518d8a3377d532c56d0a1d191e751aeb6b6162a2e9968b7c60f61d94246d668 SHA512 48cd5e5591c4c585af7e782b0de536c595e4a6d0d5ffd01b1b762ae930f1bd83258ee7a5eef7dcc37bb6903a94805520490a4db86ec1042fa6fc129ebbdb67e5
DIST ksshaskpass-6.4.3.tar.xz 30796 BLAKE2B e057d680cff8794e42e76b797eec9d0ae35315a0617f931c1f9f2bcb571733c6b72d149a05cb6183dd3da3592fc3f58bdd4d1fc095366d04c305e7b22cd12528 SHA512 b33fcdb50955980fb65babbc1f7277a579e6056e8a94e772c45988987b27bd3878a63ce0a5ded4fb366e0392ccf01c0b219ed31d1c163a3856e95adee8c42677

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.10.0
QTMIN=6.8.1
inherit ecm plasma.kde.org xdg
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 arm64 ~loong ~ppc64 ~riscv ~x86"
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() {
xdg_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"
}