Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-plasma/ksshaskpass/
Date: Tue, 25 Aug 2020 15:46:50
Message-Id: 1598370399.b1ee9d948cd0250ce5679beb127df3e86e6212c1.asturm@gentoo
1 commit: b1ee9d948cd0250ce5679beb127df3e86e6212c1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 20:20:44 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 15:46:39 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b1ee9d94
7
8 kde-plasma/ksshaskpass: Switch SRC_URI to GitHub
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild | 9 ++++++---
14 1 file changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild
17 index ce972dfb..3710bf95 100644
18 --- a/kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild
19 +++ b/kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild
20 @@ -1,21 +1,24 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 +COMMIT=f8192f1a521235b765cb85a4459706256ec331ff
28 inherit kde4-base
29
30 DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration"
31 HOMEPAGE="http://www.kde-apps.org/content/show.php?content=50971&forumpage=0"
32 -SRC_URI="http://www.kde-apps.org/CONTENT/content-files/50971-${P}.tar.gz"
33 +SRC_URI="https://github.com/KDE/ksshaskpass/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 -KEYWORDS="amd64 x86"
37 SLOT="4"
38 +KEYWORDS="amd64 x86"
39 IUSE="debug"
40
41 RDEPEND="net-misc/openssh"
42
43 +S="${WORKDIR}/${PN}-${COMMIT}"
44 +
45 CFG="ksshaskpass.sh"
46
47 src_prepare() {