summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.10.3.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 429b15194720..ee72e40d1dcf 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,3 +1,2 @@
-DIST ksshaskpass-5.10.3.tar.xz 20304 SHA256 8c805721754374ce854254d9eec61a0742610ddda32341e0fc0dbdd548439e81 SHA512 8ce919b95056a6997e6337f6bd5a406b996de9df15a664513722a67a63ddba66c3bb116dc37de9a3acca4e42646a1467e5406c981a7ca38c895a9dba037e7f1a WHIRLPOOL 821ec059aba82bfd0b023d81ce9591c686800cfdf895c188b11d445c6c5a486cbc36d2d31a98c456f04b1d749b021dbe0eed9780dc5b3d486d27f13fa0622b14
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.10.3.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.10.3.ebuild
deleted file mode 100644
index 468b1b597c06..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.10.3.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 ""
-}