summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest2
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.8.6.ebuild49
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.8.7.ebuild49
3 files changed, 0 insertions, 100 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 7d833c07bc39..66516876600f 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,4 +1,2 @@
DIST ksshaskpass-5.10.3.tar.xz 20304 SHA256 8c805721754374ce854254d9eec61a0742610ddda32341e0fc0dbdd548439e81 SHA512 8ce919b95056a6997e6337f6bd5a406b996de9df15a664513722a67a63ddba66c3bb116dc37de9a3acca4e42646a1467e5406c981a7ca38c895a9dba037e7f1a WHIRLPOOL 821ec059aba82bfd0b023d81ce9591c686800cfdf895c188b11d445c6c5a486cbc36d2d31a98c456f04b1d749b021dbe0eed9780dc5b3d486d27f13fa0622b14
-DIST ksshaskpass-5.8.6.tar.xz 19460 SHA256 0f195e6344b17cacb8ee0499c36f911970edd968b6dbbc008ccff4b659132179 SHA512 7d2918b95f14f41dc1b348a66a39f2d739c01e8061136aa97f27612c18fe85f779dcff7df82c22450869f31c94f71e3f5eae743cb976c0e6e6d0692db2dc450d WHIRLPOOL 5237e9409904382cf79e8caae65c2b6d730141d04acd2e643c5ac7aac04d9707a0a459a343f1c485ccb10a7abf36a90f5bbbe47ab73d1796fd03fd5ffcc5dc33
-DIST ksshaskpass-5.8.7.tar.xz 19552 SHA256 1d85fc95734bf7cf5a689e4b528deca7850192a47f9e2d8cb54cf9be44374f7e SHA512 7a4f073c10530ccd20faabc4507fcda7a56552c24113fcaad22547093489f1bc85ee66ac9253ffafa68161077843c035e5c79c22153c3f9bca1f6a4e3b317d4a WHIRLPOOL ee58afdad68b61b8f6506ba4fa9c57a2a91358ac079dfea5c9f97906b49ea0ab3c03bc857bb0f4a70ec061fdd7b9bd2c90ffd4b5e8fea3f0c094ad1a135ca36e
DIST ksshaskpass-5.9.5.tar.xz 20152 SHA256 21bed81030113b5e2f4b6b363128bed7ca98b49880319c7b615e6862986b9ec6 SHA512 e851a2f852734976faaa5e8ec7fbf760ad493a8bb8effe8a0792ace51d59729823149cc4dc7bb79459a4e6e8e46372cf3b5a822f05ab87af4df2d544d77d88aa WHIRLPOOL d9b07a6e5db7b42a1c42100d93b4f1ad5937fcb064be8fdf87dabaae1bd4c2053c6bba61848791a9a94b5c4857fa2af83596f811359bb183f149f679dd8ad019
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.8.6.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.8.6.ebuild
deleted file mode 100644
index b500cb99227c..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.8.6.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://projects.kde.org/projects/kde/workspace/ksshaskpass"
-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 ""
-}
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.8.7.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.8.7.ebuild
deleted file mode 100644
index 468b1b597c06..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.8.7.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://projects.kde.org/projects/kde/workspace/ksshaskpass"
-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 ""
-}