diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-19 22:43:37 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-19 22:56:39 +0200 |
commit | 28cca339c5fc5d6f32c611a336748e019d083d58 (patch) | |
tree | 4df1b1dffe849a6a23e0d09e17af7adc6674d130 | |
parent | games-action/wordwarvi: port to EAPI 7 (diff) | |
download | gentoo-28cca339c5fc5d6f32c611a336748e019d083d58.tar.gz gentoo-28cca339c5fc5d6f32c611a336748e019d083d58.tar.bz2 gentoo-28cca339c5fc5d6f32c611a336748e019d083d58.zip |
net-misc/putty: Moved icons tarball to my own devspace
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r-- | net-misc/putty/putty-0.74.ebuild | 4 | ||||
-rw-r--r-- | net-misc/putty/putty-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/putty/putty-0.74.ebuild b/net-misc/putty/putty-0.74.ebuild index 556f68aff08e..62ac436ba4c6 100644 --- a/net-misc/putty/putty-0.74.ebuild +++ b/net-misc/putty/putty-0.74.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86" SRC_URI=" - https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 + https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2 https://the.earth.li/~sgtatham/${PN}/${PV}/${P}.tar.gz " IUSE="doc +gtk gtk2 ipv6 gssapi" diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index 5fd210bd12d5..68b02e9dd70b 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools desktop git-r3 toolchain-funcs xdg-utils DESCRIPTION="A Free Telnet/SSH Client" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git" -SRC_URI="https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2" +SRC_URI="https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2" LICENSE="MIT" SLOT="0" |