From f8c0a21dd7866bcbb68daabb640e4d7fda27cada Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Fri, 14 Oct 2016 10:38:23 +0200 Subject: kde-plasma: Remove KDE Plasma 5.8.0 Package-Manager: portage-2.3.2 --- kde-plasma/ksshaskpass/Manifest | 1 - kde-plasma/ksshaskpass/ksshaskpass-5.8.0.ebuild | 50 ------------------------- 2 files changed, 51 deletions(-) delete mode 100644 kde-plasma/ksshaskpass/ksshaskpass-5.8.0.ebuild (limited to 'kde-plasma/ksshaskpass') diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index cd65e155570f..6e2b0ad9377a 100644 --- a/kde-plasma/ksshaskpass/Manifest +++ b/kde-plasma/ksshaskpass/Manifest @@ -1,4 +1,3 @@ DIST 50971-ksshaskpass-0.5.3.tar.gz 11010 SHA256 a3a47eba74a52ec3d9d8740ed9a29a5aa852d4e268b5d81154f85b90258a2124 SHA512 0274b58fb9dbb634688e5ee8b22a88012483907769796733c79f8e3c115463702a9cdd787d49d0b94a7942f5f88ed3465a6161d6e4516711b2bba5c47a91fa50 WHIRLPOOL d3e68640d3e0049bdd071fe72bf0bd9767bf349c94b2fbb42e7fafe6259d895ec2d5122ae9477e66073c53cbbda704ec0237328dd948b21207b2db2b39946450 DIST ksshaskpass-5.7.5.tar.xz 19232 SHA256 967288a9ba7b007dfdc540db00b3b9ab44c4195630144f26b1fc5b780dd00939 SHA512 4ba4d865e51e8e8ec416b3b164bfb46f0e44423b7abdeb6360cfbd9b2f743dd76664f9844120e102f575d5b0babad20a36846b94e921db43ea414ecc08fe43ec WHIRLPOOL ca55d956678b73e803e0463c82740e8b10314c598ca6a394b8b436155f6d0b36a0ca79e72d9016f4e55639b8ef328362678567fab2adce3ef16ff9f573938697 -DIST ksshaskpass-5.8.0.tar.xz 19260 SHA256 4b1fdbd4edbbe65675e43556992982ee03d1c1c95fbd2c80f4003164558f74d2 SHA512 2b420b7e4af6db0f65036c84dd80b277e8705f7ad497adb16d326cc718b8365ba7363d867265609f9b78942fb521a377c3852c095249f1b5b54e46d342403358 WHIRLPOOL cdf762cadddc224d3d9d11e6f70633ec305c3d0c26e86fbdb1f293ab0f0c33f72b3d9df2c6c22509c0a989ebce18e222b2dc03c2c36960c799afeab63ac186ea DIST ksshaskpass-5.8.1.tar.xz 19252 SHA256 16d3ef59bee744453cd492916ae8418126cda5e4365b253fa03fa4dd1512aa7a SHA512 f789e1f1486bc809eb0ab8805820eced3bbf71bd2e7e27f52112e0089faa58f8ac9e627dc16bcfa8ff162e38e58e4950083e4ee14e3f254eb4835d14ba686096 WHIRLPOOL 968302cca35e09f8131fca96823583bac308dd862b9f5a506fbeb9e055674350f3c0f386eed75dedca8f2478921442789eb7ac149db95bd2a7db58c5c33e16b0 diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.8.0.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.8.0.ebuild deleted file mode 100644 index 4fed5b5ec2c5..000000000000 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.8.0.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=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 "" -} -- cgit v1.2.3-65-gdbad