summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-07 20:39:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-08 19:03:38 +0200
commitd1839d73613e12525a204b6846a3fbb5c9bdc7a9 (patch)
treef1f4c1d7cdd2ae39b0276b37788f2ea49a5fade2 /kde-plasma/ksshaskpass
parentkde-plasma: Add KDE Plasma 5.15.5 (diff)
downloadgentoo-d1839d73613e12525a204b6846a3fbb5c9bdc7a9.tar.gz
gentoo-d1839d73613e12525a204b6846a3fbb5c9bdc7a9.tar.bz2
gentoo-d1839d73613e12525a204b6846a3fbb5c9bdc7a9.zip
kde-plasma: Drop KDE Plasma 5.15.4
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.15.4.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 200721dcd578..462ac038f307 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,3 +1,2 @@
DIST ksshaskpass-5.14.5.tar.xz 21332 BLAKE2B a29b1fc2802925759eaf1b9ff8dec7dd0dddcf67b2093fd6b8a9bccb112264a9f01cbc8b42e707b9782cd3efe9d272ae9ca573e3e084f5a3dfe632d88be52104 SHA512 5517193df92ad868d06bcc8f353bfd38932d0a96d98e6af38d3714478233ea91771cbb7b075e76c133d595812643a0e2fea6a6086be94845a252c215b243b37f
-DIST ksshaskpass-5.15.4.tar.xz 21316 BLAKE2B 3b33e2b4fcce2d038caa788f967cb40ef0bdb262e24c6e0cb8b31ac5e4fe1f4da630e21b268df159f8c88981ee519734725a1d0b481347ce7b9289abafa0696e SHA512 bc6d580bebacd764b133cc47e4a8f53ffaf1317b8777ce5dbd419c7477be6d95fb7f75dd49d80b6e8d2812084bb009d4c75fcd287542cc8f9450319056eaa8bc
DIST ksshaskpass-5.15.5.tar.xz 21304 BLAKE2B 8664f783d08d789aab81e40cc6d0a7248f0fe25bab20803579ce0c3869a412d2fc8fecf709b4bfe7d900dc7b9af59042d4e648d5b5730a8fb7108f4ac39ba362 SHA512 296581dafc7068a0e536fb3f10dbd56bd288bec5b93f96e5f7d7b03be6cf9f279dbdeccc8c53da21316fa18d758e92513d8f5441d9e80dfee452c26ef1dddcbc
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.15.4.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.15.4.ebuild
deleted file mode 100644
index 55652bdcf792..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.15.4.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 ""
-}