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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36A9D158042 for ; Wed, 13 Nov 2024 19:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A714E086A; Wed, 13 Nov 2024 19:09:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 09346E086A for ; Wed, 13 Nov 2024 19:09:31 +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 21FD7342FAB for ; Wed, 13 Nov 2024 19:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B485D1D23 for ; Wed, 13 Nov 2024 19:09:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1731524922.7a0da4f8afa0e810fb767343a9668ebf78ec306a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild app-emulation/virt-manager/virt-manager-9999.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7a0da4f8afa0e810fb767343a9668ebf78ec306a X-VCS-Branch: master Date: Wed, 13 Nov 2024 19:09:28 +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: 93780230-6568-4cc2-94ed-fd9f81b982ca X-Archives-Hash: 5fa370efc0a59e5ebb82abb888eb2c18 commit: 7a0da4f8afa0e810fb767343a9668ebf78ec306a Author: Michal Privoznik gmail com> AuthorDate: Wed Nov 13 18:08:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 13 19:08:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0da4f8 app-emulation/virt-manager: Update SRC_URI The place virt-manager can be downloaded from changed as demonstrated by [1] and the original location does not redirect. Update SRC_URI in our ebuilds to reflect this fact. 1: https://github.com/virt-manager/virt-manager-web/commit/b1d202af3b639c6fc9e56aae1ccc79a3d6ca392e Signed-off-by: Michal Privoznik gmail.com> Signed-off-by: Sam James gentoo.org> app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild | 2 +- app-emulation/virt-manager/virt-manager-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild b/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild index bfd95c7acc4a..f2a81729e64f 100644 --- a/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild +++ b/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" inherit git-r3 else - SRC_URI="https://virt-manager.org/download/sources/${PN}/${P}.tar.gz" + SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" KEYWORDS="amd64 arm64 ppc64 x86" fi diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 4fe9053bce7a..1051e0881e70 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" inherit git-r3 else - SRC_URI="https://virt-manager.org/download/sources/${PN}/${P}.tar.gz" + SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi