From 8bc47990177ccd70d44fb8daf7458d50cd80ecd7 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 2 Jan 2018 23:18:21 +0100 Subject: kde-plasma: Drop KDE Plasma 5.11.4 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- kde-plasma/ksshaskpass/Manifest | 1 - kde-plasma/ksshaskpass/ksshaskpass-5.11.4.ebuild | 49 ------------------------ 2 files changed, 50 deletions(-) delete mode 100644 kde-plasma/ksshaskpass/ksshaskpass-5.11.4.ebuild (limited to 'kde-plasma/ksshaskpass') diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index 0f1f61b0a0bb..3a2ead5a4f95 100644 --- a/kde-plasma/ksshaskpass/Manifest +++ b/kde-plasma/ksshaskpass/Manifest @@ -1,3 +1,2 @@ DIST ksshaskpass-5.10.5.tar.xz 20316 BLAKE2B 64417511cb1f5092a7cce0484d0862b9e57cf29034078fb620466c696179b7976a9fef4933a26b1f831bb4256143ffce633da2164ee79c9c0f2e09dc42b86641 SHA512 bf55ea1b5b79b43d1720c32bbd569aabdde1516d818de3ab567de95736e967327a58055e1e4f73c895c90b35b8149ecc4e736c9b067a05a13852ae4579d0cd6b -DIST ksshaskpass-5.11.4.tar.xz 20844 BLAKE2B dc6cc475d6c6c37ac60008e47d7567a70aff8e2c5e5654124017f77a186d7ab03800f9f2817f7243fb86cc441810fdf8186572711c399e54cf12cecad5694ad0 SHA512 9288a66bdbf0b557dfc24a204663fed491e03465480b5913169bb37de7ef58cbaefe497dc466b936b6414c40b05c6c3df0685afb810cedc547d113ab2229ab45 DIST ksshaskpass-5.11.5.tar.xz 23168 BLAKE2B 74d10be7c303d0b7d1d8765e08a89986b4c1745e5f601982dd406cefc7c73ac684c1c05acdd355d45f5078e034ab9971467b4b76c0ae3a94800ce6480fa8c3f0 SHA512 34a8fe5da983a0fcc6d5d223120f2d23e0168a534d29941e83024110eafe981d6c46ee503abfb7bf8e072dc64060eea373c191ef0f8dbc5051cb2d968e6d49d3 diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.11.4.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.11.4.ebuild deleted file mode 100644 index 01027a01fb93..000000000000 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.11.4.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://cgit.kde.org/ksshaskpass.git" -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 "" -} -- cgit v1.2.3-65-gdbad