summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-02-05 20:10:49 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-02-09 20:50:46 +1100
commit2df66924249b827380f0f911463a59c8dcb7c6a1 (patch)
tree84b1b37dd758f419433ce277cfd000acb7230c18 /kde-plasma/ksshaskpass
parentkde-plasma: Drop Plasma 5.5.2 (diff)
downloadgentoo-2df66924249b827380f0f911463a59c8dcb7c6a1.tar.gz
gentoo-2df66924249b827380f0f911463a59c8dcb7c6a1.tar.bz2
gentoo-2df66924249b827380f0f911463a59c8dcb7c6a1.zip
kde-plasma: Drop Plasma 5.5.3
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.5.3.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 4567f514c88f..903aa3d67fd7 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,3 +1,2 @@
DIST ksshaskpass-5.4.3.tar.xz 19476 SHA256 7eb6025e58e8cd57cab640ab42ff9670ae113317534001be94916610135127a3 SHA512 b8378263806014c225a3c7337c1fcf0a513cf508db718e6154304f49841e0d3744b61a58058093e021f4ace8b282842bb7d90ae5a9ad912af222cbaedaac0aad WHIRLPOOL ed0c6a399bc4338b1b17ea2c790f1f9490eb1f2de01aa3b1aa5dcb8a7c919f5b4895e0eea65c76b624d2071436f1a0c60cc1256d0a320a60b8dccd4ea1af1031
-DIST ksshaskpass-5.5.3.tar.xz 20332 SHA256 6b462b304c92b6bde332ad1bcf5f72cab6d7e4e99eb9365d1e6c8740d6dab493 SHA512 f2dc0fbb745a22d238fb1b4a45f0203535d8c637d8d79cb67e9a1f7b0d2d0b200be5664818a2a107ee7f73e2a626e9137b71f369bb7c7bed2a178130b24c9f57 WHIRLPOOL d1acb5a1e6bd5459f26655ddd201e39d6e24518d57cb2c9c18380b8889a5c5de938d89e1d79263521c93408adf8227aac585dc40cc29e7d4223aa92aa31dbf90
DIST ksshaskpass-5.5.4.tar.xz 20568 SHA256 42c2e64191ec0e42019b99fb1170ad5b368b59077aa6e3ea8e7a6293d0718f42 SHA512 39c8892400499c1711c6cc00aca9eaf761aa03f7d642e4e4b81f32ec1e20a9ee059b3d292b94ad8a772bab594f69ba5db532327da0d870a1d65582b8c4e3bcf8 WHIRLPOOL 709e49e2207ac8501312e14d2c969f29e36681d9d0f7e8c2091e1c6dbd4ba0d14a2373f184bb90db97ac34ddc46ba0275a9e0842f1c1e6df7e423e2e28b56d77
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.5.3.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.5.3.ebuild
deleted file mode 100644
index ad7b4f946590..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.5.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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)
- dev-qt/qtwidgets:5
-"
-RDEPEND="
- ${DEPEND}
- !net-misc/ksshaskpass
-"
-
-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 ""
-}