summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-08-27 21:29:33 +0200
committerJohannes Huber <johu@gentoo.org>2016-08-27 21:29:33 +0200
commit1225edbc9fa7a9808d890a9bbc5478c61fa69e83 (patch)
treeba862053c6f3103c5c2ffcbb629472deebc6b764 /kde-plasma/ksshaskpass
parentkde-plasma: Version bump KDE Plasma 5.7.4 (diff)
downloadgentoo-1225edbc9fa7a9808d890a9bbc5478c61fa69e83.tar.gz
gentoo-1225edbc9fa7a9808d890a9bbc5478c61fa69e83.tar.bz2
gentoo-1225edbc9fa7a9808d890a9bbc5478c61fa69e83.zip
kde-plasma: Remvoe KDE Plasma 5.7.3
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.7.3.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index bd34227f1b64..f69a96f323fc 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.6.5.tar.xz 24796 SHA256 6a135876351314b3de565ab6e4d0d5753749045b9789373ffb2c754fd55152e1 SHA512 015437cd478ef3252c93e39fa88179cd383f4d148df64f597f3df9031433f12f4d74bd84ed9df2af4b1e7e24e961fa5d4ecd55624dc9e19ac78f604f5815fae6 WHIRLPOOL e829edeb52dfa76b07f9e54e86d9e773c7646e02edab301c7c893ee04cbd8334f23766df2deadb26eb9f6494cddb815a8054decef515da7f0ad63499c71a54d9
-DIST ksshaskpass-5.7.3.tar.xz 19232 SHA256 103b6b1008f42fae171cc189d2df3d83e5ce60fa82759a8859eff783d65610c6 SHA512 e53d68e32acd1d59ea52f8afb2376c57ac04111adca679d7f9192cbb3d5f7be505d74265dd2468947694982f91c7b08766667f2487c471e84130bedc18102c5f WHIRLPOOL ddf194be1f5ef3808be8f6be44209c16c27a0b42c194b2715c579c3d0ca951041da7b4e70d79399be58c53b36e3246d88019dfc50b08b91a890062f49adf41c2
DIST ksshaskpass-5.7.4.tar.xz 19132 SHA256 efa1521a02c4d486d5dc237cea79a2bb6f4b3d88f8b22aafce0681372f946095 SHA512 60470f6819110e9bf046e071e08edcd181395cdf78df42b533330c46d88857ec4fb2934a00523102c3ff2f514f1fe3c656e06c5c29884bc4940a836033e4ee27 WHIRLPOOL 4e6b5d79cac519f57e84e213ba7088d0f2b376bef2853a758dd2e30f908024504974fff2f42d0f61fd4c876e825596a4d16d29a92981f9e4f204f28decc711d3
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.7.3.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.7.3.ebuild
deleted file mode 100644
index 4fed5b5ec2c5..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.7.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=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 ""
-}