diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-25 16:51:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-25 16:52:15 +0200 |
commit | 7771149dd1aaedc3b5a72ce40e249c6b094e397a (patch) | |
tree | 340c6fc5eb0f99c414c39d70926318589fa3c99f /kde-plasma/ksshaskpass | |
parent | kde-plasma: Add KDE Plasma 5.16.2 (diff) | |
download | gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.gz gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.bz2 gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.zip |
kde-plasma: Drop KDE Plasma 5.16.1
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r-- | kde-plasma/ksshaskpass/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksshaskpass/ksshaskpass-5.16.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index 437c9a02203e..7816a885044e 100644 --- a/kde-plasma/ksshaskpass/Manifest +++ b/kde-plasma/ksshaskpass/Manifest @@ -1,3 +1,2 @@ DIST ksshaskpass-5.15.5.tar.xz 21304 BLAKE2B 8664f783d08d789aab81e40cc6d0a7248f0fe25bab20803579ce0c3869a412d2fc8fecf709b4bfe7d900dc7b9af59042d4e648d5b5730a8fb7108f4ac39ba362 SHA512 296581dafc7068a0e536fb3f10dbd56bd288bec5b93f96e5f7d7b03be6cf9f279dbdeccc8c53da21316fa18d758e92513d8f5441d9e80dfee452c26ef1dddcbc -DIST ksshaskpass-5.16.1.tar.xz 21368 BLAKE2B ccb238b867851ca821414f6f0230118bc1f8589bf06ab8e65a74312fb8c1f9e93fefc9eb511b6d65bfe4efb628aa2562297023e13ae983b406000933135da421 SHA512 1046c5e598b9c170767441d4ecff1f4def0e2f87fac97ab96dfe0ecb93dea903afb573172952c7d1362c9bad7ca8441a13c6a2922558a92bb6c9b13e316ea426 DIST ksshaskpass-5.16.2.tar.xz 21360 BLAKE2B 0b35b339fae72e8ad0c375b1db3bf9a3159999e02b35481aa45479b55de1835e851ae593feb638fb05adfb271f5cb07e9ea03f2fe70088350677bfcc26237fb8 SHA512 c4a2ab73bd65157226016b7b2ab1ca95d66d4ae05b775075ab676ec7cddd73ec9bc56b17d2d76b052186f0e9aad4a388aece470f97ff0b809fb03decadf07d1f diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.16.1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.16.1.ebuild deleted file mode 100644 index 55652bdcf792..000000000000 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.16.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration" -HOMEPAGE="https://cgit.kde.org/ksshaskpass.git" -KEYWORDS="~amd64 ~arm ~arm64 ~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}" - -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 "" -} |