diff options
author | 2017-08-12 17:05:19 +0200 | |
---|---|---|
committer | 2017-08-12 17:22:16 +0200 | |
commit | 0393d101c6723f32717cbf5670f5e95a9d058f67 (patch) | |
tree | aed5afc77299083b42726989b7d2e165e1e5c022 /kde-plasma/ksshaskpass | |
parent | dev-util/eric: remove old (diff) | |
download | gentoo-0393d101c6723f32717cbf5670f5e95a9d058f67.tar.gz gentoo-0393d101c6723f32717cbf5670f5e95a9d058f67.tar.bz2 gentoo-0393d101c6723f32717cbf5670f5e95a9d058f67.zip |
kde-plasma: Drop KDE Plasma 5.9.5
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r-- | kde-plasma/ksshaskpass/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksshaskpass/ksshaskpass-5.9.5.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index ee72e40d1dcf..c42728179152 100644 --- a/kde-plasma/ksshaskpass/Manifest +++ b/kde-plasma/ksshaskpass/Manifest @@ -1,2 +1 @@ DIST ksshaskpass-5.10.4.tar.xz 20384 SHA256 4e8aa2a2566fb34652ffb37a87649b1284b9ba2c8b509e20f127a70902bfe6db SHA512 560e99263d82a20962f5ef747e95db085f92c018e4cc381c43365c206a5a82b33f50f1d1067dd0f99ffff1af25b068283529b8d86dacfc6b918bc8e114af49c6 WHIRLPOOL 6425123ff7dc4fe0bf9af835c9bb9a206a224cece9b40a2631ab9d19551a3f939defd73edefbb3d6f3a7a18bd65780a85fda12f9d39aaa4cf0020654f6ebc58c -DIST ksshaskpass-5.9.5.tar.xz 20152 SHA256 21bed81030113b5e2f4b6b363128bed7ca98b49880319c7b615e6862986b9ec6 SHA512 e851a2f852734976faaa5e8ec7fbf760ad493a8bb8effe8a0792ace51d59729823149cc4dc7bb79459a4e6e8e46372cf3b5a822f05ab87af4df2d544d77d88aa WHIRLPOOL d9b07a6e5db7b42a1c42100d93b4f1ad5937fcb064be8fdf87dabaae1bd4c2053c6bba61848791a9a94b5c4857fa2af83596f811359bb183f149f679dd8ad019 diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.9.5.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.9.5.ebuild deleted file mode 100644 index b500cb99227c..000000000000 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.9.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/ksshaskpass" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtwidgets) -" -RDEPEND=" - ${DEPEND} - !kde-plasma/ksshaskpass:4 -" - -src_install() { - kde5_src_install - - insinto /etc/plasma/startup - doins "${FILESDIR}/05-ksshaskpass.sh" -} - -pkg_postinst() { - kde5_pkg_postinst - - elog "" - elog "In order to have ssh-agent start at kde startup," - elog "edit /etc/plasma/startup/10-agent-startup.sh and uncomment" - elog "the lines enabling ssh-agent." - elog - elog "If you do so, do not forget to uncomment the respective" - elog "lines in /etc/plasma/shutdown/10-agent-shutdown.sh to" - elog "properly kill the agent when the session ends." - elog - elog "${PN} has been installed as your default askpass application" - elog "for Plasma 5 sessions." - elog "If that's not desired, select the one you want to use in" - elog "/etc/plasma/startup/05-ksshaskpass.sh" - elog "" -} |