Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/
Date: Sun, 20 Jan 2019 12:24:35
Message-Id: 1547987069.b60f304854b93f53a3fddb2891663b04cfeb7616.jer@gentoo
1 commit: b60f304854b93f53a3fddb2891663b04cfeb7616
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 12:24:17 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 12:24:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60f3048
7
8 net-misc/putty: Use HTTPS for live ebuild repo
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/putty/putty-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild
17 index 5f8b56a4cf8..696cc46a735 100644
18 --- a/net-misc/putty/putty-9999.ebuild
19 +++ b/net-misc/putty/putty-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ inherit autotools eutils gnome2-utils git-r3 toolchain-funcs
27
28 DESCRIPTION="A Free Telnet/SSH Client"
29 HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
30 -EGIT_REPO_URI="git://git.tartarus.org/simon/putty.git"
31 +EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git"
32 SRC_URI="https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2"
33 LICENSE="MIT"