summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 14:28:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 15:31:28 +0200
commit61fbfbd405472bdd1c323a5b6ea83ad52d0e59db (patch)
tree92543d248d5ee735400f8708dab0eb81a090e619 /kde-plasma/ksshaskpass
parentapp-mobilephone/heimdall: update source URIs (diff)
downloadgentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.gz
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.bz2
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.zip
kde-plasma: Drop KDE Plasma 5.13.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.13.2.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 163d9ce2bb60..1c30c37dbb91 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,4 +1,3 @@
DIST ksshaskpass-5.12.5.tar.xz 21200 BLAKE2B 70d134502538dc5aed5ff8d65a1b5c3c3f9e714f849e9cd9b66f43b170db4ea4e23c2a011ad2dec81d05bc26090e64453b592a5677969a2b3ed812e7d1459f4a SHA512 4e798ac709d656104cddcb637aaf352c3f55660256f7edecd2caa6c78cb2ccba065c1c9e17e39a14fab72ca760c18b729035598fc6f9055fa1a6d6b9fe6ea453
DIST ksshaskpass-5.12.6.tar.xz 21264 BLAKE2B 41c0d67308041c5eaf40c925e303f7ae5f1d0c0aaf654df18bc45c30e9d444ec950323a356ae60d98581a5e2670cec79d672b843e040539fa0d0543cd7775887 SHA512 d01ab87ba927e4e46f84ace3cec09431148fb0312cda2bd8972d185fbd3408525f01d90ade9865b481b19486c75ecb13cef47fbe2f41a37fdbc99b502a3b7433
-DIST ksshaskpass-5.13.2.tar.xz 21204 BLAKE2B 6cbe6a2feebae2439f454a2a15c2addfd82023868ef3f11c90a561a553f4d60aad0426d5590f358ceeaa289bd1c006e4da028b7b1674a65a5693dc634cf0abd2 SHA512 dbf9dc67abf3ec6b490f7103f78882db895edcae0ccb6d34c44db78436b184c12b50b6ebda8338e8d7c76c5939f04022367a99feae4fb75a1651118e44f6bd00
DIST ksshaskpass-5.13.3.tar.xz 21528 BLAKE2B cb4e3fa1d79de3b6affd9a5551808ea080b9f9ae6f0304ea22bbf82ea2cc28b85bef40f9aa1ed4663c00ac012f7d700fcccb766dde0199e2d32fabe34825d95e SHA512 a9ed9d89822a1881e0fe3a2a0204d8bf1edc9ad095cd208edf01aa0d441263d342e6d415b48ccfd71e917fc29ec2e0e71bc0c68241985480ffdff04a02ec3673
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.13.2.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.13.2.ebuild
deleted file mode 100644
index 3009c8d5ff69..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.13.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 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 ""
-}