diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-07-10 09:18:41 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-07-10 09:39:33 +0100 |
commit | 99377b6eca7c3982d21878b0fa2e0686369dd308 (patch) | |
tree | 6b51261ca8678274f8caf43d732a2f543a084a2a /net-misc | |
parent | net-misc/putty: add myself as a maintainer (diff) | |
download | gentoo-99377b6eca7c3982d21878b0fa2e0686369dd308.tar.gz gentoo-99377b6eca7c3982d21878b0fa2e0686369dd308.tar.bz2 gentoo-99377b6eca7c3982d21878b0fa2e0686369dd308.zip |
net-misc/putty: replace 404'd src_uri
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/putty/putty-0.76.ebuild | 2 | ||||
-rw-r--r-- | net-misc/putty/putty-0.77.ebuild | 2 | ||||
-rw-r--r-- | net-misc/putty/putty-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/putty/putty-0.76.ebuild b/net-misc/putty/putty-0.76.ebuild index c793525eff4f..49c3ca73ee4d 100644 --- a/net-misc/putty/putty-0.76.ebuild +++ b/net-misc/putty/putty-0.76.ebuild @@ -11,7 +11,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86" SRC_URI=" - https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2 + https://dev.gentoo.org/~matthew/distfiles/${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-0.77.ebuild b/net-misc/putty/putty-0.77.ebuild index a09ae7ae4600..cec778a9b089 100644 --- a/net-misc/putty/putty-0.77.ebuild +++ b/net-misc/putty/putty-0.77.ebuild @@ -6,7 +6,7 @@ inherit cmake desktop xdg-utils DESCRIPTION="A Free Telnet/SSH Client" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" -SRC_URI="https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2" +SRC_URI="https://dev.gentoo.org/~matthew/distfiles/${PN}-icons.tar.bz2" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git" diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index a09ae7ae4600..cec778a9b089 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -6,7 +6,7 @@ inherit cmake desktop xdg-utils DESCRIPTION="A Free Telnet/SSH Client" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" -SRC_URI="https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2" +SRC_URI="https://dev.gentoo.org/~matthew/distfiles/${PN}-icons.tar.bz2" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git" |