commit: b1ee9d948cd0250ce5679beb127df3e86e6212c1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 24 20:20:44 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 25 15:46:39 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b1ee9d94
kde-plasma/ksshaskpass: Switch SRC_URI to GitHub Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild index ce972dfb..3710bf95 100644 --- a/kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild +++ b/kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild @@ -1,21 +1,24 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 +COMMIT=f8192f1a521235b765cb85a4459706256ec331ff inherit kde4-base DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration" HOMEPAGE="http://www.kde-apps.org/content/show.php?content=50971&forumpage=0" -SRC_URI="http://www.kde-apps.org/CONTENT/content-files/50971-${P}.tar.gz" +SRC_URI="https://github.com/KDE/ksshaskpass/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="amd64 x86" SLOT="4" +KEYWORDS="amd64 x86" IUSE="debug" RDEPEND="net-misc/openssh" +S="${WORKDIR}/${PN}-${COMMIT}" + CFG="ksshaskpass.sh" src_prepare() {
