mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
kde-plasma/ksshaskpass: drop 6.4.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST ksshaskpass-6.3.6.tar.xz 30776 BLAKE2B b442135278c85e697f97272084d8c495aa186f63075da17b04ead4f22eeca5e2b518d8a3377d532c56d0a1d191e751aeb6b6162a2e9968b7c60f61d94246d668 SHA512 48cd5e5591c4c585af7e782b0de536c595e4a6d0d5ffd01b1b762ae930f1bd83258ee7a5eef7dcc37bb6903a94805520490a4db86ec1042fa6fc129ebbdb67e5
|
||||
DIST ksshaskpass-6.4.4.tar.xz 30964 BLAKE2B 5b6149818554f117ac72e31cda106f3093e6f18ee8c7dea8cf7b9e8fc26472488ad3f2af1c0c98a2782f179024f77bc33776046b29c25167ab01a5e57547f6c4 SHA512 9638832b191163bf5e9b7965f4ec208097df21987acf1bf0e322e794eb90cccc8b837816d487aa85473247f4e5380c84b1cd6b301d4cd3b134337771fca0ffec
|
||||
DIST ksshaskpass-6.4.5.tar.xz 31120 BLAKE2B 11a0a1762f92c6b31edb913a1cc9f066e6cb3e761f8d88aed23eb462cf6ccb4f3180eee9222f5d73857ba4604409f36a1d3dcbc0c7270f2b0558f7ea906ed6e5 SHA512 3323a596b08c99f953606a16af00b17cbf87ed6129258d66b56d71ef61c7acf66158bd3073d8088c0346853211437cbe4df8dd12f5ffcb9d7cf5516c2f633bb3
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KFMIN=6.14.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"
|
||||
}
|
||||
Reference in New Issue
Block a user