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-calculators | |
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-calculators')
-rw-r--r-- | sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-calculators/pcalc/pcalc-4.ebuild | 2 | ||||
-rw-r--r-- | sci-calculators/pcalc/pcalc-5.ebuild | 2 | ||||
-rw-r--r-- | sci-calculators/tilp2/tilp2-1.18-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-calculators/wcalc/wcalc-2.5.ebuild | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild b/sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild index 2f1eeab77801..393a86de5ca1 100644 --- a/sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.18-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 @@ -7,7 +7,7 @@ inherit autotools desktop DESCRIPTION="Scientific calculator designed to provide maximum usability" HOMEPAGE="http://calcoo.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-calculators/pcalc/pcalc-4.ebuild b/sci-calculators/pcalc/pcalc-4.ebuild index 2d417a50c8cb..5f51aba2b325 100644 --- a/sci-calculators/pcalc/pcalc-4.ebuild +++ b/sci-calculators/pcalc/pcalc-4.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="the programmers calculator" HOMEPAGE="https://github.com/vapier/pcalc" -SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/pcalc/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-calculators/pcalc/pcalc-5.ebuild b/sci-calculators/pcalc/pcalc-5.ebuild index f7a9c7a21697..8ccdc186389c 100644 --- a/sci-calculators/pcalc/pcalc-5.ebuild +++ b/sci-calculators/pcalc/pcalc-5.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="the programmers calculator" HOMEPAGE="https://github.com/vapier/pcalc" -SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/pcalc/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-calculators/tilp2/tilp2-1.18-r1.ebuild b/sci-calculators/tilp2/tilp2-1.18-r1.ebuild index d69f0b32f49a..065cac129370 100644 --- a/sci-calculators/tilp2/tilp2-1.18-r1.ebuild +++ b/sci-calculators/tilp2/tilp2-1.18-r1.ebuild @@ -7,7 +7,7 @@ inherit autotools xdg DESCRIPTION="Communication program for Texas Instruments calculators" HOMEPAGE="http://lpg.ticalc.org/prj_tilp" -SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/tilp/tilp2-linux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/sci-calculators/wcalc/wcalc-2.5.ebuild b/sci-calculators/wcalc/wcalc-2.5.ebuild index 6fd0f9e9cae0..47958985efd2 100644 --- a/sci-calculators/wcalc/wcalc-2.5.ebuild +++ b/sci-calculators/wcalc/wcalc-2.5.ebuild @@ -7,7 +7,7 @@ inherit autotools desktop flag-o-matic DESCRIPTION="A flexible command-line scientific calculator" HOMEPAGE="http://w-calc.sourceforge.net/" -SRC_URI="mirror://sourceforge/w-calc/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/w-calc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |