commit: 048044c9d25314f99753b853acdefc08768fc81f Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Aug 29 17:24:15 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Aug 29 17:25:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048044c9
dev-libs/gnulib-2025.08.27.16.03.17: switch distfile to dev.g.o Seems like the from savanna file changes, contents are the same, tar is different though. Use copy I pulled. Closes: https://bugs.gentoo.org/962135 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild b/dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild index 0074a53fa6df..c4c8cd957d40 100644 --- a/dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild +++ b/dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild @@ -7,7 +7,10 @@ GIT_TAG="8b7815c867312d4eb51fe6c57dc912a4419f1dd7" DESCRIPTION="Library of common routines intended to be shared" HOMEPAGE="https://www.gnu.org/software/gnulib" -SRC_URI="https://gitweb.git.savannah.gnu.org/gitweb/?p=${PN}.git;a=snapshot;h=${GIT_TAG};sf=tgz -> ${PN}-${GIT_TAG}.tar.gz" +# https://bugs.gentoo.org/962135 +# retrieving this on different days, produces different files :( +#SRC_URI="https://gitweb.git.savannah.gnu.org/gitweb/?p=${PN}.git;a=snapshot;h=${GIT_TAG};sf=tgz -> ${PN}-${GIT_TAG}.tar.gz" +SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${PN}-${GIT_TAG}.tar.gz" S="${WORKDIR}/${PN}-${GIT_TAG:0:7}" LICENSE="GPL-3+ LGPL-2.1+ FDL-1.3+"
