diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-12 12:47:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-30 20:21:05 +0200 |
commit | 794061a3298b5716db015defa7b3e2c583b73980 (patch) | |
tree | befde12acaf6e066c8f4c64d362d5f6b8ee4caa6 /sci-mathematics | |
parent | stardict.eclass: inline mirror://sourceforge (diff) | |
download | gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.gz gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.bz2 gentoo-794061a3298b5716db015defa7b3e2c583b73980.zip |
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/euler/euler-1.61.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-2.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.3.10.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.3.9-r3.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/geomview/geomview-1.9.5-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-2021d.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-4.3.0.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-4.3.1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/mathmod/mathmod-4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.46.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.47.0.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/msieve/msieve-1.53-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/yafu/yafu-1.34.3-r1.ebuild | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/sci-mathematics/euler/euler-1.61.0-r1.ebuild b/sci-mathematics/euler/euler-1.61.0-r1.ebuild index 3345e94d0e80..2a65c72ae5cc 100644 --- a/sci-mathematics/euler/euler-1.61.0-r1.ebuild +++ b/sci-mathematics/euler/euler-1.61.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Mathematical programming environment" HOMEPAGE="http://euler.sourceforge.net/" -SRC_URI="mirror://sourceforge/euler/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/euler/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc -sparc ~x86 ~amd64-linux ~x86-linux" diff --git a/sci-mathematics/fann/fann-2.2.0-r1.ebuild b/sci-mathematics/fann/fann-2.2.0-r1.ebuild index bc008ff94ab2..a24f78373579 100644 --- a/sci-mathematics/fann/fann-2.2.0-r1.ebuild +++ b/sci-mathematics/fann/fann-2.2.0-r1.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=7 @@ -8,7 +8,7 @@ inherit cmake DESCRIPTION="Fast Artificial Neural Network Library" HOMEPAGE="http://leenissen.dk/fann/wp/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.zip" LICENSE="LGPL-2.1" SLOT="0" diff --git a/sci-mathematics/fricas/fricas-1.3.10.ebuild b/sci-mathematics/fricas/fricas-1.3.10.ebuild index 96a81b24c204..e6de50964068 100644 --- a/sci-mathematics/fricas/fricas-1.3.10.ebuild +++ b/sci-mathematics/fricas/fricas-1.3.10.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="FriCAS is a fork of Axiom computer algebra system" HOMEPAGE="https://fricas.sourceforge.net/ https://github.com/fricas/fricas https://fricas.github.io/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-full.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PV}/${P}-full.tar.bz2" LICENSE="BSD-2" SLOT="0" diff --git a/sci-mathematics/fricas/fricas-1.3.9-r3.ebuild b/sci-mathematics/fricas/fricas-1.3.9-r3.ebuild index 6515c133f0ca..0fc1aceea768 100644 --- a/sci-mathematics/fricas/fricas-1.3.9-r3.ebuild +++ b/sci-mathematics/fricas/fricas-1.3.9-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ DESCRIPTION="FriCAS is a fork of Axiom computer algebra system" HOMEPAGE="https://fricas.sourceforge.net/ https://github.com/fricas/fricas https://fricas.github.io/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-full.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PV}/${P}-full.tar.bz2" LICENSE="BSD-2" SLOT="0" diff --git a/sci-mathematics/geomview/geomview-1.9.5-r1.ebuild b/sci-mathematics/geomview/geomview-1.9.5-r1.ebuild index 6d077450ffb3..c9a00bb4bbdd 100644 --- a/sci-mathematics/geomview/geomview-1.9.5-r1.ebuild +++ b/sci-mathematics/geomview/geomview-1.9.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit desktop elisp-common flag-o-matic xdg DESCRIPTION="Interactive Geometry Viewer" HOMEPAGE="http://geomview.sourceforge.net" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.bz2 + https://downloads.sourceforge.net/${PN}/${P}.tar.bz2 https://dev.gentoo.org/~jlec/distfiles/geomview.png.tar" LICENSE="LGPL-2.1" diff --git a/sci-mathematics/gretl/gretl-2021d.ebuild b/sci-mathematics/gretl/gretl-2021d.ebuild index 957d8f5cb180..ca60b3f67725 100644 --- a/sci-mathematics/gretl/gretl-2021d.ebuild +++ b/sci-mathematics/gretl/gretl-2021d.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 @@ -7,7 +7,7 @@ inherit elisp-common toolchain-funcs xdg-utils DESCRIPTION="Regression, econometrics and time-series library" HOMEPAGE="http://gretl.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0/40" diff --git a/sci-mathematics/jags/jags-4.3.0.ebuild b/sci-mathematics/jags/jags-4.3.0.ebuild index af3933c65fbc..d41ad5f8f086 100644 --- a/sci-mathematics/jags/jags-4.3.0.ebuild +++ b/sci-mathematics/jags/jags-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ MYP="JAGS-${PV}" DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation" HOMEPAGE="https://mcmc-jags.sourceforge.io/" -SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/$(ver_cut 1).x/Source/${MYP}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/mcmc-jags/JAGS/$(ver_cut 1).x/Source/${MYP}.tar.gz" S="${WORKDIR}/${MYP}" LICENSE="GPL-2" diff --git a/sci-mathematics/jags/jags-4.3.1.ebuild b/sci-mathematics/jags/jags-4.3.1.ebuild index 450c8d50908b..24618ca40553 100644 --- a/sci-mathematics/jags/jags-4.3.1.ebuild +++ b/sci-mathematics/jags/jags-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ MYP="JAGS-${PV}" DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation" HOMEPAGE="https://mcmc-jags.sourceforge.io/" -SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/$(ver_cut 1).x/Source/${MYP}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/mcmc-jags/JAGS/$(ver_cut 1).x/Source/${MYP}.tar.gz" S="${WORKDIR}/${MYP}" LICENSE="GPL-2" diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild index e8ca9e1d3a41..27af7e59e3b8 100644 --- a/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild +++ b/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Mixed Integer Linear Programming (MILP) solver" HOMEPAGE="https://sourceforge.net/projects/lpsolve/" -SRC_URI="mirror://sourceforge/${PN}/lp_solve_${PV}_source.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/lp_solve_${PV}_source.tar.gz" S="${WORKDIR}"/lp_solve_$(ver_cut 1-2) LICENSE="LGPL-2.1" diff --git a/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild index fcf1e631ed43..bd7f4940e4e2 100644 --- a/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild +++ b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit desktop qmake-utils xdg-utils DESCRIPTION="Plot parametric and implicit surfaces" HOMEPAGE="https://www.facebook.com/pages/MathMod/529510253833102" -SRC_URI="mirror://sourceforge/${PN}/${P}.src.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.src.zip" LICENSE="GPL-3" SLOT="0" diff --git a/sci-mathematics/maxima/maxima-5.46.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.46.0-r1.ebuild index 2b78de101a0f..d4b40b466ccb 100644 --- a/sci-mathematics/maxima/maxima-5.46.0-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.46.0-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools elisp-common flag-o-matic python-single-r1 xdg-utils DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2 GPL-2+" SLOT="0" diff --git a/sci-mathematics/maxima/maxima-5.47.0.ebuild b/sci-mathematics/maxima/maxima-5.47.0.ebuild index 6ea0856572fb..02a56186c8ac 100644 --- a/sci-mathematics/maxima/maxima-5.47.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.47.0.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools elisp-common flag-o-matic python-single-r1 xdg-utils DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" # Licensing is a mess. COPYING is GPL-2. A few files such as # src/numth.lisp explicitly mention GPL-2 without the "or later version" diff --git a/sci-mathematics/msieve/msieve-1.53-r1.ebuild b/sci-mathematics/msieve/msieve-1.53-r1.ebuild index 1f8a4593e738..c8a7a46f81d7 100644 --- a/sci-mathematics/msieve/msieve-1.53-r1.ebuild +++ b/sci-mathematics/msieve/msieve-1.53-r1.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 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A C library implementing a suite of algorithms to factor large integers" HOMEPAGE="https://sourceforge.net/projects/msieve/" -SRC_URI="mirror://sourceforge/${PN}/${PN}/Msieve%20v${PV}/${PN}${PV/./}_src.tar.gz -> ${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}/Msieve%20v${PV}/${PN}${PV/./}_src.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" diff --git a/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild b/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild index dd3a36e87d85..e3778642c91d 100644 --- a/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild +++ b/sci-mathematics/yafu/yafu-1.34.3-r1.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=7 @@ -8,7 +8,7 @@ inherit flag-o-matic MY_PV="$(ver_cut 1-2)" DESCRIPTION="Yet another factoring utility" HOMEPAGE="https://sourceforge.net/projects/yafu/" -SRC_URI="mirror://sourceforge/${PN}/${MY_PV}/${PN}-${MY_PV}-src.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_PV}/${PN}-${MY_PV}-src.zip" SLOT="0" LICENSE="public-domain" |