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 DCFA915806E for ; Mon, 15 May 2023 00:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEDCEE08E8; Mon, 15 May 2023 00:20:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9A10E08E8 for ; Mon, 15 May 2023 00:20:58 +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 9464E340E04 for ; Mon, 15 May 2023 00:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36F0A5B for ; Mon, 15 May 2023 00:20:55 +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: <1684108548.4c94f56bbecb6fe2e573193d2950bbbf8bd24c78.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4c94f56bbecb6fe2e573193d2950bbbf8bd24c78 X-VCS-Branch: master Date: Mon, 15 May 2023 00:20:55 +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: d7aae77f-2ca1-4f69-88ce-6a769c6d9fb9 X-Archives-Hash: c3ac8ddb5b86da822ce740d87c26910d commit: 4c94f56bbecb6fe2e573193d2950bbbf8bd24c78 Author: Ionen Wolkens gentoo org> AuthorDate: Sun May 14 23:55:45 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun May 14 23:55:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c94f56b app-emulation/wine-staging: revert SRC_URI to github While the link works, unfortunately without proper releases this results in the hash being added to S and it would be a pain to update every time. So back to github we go for now (well, not for live). Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-staging/wine-staging-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 4f23f0fc4c4e..b969d1e39e6f 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -19,7 +19,7 @@ else (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 1).0 SRC_URI=" https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz - https://gitlab.winehq.org/wine/wine-staging/-/archive/v${PV}/${P}.tar.bz2" + https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="-* ~amd64 ~x86" fi S="${WORKDIR}/wine-${PV}"