summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-19 09:41:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-25 10:43:38 +0100
commit2cffe44e85d76234b4b7f9add254c5d1ca3f039b (patch)
tree4a71d84c946253e5531c49f45da0ac4ccd4e9094 /kde-plasma
parentkde-plasma/kscreenlocker: drop 5.23.4* (diff)
downloadgentoo-2cffe44e85d76234b4b7f9add254c5d1ca3f039b.tar.gz
gentoo-2cffe44e85d76234b4b7f9add254c5d1ca3f039b.tar.bz2
gentoo-2cffe44e85d76234b4b7f9add254c5d1ca3f039b.zip
kde-plasma/ksshaskpass: drop 5.23.4*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.23.4.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 465f079f0962..9754f6427a75 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,3 +1,2 @@
-DIST ksshaskpass-5.23.4.tar.xz 24072 BLAKE2B 559b49d49b18968a09a52b94b0e894c9db794a305e11d6507dce0860d2dd1851ec4801d630a1a8389d206823931670305e35daad81fd9da69aad7d5a29db8893 SHA512 1fc973dbb2a385dc6471f6928cd61d33ce91bbd414f8e2ce65e2d6e149828963675a8c4140bd968adeebf8bdf449cb92c1415f4963869eb9db5b9cc0125edb88
DIST ksshaskpass-5.23.5.tar.xz 24068 BLAKE2B 42b366d66690e0bc2a0bd1abf78fc9ded0f62c71b3abd512601805ca05828449808ff87bed3dbd3cb2e421d8b50b794c207def51a73e5c0a2a53b79a51e64953 SHA512 e1bf158cc199406648afae537c73178aa5230a108371cb0d4d150849c16201d225a863c5154d52ab5b09a947671a2d91ae33dcb227d9a28c31a4d4d4f404c817
DIST ksshaskpass-5.23.90.tar.xz 24288 BLAKE2B 8102c314431d1df30f59b797ceca8ad93ce2d6e06bd2270f56ed55cc22e165eeda5f30a888c7536f9089245000070e391ad5dabc28a836d26d4f0dc4fb09902b SHA512 d05aa6f64460245c87b4d37e8a01f00bb6ca3959347ff0162a3532e2c6bf4bd08c132889979aced1fdfd1196f25b76717510862581808adfc1cd39ff75740acd
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.23.4.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.23.4.ebuild
deleted file mode 100644
index e181be3cca85..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.23.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Implementation of ssh-askpass with KDE Wallet integration"
-HOMEPAGE+=" https://invent.kde.org/plasma/ksshaskpass"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- ecm_src_install
-
- insinto /etc/xdg/plasma-workspace/env/
- doins "${FILESDIR}/05-ksshaskpass.sh"
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- elog "In order to have ssh-agent start with Plasma 5,"
- elog "edit /etc/xdg/plasma-workspace/env/10-agent-startup.sh"
- elog "and uncomment the lines enabling ssh-agent."
- elog
- elog "If you do so, do not forget to uncomment the respective"
- elog "lines in /etc/xdg/plasma-workspace/shutdown/10-agent-shutdown.sh"
- elog "to 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/xdg/plasma-workspace/env/05-ksshaskpass.sh"
-
- # Clean up pre-5.17.4 dirs
- rmdir -v "${EROOT}"/etc/plasma{/startup,} 2> /dev/null
-}