diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-14 21:49:04 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-14 23:03:22 +0100 |
commit | edeebeb298bdecb2a3f55efc8e8ac9ce1757f046 (patch) | |
tree | 4a54a15ff34d7b2d6baa5cf02edfb0580d6eb932 /kde-plasma/ksshaskpass | |
parent | dev-lisp/asdf: Drops old version (diff) | |
download | gentoo-edeebeb298bdecb2a3f55efc8e8ac9ce1757f046.tar.gz gentoo-edeebeb298bdecb2a3f55efc8e8ac9ce1757f046.tar.bz2 gentoo-edeebeb298bdecb2a3f55efc8e8ac9ce1757f046.zip |
kde-plasma: Remove KDE Plasma 5.9.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r-- | kde-plasma/ksshaskpass/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksshaskpass/ksshaskpass-5.9.1.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index 83db1c2fd7ce..db9e1ad17afc 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.8.5.tar.xz 19456 SHA256 b0abeaba2a3eff16e233e047b41c20bf4065b4529e706929f4c0e6a9884324bf SHA512 0ab10f04fea8d97bb7e942cfd11563d22e065e19414aad2484e5b1661ed7b492d769da69b30eeed9e392ef75a3cc518e0a8005fe5afb84dfc6192ad9a4c0bc8b WHIRLPOOL 19c08e63ef15f0e5a38cc10d02f71e3bb616ec7d219f06cf1004af9789832a6e2a031548ef78790f67a46bf5e69b076dc2d7082ba25b6c39621eaa97a9113546 -DIST ksshaskpass-5.9.1.tar.xz 20068 SHA256 58bad2180fc186b228a6dd65791af0b166b67b5843367d6967ba6d7a132e1d75 SHA512 dc81c257ef1d68321d003e25ebf83cdd1e9c43ed62a494139248e13226044611f34d67800c2e5aaf0d67a5cd99d642224a93d06ad044b5a5ff0b4e96ce0dd729 WHIRLPOOL bb23346688d449d7de1208c172ebc9309a3de68cbcbd8c1cad0a50aa410a29b9e469cf3953d3789e464c328d6e02bb752b96b572785e67cc7e658ccf2c8628d6 DIST ksshaskpass-5.9.2.tar.xz 20072 SHA256 e4ca4282814da54595919f617cea3050a8e266d1cb8b83e05f26c84b5e3c209e SHA512 b43bb41aecf781b8dc8008dc0a7b4803b536c05ef9283a497fe36b0c435b162abe7208a23276c8cb42b524e8e7817833d513c8ace9a2d519d9630a143a9e583b WHIRLPOOL 86bed00de405a5f4d9533b8644affa9bb435b6fdd7976341178de315b7e27bab19b5515c0d728713c2878c2560afe1b64365fa4acda218b2a2490e9c699d4e4f diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.9.1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.9.1.ebuild deleted file mode 100644 index 37e0a49e1497..000000000000 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.9.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 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 "" -} |