Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/
Date: Mon, 19 Apr 2021 20:56:50
Message-Id: 1618865799.28cca339c5fc5d6f32c611a336748e019d083d58.polynomial-c@gentoo
1 commit: 28cca339c5fc5d6f32c611a336748e019d083d58
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 20:43:37 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 20:56:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cca339
7
8 net-misc/putty: Moved icons tarball to my own devspace
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 net-misc/putty/putty-0.74.ebuild | 4 ++--
13 net-misc/putty/putty-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/putty/putty-0.74.ebuild b/net-misc/putty/putty-0.74.ebuild
17 index 556f68aff08..62ac436ba4c 100644
18 --- a/net-misc/putty/putty-0.74.ebuild
19 +++ b/net-misc/putty/putty-0.74.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ LICENSE="MIT"
27 SLOT="0"
28 KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
29 SRC_URI="
30 - https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2
31 + https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2
32 https://the.earth.li/~sgtatham/${PN}/${PV}/${P}.tar.gz
33 "
34 IUSE="doc +gtk gtk2 ipv6 gssapi"
35
36 diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild
37 index 5fd210bd12d..68b02e9dd70 100644
38 --- a/net-misc/putty/putty-9999.ebuild
39 +++ b/net-misc/putty/putty-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2020 Gentoo Authors
42 +# Copyright 1999-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -7,7 +7,7 @@ inherit autotools desktop git-r3 toolchain-funcs xdg-utils
47 DESCRIPTION="A Free Telnet/SSH Client"
48 HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
49 EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git"
50 -SRC_URI="https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2"
51 +SRC_URI="https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2"
52 LICENSE="MIT"
53
54 SLOT="0"