commit:     c86ec7ab0c84060f9b39f4b1672b22be1e709ff4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 20:15:51 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 22 20:16:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86ec7ab

sys-libs/liburing: update SRC_URI for 2.7-r1

The upstream tarballs are gone, switch to using github autogenerated
ones as done in later releases. Diffed and they're functionally the same.

Closes: https://bugs.gentoo.org/942963
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/liburing/Manifest               | 2 +-
 sys-libs/liburing/liburing-2.7-r1.ebuild | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-libs/liburing/Manifest b/sys-libs/liburing/Manifest
index b2961880aaf6..4c72993239b2 100644
--- a/sys-libs/liburing/Manifest
+++ b/sys-libs/liburing/Manifest
@@ -1,2 +1,2 @@
-DIST liburing-2.7.tar.bz2 252289 BLAKE2B 
dc04745d2eda04d7009a532fc77566804c34b77dcef512f17ef424e22bc1e1a31ba87c2a841bb5574b11c494641a3128005d6dfccf2b87d6c3888fe5cd887996
 SHA512 
ec6cf69cae2e7e448e9e338bcd616bf27522f6f0e4768bf80d246d6df8610df3accaddae1c135c31bca7814bc3b8214854c40b3f7137163c0950605c716793f1
+DIST liburing-2.7.gh.tar.gz 347638 BLAKE2B 
3e281cbf9be72cc8e04b04486df4dd9dd32c95ef9b84f7eae3253eb8e9a4afdaf8048ac359d6d250fecfb0a2bded51e46c1ab073d0e96c4d7d5d1d554d65c2b2
 SHA512 
c65146ee53defba4f9b752674be8489757f60be0855b361c6d1136119c74803351e5ccc8a1890c0777bfe61da4c0fd997230fc8817ff3929a7e2186b389cdc28
 DIST liburing-2.9.tar.gz 407191 BLAKE2B 
7081f9430e9532cad659e24de7ba998ad40f15a3fc3bf08fbe2b30df2bb335d4b06affb98d5667d4f8e6c8bc6e7a98c25caddd57ec5c98940562eb0e7977e54d
 SHA512 
f27233e6128444175b18cd1d45647acdd27b906a8cd561029508710e443b44416b916cad1b2c1217e23d9a5ffb5ba68b119e9c812eae406650fbd10bf26c2fa5

diff --git a/sys-libs/liburing/liburing-2.7-r1.ebuild 
b/sys-libs/liburing/liburing-2.7-r1.ebuild
index d309a7e8cfc2..b155d151a701 100644
--- a/sys-libs/liburing/liburing-2.7-r1.ebuild
+++ b/sys-libs/liburing/liburing-2.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,10 +11,13 @@ if [[ "${PV}" == *9999 ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/axboe/liburing.git";
 else
-       SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2";
+       
SRC_URI="https://github.com/axboe/liburing/archive/refs/tags/${P}.tar.gz -> 
${P}.gh.tar.gz"
        KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
        QA_PKGCONFIG_VERSION=${PV}
+
+       S="${WORKDIR}"/liburing-${P}
 fi
+
 LICENSE="MIT"
 SLOT="0/2" # liburing.so major version
 

Reply via email to