diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-08-26 00:10:39 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-08-26 00:14:00 +1000 |
commit | 809b471f3c387bcff2d5461f4b209c773ae32e04 (patch) | |
tree | 49b2ca906e2803bdb50a2998a61cf68f20e2c1f6 /kde-plasma/ksshaskpass | |
parent | media-sound/sndpeek: version bump to 1.4. (diff) | |
download | gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.tar.gz gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.tar.bz2 gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.zip |
kde-plasma: version bump 5.4.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r-- | kde-plasma/ksshaskpass/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksshaskpass/ksshaskpass-5.4.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index b2906edb3a5f..65708c4ae400 100644 --- a/kde-plasma/ksshaskpass/Manifest +++ b/kde-plasma/ksshaskpass/Manifest @@ -1 +1,2 @@ DIST ksshaskpass-5.3.2.tar.xz 18664 SHA256 e78d5d0540f9a206d2da03b62f62ceb3a0511c3d0ed6eefceca7dd40820097ec SHA512 570fc945ce869bc880207887af2025ff6f87613d5a50ce882715a2307938ee6993f4e6bc095a9d4c5aacbf5ea0c08fc8b103265aeb204c190abc269ea0602dd1 WHIRLPOOL e229e79bfdfdbbd8bb03181c990bc7595a52086b8e0286721bb9d9240f32ab9ce9c65ad51e322def3b55e564760cc85063eff6a588c756415fdda573c2aca5ee +DIST ksshaskpass-5.4.0.tar.xz 18968 SHA256 5379415c581ec8cba356d1b18549b127096d30dfe685556389752f8fe2b802c8 SHA512 5a72539ebef21495c8d1be3d3093e232122a307c38ffa3d0b3357311fecfe5f8921c57faf6d6d8abd91604eb681f954b19fe51b8d09ea5a0f48fd24497d6b138 WHIRLPOOL 86246b18ff27b6563e4b994f80a998900c9281a574f55378bee38caaf532cc737a54da6ccdb799631da5541163eba6f3cb1aa21eca4eaeb2df3adb29ee5f2ebc diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.4.0.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.4.0.ebuild new file mode 100644 index 000000000000..5133dd3138f3 --- /dev/null +++ b/kde-plasma/ksshaskpass/ksshaskpass-5.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/ksshaskpass" +KEYWORDS=" ~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + dev-qt/qtwidgets:5 +" +RDEPEND=" + ${DEPEND} + !net-misc/ksshaskpass +" |