commit:     3f0138274ca07272b579f92903b59a5099268db3
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 19:24:13 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 19:24:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f013827

dev-perl/Math-Pari: fix broken SRC_URI

The vendored copy of an external dependency has been repeatedly upgraded
upstream. sci-mathematics/pari is at version 2.15.5, but this package
vendors 2.3.5. The upstream distfiles site still provides all versions,
they just moved a lot of them into an OLD/ directory. Use the correct
url for downloading; checksum remains the same.

Closes: https://bugs.gentoo.org/850478
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild 
b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
index e0cbabe29c38..8bd9e6768da9 100644
--- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
+++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ PARI_VER=2.3.5
 
 DESCRIPTION="Perl interface to PARI"
 SRC_URI="${SRC_URI}
-       http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz";
+       
http://pari.math.u-bordeaux.fr/pub/pari/OLD/${PARI_VER%.*}/pari-${PARI_VER}.tar.gz";
 S_PARI="${WORKDIR}"/pari-${PARI_VER}
 
 SLOT="0"

Reply via email to