From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 983D2158094 for ; Sun, 10 Jul 2022 08:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 190A4E0794; Sun, 10 Jul 2022 08:40:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCB91E0794 for ; Sun, 10 Jul 2022 08:40:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21637340E9B for ; Sun, 10 Jul 2022 08:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32BC053A for ; Sun, 10 Jul 2022 08:40:40 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1657442373.99377b6eca7c3982d21878b0fa2e0686369dd308.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/putty/putty-0.76.ebuild net-misc/putty/putty-0.77.ebuild net-misc/putty/putty-9999.ebuild X-VCS-Directories: net-misc/putty/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 99377b6eca7c3982d21878b0fa2e0686369dd308 X-VCS-Branch: master Date: Sun, 10 Jul 2022 08:40:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 041a8b32-cc49-4382-a1a0-c5332ee92ae6 X-Archives-Hash: 211e8a5e1833aeb3befbd346fbea632b commit: 99377b6eca7c3982d21878b0fa2e0686369dd308 Author: Matthew Smith gentoo org> AuthorDate: Sun Jul 10 08:18:41 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Jul 10 08:39:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99377b6e net-misc/putty: replace 404'd src_uri Signed-off-by: Matthew Smith gentoo.org> net-misc/putty/putty-0.76.ebuild | 2 +- net-misc/putty/putty-0.77.ebuild | 2 +- 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"