summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-05 19:52:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-05 20:03:37 +0100
commit417d4f6d4b56ffedab5a903237ffe8b633a4c933 (patch)
treeda6a99e33cb5849a78383092b65b830f38c471a7 /kde-plasma
parentkde-plasma/kscreenlocker: drop 6.2.2 (diff)
downloadgentoo-417d4f6d4b56ffedab5a903237ffe8b633a4c933.tar.gz
gentoo-417d4f6d4b56ffedab5a903237ffe8b633a4c933.tar.bz2
gentoo-417d4f6d4b56ffedab5a903237ffe8b633a4c933.zip
kde-plasma/ksshaskpass: drop 6.2.2
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-6.2.2.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index ef82a4cebcb4..3fd729738d81 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,3 +1,2 @@
DIST ksshaskpass-6.1.5.tar.xz 29500 BLAKE2B 89b70c693a8d7852f403adcef164ae062f9ca829f78b011b75039b9c2feef924923e743ea9f2863dda410ed94b8815710f8e716ab186996f40745e1d5ec2dbb4 SHA512 cde90a3289ef84abb65d73eb76c96633524f830fea1ae15e735067723b46bbd92726c91802839c85b89c25828aea5b78dbe5979d44ea7132db2214d521a73135
-DIST ksshaskpass-6.2.2.tar.xz 30688 BLAKE2B 7f7f45150140fdcf8dc376c2f9876b4840a7e74090892422ae7c1fdc036b04f45b261002e972b07b848fda4a0aa53ec797d2ea2cfdf98394b23d8c3d72e21ee7 SHA512 90f0159b258325ea800815f6f3e66672f6d037df5f0651390094f5abcd79969c51a2e49ad4a662c40695248edaad473f734a062a0ee531ae275c5534ff3312c5
DIST ksshaskpass-6.2.3.tar.xz 30676 BLAKE2B fb78ab934eb75fa8b323e8a7cb9b974f892e3d5862504088471b031d8a4915ce37bc8d9b8217d9fa1a7c0f4ff38f171634877f7136946f749e8460ba10c14c38 SHA512 ac7317ecda8aed3c99d61257629b587bb98cb29e225794edaf67f5a55f74355ad8bb7f820b503e4281bb2d8f8fcbf3b461d717f7a8fd4b847320bef1163badac
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-6.2.2.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-6.2.2.ebuild
deleted file mode 100644
index d6dce29652f6..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-6.2.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.6.0
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Implementation of ssh-askpass with KDE Wallet integration"
-HOMEPAGE+=" https://invent.kde.org/plasma/ksshaskpass"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[widgets]
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kwallet-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-"
-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 6,"
- 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 6 sessions."
- elog "If that's not desired, select the one you want to use in"
- elog "/etc/xdg/plasma-workspace/env/05-ksshaskpass.sh"
-}