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 53CE515800A for ; Tue, 18 Jul 2023 19:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D81E07C7; Tue, 18 Jul 2023 19:11:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DCE4E07C7 for ; Tue, 18 Jul 2023 19:11:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51C15340DA8 for ; Tue, 18 Jul 2023 19:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 679D0AFD for ; Tue, 18 Jul 2023 19:11:18 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1689706403.1bc3ee69df817f6f5d5dec465edaffdc9b922a59.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/godot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/godot/godot-3.5.2.ebuild dev-games/godot/godot-4.0.3.ebuild dev-games/godot/godot-4.1.ebuild X-VCS-Directories: dev-games/godot/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1bc3ee69df817f6f5d5dec465edaffdc9b922a59 X-VCS-Branch: master Date: Tue, 18 Jul 2023 19:11:18 +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: 901e2285-5faa-44ab-b733-00da79367e96 X-Archives-Hash: 8274370e67b939df0f633a616d0697e1 commit: 1bc3ee69df817f6f5d5dec465edaffdc9b922a59 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jul 18 15:26:05 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jul 18 18:53:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc3ee69 dev-games/godot: add github SRC_URI as mirror Still prefer the official site to download archives, but the 4.1.1 release is still missing from there and github release artifacts are currently the exact same for all 3 in-tree versions. Signed-off-by: Ionen Wolkens gentoo.org> dev-games/godot/godot-3.5.2.ebuild | 4 +++- dev-games/godot/godot-4.0.3.ebuild | 4 +++- dev-games/godot/godot-4.1.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-games/godot/godot-3.5.2.ebuild b/dev-games/godot/godot-3.5.2.ebuild index 5c1c02778244..445f05a3f238 100644 --- a/dev-games/godot/godot-3.5.2.ebuild +++ b/dev-games/godot/godot-3.5.2.ebuild @@ -8,7 +8,9 @@ inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" HOMEPAGE="https://godotengine.org/" -SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz" +SRC_URI=" + https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz + https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz" S="${WORKDIR}/${P}-stable" LICENSE=" diff --git a/dev-games/godot/godot-4.0.3.ebuild b/dev-games/godot/godot-4.0.3.ebuild index f66f4be675d0..b1544129a51b 100644 --- a/dev-games/godot/godot-4.0.3.ebuild +++ b/dev-games/godot/godot-4.0.3.ebuild @@ -8,7 +8,9 @@ inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" HOMEPAGE="https://godotengine.org/" -SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz" +SRC_URI=" + https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz + https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz" S="${WORKDIR}/${P}-stable" LICENSE=" diff --git a/dev-games/godot/godot-4.1.ebuild b/dev-games/godot/godot-4.1.ebuild index 6e716de56c83..865c25d1cbea 100644 --- a/dev-games/godot/godot-4.1.ebuild +++ b/dev-games/godot/godot-4.1.ebuild @@ -8,7 +8,9 @@ inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" HOMEPAGE="https://godotengine.org/" -SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz" +SRC_URI=" + https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz + https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz" S="${WORKDIR}/${P}-stable" LICENSE="