summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-17 18:58:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-17 18:58:37 +0200
commitc0474d653c04fe5db145a4340f6c11aaa9644203 (patch)
tree5c4a196310fd7a4059a0ff797ec7d16ac577b2ec /kde-plasma/ksshaskpass
parentkde-plasma: Add KDE Plasma 5.11.1 (diff)
downloadgentoo-c0474d653c04fe5db145a4340f6c11aaa9644203.tar.gz
gentoo-c0474d653c04fe5db145a4340f6c11aaa9644203.tar.bz2
gentoo-c0474d653c04fe5db145a4340f6c11aaa9644203.zip
kde-plasma: Drop KDE Plasma 5.11.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.11.0.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 2e070f38fd90..219817ce6df0 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,3 +1,2 @@
DIST ksshaskpass-5.10.5.tar.xz 20316 SHA256 5c4a166ca5d6a9d99f91c8640121f02db2002a1480b299e47995533651508ca4 SHA512 bf55ea1b5b79b43d1720c32bbd569aabdde1516d818de3ab567de95736e967327a58055e1e4f73c895c90b35b8149ecc4e736c9b067a05a13852ae4579d0cd6b WHIRLPOOL 16ae562fc0016d40b73aa7924226af816f2ec38b649eb09d3e70239dcfbdd41e435a3646fa292f64d1224f1a5d1ea9fdf5849f991cafc052f35c993d820f3021
-DIST ksshaskpass-5.11.0.tar.xz 20632 SHA256 e01a97c937e275db5695b1ab0066cdb8bfda5dbe2a03222a9561ab25ffdeccda SHA512 8cfd7e1ea77dabaedabf321a520829496a1f550557211142417fc5c6906dec4d7877b2b5b41e82ffc4fda591a27d16ecd6a1381e9222afb520b7061c984a0a5f WHIRLPOOL 96aec23ff9362bec1e3a29d25a8632436f963568ff763a4b9640e76881c29a62507e8cfaf082b09162a05efff6d3796aba8180ee8c650d9427f690066dc88e07
DIST ksshaskpass-5.11.1.tar.xz 20688 SHA256 bdb23e4eeafe15eb8c828478a54c53f6de42f25cc9dba7b9ac883d5525f3f001 SHA512 549bc3e480db9697cd7be172174cdbc0b5dbd8654ea7953fa6fb422e9fa04aeeb71ba195f292a469e350803933548d7b9289e9ffce95dc433ae82197fb41f0dc WHIRLPOOL 2d663715fcd8f04b4112ed6f6042753169066cc8cda75813704b16e37a8f7556c4696fd1618a14634917dbc0ce3deafd7b42ab8481d44a2fb92d21ddecf4c268
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.11.0.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.11.0.ebuild
deleted file mode 100644
index 468b1b597c06..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.11.0.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 ""
-}