From ef33b2d13c3d41f437811520cf87eb78d7bc5849 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 18 Jun 2019 18:49:22 +0200 Subject: kde-plasma: Drop KDE Plasma 5.16.0 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner --- kde-plasma/ksshaskpass/Manifest | 1 - kde-plasma/ksshaskpass/ksshaskpass-5.16.0.ebuild | 46 ------------------------ 2 files changed, 47 deletions(-) delete mode 100644 kde-plasma/ksshaskpass/ksshaskpass-5.16.0.ebuild (limited to 'kde-plasma/ksshaskpass') diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index 6b312bae4cd6..8ffd61daff91 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.0.tar.xz 21364 BLAKE2B 514ca74ab5c52cde2f09dd8791c3c32612d8dfe5a0f3398ff29f6b3122266b894a72a06a2f4b280216786be8022b37236bb394b23f53cef4a45970875814353d SHA512 ebf64d4ce6dcc4036e77affd653201e6fd363257976b4979d84b18c3e60694abcd94dcca2d0a1db16bbe8ece0442bca9d81a1195ab0643f815db93625f3a9a19 DIST ksshaskpass-5.16.1.tar.xz 21368 BLAKE2B ccb238b867851ca821414f6f0230118bc1f8589bf06ab8e65a74312fb8c1f9e93fefc9eb511b6d65bfe4efb628aa2562297023e13ae983b406000933135da421 SHA512 1046c5e598b9c170767441d4ecff1f4def0e2f87fac97ab96dfe0ecb93dea903afb573172952c7d1362c9bad7ca8441a13c6a2922558a92bb6c9b13e316ea426 diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.16.0.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.16.0.ebuild deleted file mode 100644 index 55652bdcf792..000000000000 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.16.0.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 "" -} -- cgit v1.2.3-65-gdbad