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 /dev-lang | |
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 'dev-lang')
-rw-r--r-- | dev-lang/esco/esco-0.513.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/fpc/fpc-3.2.2.ebuild | 16 | ||||
-rw-r--r-- | dev-lang/gnucobol/gnucobol-3.1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/gnucobol/gnucobol-3.2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/lazarus/lazarus-2.2.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/mlton/mlton-20180207.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/swig/swig-4.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/swig/swig-4.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/swig/swig-4.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.6.11.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.6.12-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.6.13-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.6.14.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.6.11.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.6.12.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.6.13.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.6.14.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/xsb/xsb-4.0.0.ebuild | 4 |
18 files changed, 34 insertions, 34 deletions
diff --git a/dev-lang/esco/esco-0.513.ebuild b/dev-lang/esco/esco-0.513.ebuild index d98f53967464..c99061bc3d05 100644 --- a/dev-lang/esco/esco-0.513.ebuild +++ b/dev-lang/esco/esco-0.513.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 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Combine interpreter of esoteric languages" HOMEPAGE="https://esco.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/dev-lang/fpc/fpc-3.2.2.ebuild b/dev-lang/fpc/fpc-3.2.2.ebuild index b34a23be9ade..8230343c8e34 100644 --- a/dev-lang/fpc/fpc-3.2.2.ebuild +++ b/dev-lang/fpc/fpc-3.2.2.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 @@ -7,13 +7,13 @@ inherit prefix toolchain-funcs HOMEPAGE="https://www.freepascal.org/" DESCRIPTION="Free Pascal Compiler" -SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz - mirror://sourceforge/freepascal/fpc-${PV}.source.tar.gz - amd64? ( mirror://sourceforge/freepascal/${P}.x86_64-linux.tar ) - arm64? ( mirror://sourceforge/freepascal/${P}.aarch64-linux.tar ) - sparc? ( mirror://sourceforge/freepascal/${P}.sparc64-linux.tar ) - x86? ( mirror://sourceforge/freepascal/${P}.i386-linux.tar ) - doc? ( mirror://sourceforge/freepascal/Documentation/${PV}/doc-html.tar.gz -> ${P}-doc-html.tar.gz )" +SRC_URI="https://downloads.sourceforge.net/freepascal/fpcbuild-${PV}.tar.gz + https://downloads.sourceforge.net/freepascal/fpc-${PV}.source.tar.gz + amd64? ( https://downloads.sourceforge.net/freepascal/${P}.x86_64-linux.tar ) + arm64? ( https://downloads.sourceforge.net/freepascal/${P}.aarch64-linux.tar ) + sparc? ( https://downloads.sourceforge.net/freepascal/${P}.sparc64-linux.tar ) + x86? ( https://downloads.sourceforge.net/freepascal/${P}.i386-linux.tar ) + doc? ( https://downloads.sourceforge.net/freepascal/Documentation/${PV}/doc-html.tar.gz -> ${P}-doc-html.tar.gz )" S="${WORKDIR}/fpcbuild-${PV}/fpcsrc" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" diff --git a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild index ec755c7b5b48..1222244af391 100644 --- a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild +++ b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="A free/libre COBOL compiler" HOMEPAGE="https://gnucobol.sourceforge.io/" -SRC_URI="mirror://sourceforge/${PN}/$(ver_cut 1-2)/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/${PN}/$(ver_cut 1-2)/${P}.tar.xz" LICENSE="GPL-3 LGPL-3 FDL-1.3" SLOT="0" diff --git a/dev-lang/gnucobol/gnucobol-3.2.ebuild b/dev-lang/gnucobol/gnucobol-3.2.ebuild index 8bbbcbd6d2d9..910c85c94b96 100644 --- a/dev-lang/gnucobol/gnucobol-3.2.ebuild +++ b/dev-lang/gnucobol/gnucobol-3.2.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="A free/libre COBOL compiler" HOMEPAGE="https://gnucobol.sourceforge.io/" -SRC_URI="mirror://sourceforge/${PN}/$(ver_cut 1-2)/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/${PN}/$(ver_cut 1-2)/${P}.tar.xz" LICENSE="GPL-3 LGPL-3 FDL-1.3" SLOT="0" diff --git a/dev-lang/lazarus/lazarus-2.2.4-r1.ebuild b/dev-lang/lazarus/lazarus-2.2.4-r1.ebuild index eedf59b797ee..8682fdee8fee 100644 --- a/dev-lang/lazarus/lazarus-2.2.4-r1.ebuild +++ b/dev-lang/lazarus/lazarus-2.2.4-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=8 @@ -11,7 +11,7 @@ FPCVER="3.2.2" DESCRIPTION="feature rich visual programming environment emulating Delphi" HOMEPAGE="https://www.lazarus-ide.org/" -SRC_URI="mirror://sourceforge/lazarus/${P}-0.tar.gz https://dev.gentoo.org/~amynka/snap/${P}-makefile.patch.bz2" +SRC_URI="https://downloads.sourceforge.net/lazarus/${P}-0.tar.gz https://dev.gentoo.org/~amynka/snap/${P}-makefile.patch.bz2" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" SLOT="0/2.2" # Note: Slotting Lazarus needs slotting fpc, see DEPEND. diff --git a/dev-lang/mlton/mlton-20180207.ebuild b/dev-lang/mlton/mlton-20180207.ebuild index 69c52b386626..22cd719e8d45 100644 --- a/dev-lang/mlton/mlton-20180207.ebuild +++ b/dev-lang/mlton/mlton-20180207.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 @@ -6,7 +6,7 @@ EAPI=7 inherit check-reqs multibuild pax-utils DESCRIPTION="Standard ML optimizing compiler and libraries" -BASE_URI="mirror://sourceforge/${PN}" +BASE_URI="https://downloads.sourceforge.net/${PN}" SRC_URI="!binary? ( ${BASE_URI}/${P}.src.tgz ) !bootstrap-smlnj? ( amd64? ( ${BASE_URI}/${P}-1.amd64-linux.tgz ) )" HOMEPAGE="http://www.mlton.org" diff --git a/dev-lang/swig/swig-4.1.1-r1.ebuild b/dev-lang/swig/swig-4.1.1-r1.ebuild index 77019af7643b..fc66fd73dc95 100644 --- a/dev-lang/swig/swig-4.1.1-r1.ebuild +++ b/dev-lang/swig/swig-4.1.1-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=8 @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs DESCRIPTION="Simplified Wrapper and Interface Generator" HOMEPAGE="http://www.swig.org/ https://github.com/swig/swig" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-3+ BSD BSD-2" SLOT="0" diff --git a/dev-lang/swig/swig-4.2.0.ebuild b/dev-lang/swig/swig-4.2.0.ebuild index 168ccf98d9b1..4e5082167be1 100644 --- a/dev-lang/swig/swig-4.2.0.ebuild +++ b/dev-lang/swig/swig-4.2.0.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Simplified Wrapper and Interface Generator" HOMEPAGE="http://www.swig.org/ https://github.com/swig/swig" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-3+ BSD BSD-2" SLOT="0" diff --git a/dev-lang/swig/swig-4.2.1.ebuild b/dev-lang/swig/swig-4.2.1.ebuild index 2ca82d488662..9768e5632ec5 100644 --- a/dev-lang/swig/swig-4.2.1.ebuild +++ b/dev-lang/swig/swig-4.2.1.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Simplified Wrapper and Interface Generator" HOMEPAGE="http://www.swig.org/ https://github.com/swig/swig" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-3+ BSD BSD-2" SLOT="0" diff --git a/dev-lang/tcl/tcl-8.6.11.ebuild b/dev-lang/tcl/tcl-8.6.11.ebuild index 48a1bbf49641..2d6f828f15db 100644 --- a/dev-lang/tcl/tcl-8.6.11.ebuild +++ b/dev-lang/tcl/tcl-8.6.11.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 @@ MY_P="${PN}${PV}" DESCRIPTION="Tool Command Language" HOMEPAGE="http://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${PN}-core${PV}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" diff --git a/dev-lang/tcl/tcl-8.6.12-r1.ebuild b/dev-lang/tcl/tcl-8.6.12-r1.ebuild index 5ee1155a84c1..dc338439cca2 100644 --- a/dev-lang/tcl/tcl-8.6.12-r1.ebuild +++ b/dev-lang/tcl/tcl-8.6.12-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 @@ -11,7 +11,7 @@ MY_P="${PN}${PV}" DESCRIPTION="Tool Command Language" HOMEPAGE="http://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${PN}-core${PV}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" diff --git a/dev-lang/tcl/tcl-8.6.13-r1.ebuild b/dev-lang/tcl/tcl-8.6.13-r1.ebuild index cc9ffed3639c..7b512fba6d5c 100644 --- a/dev-lang/tcl/tcl-8.6.13-r1.ebuild +++ b/dev-lang/tcl/tcl-8.6.13-r1.ebuild @@ -11,7 +11,7 @@ MY_P="${PN}${PV}" DESCRIPTION="Tool Command Language" HOMEPAGE="http://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${PN}-core${PV}-src.tar.gz" LICENSE="tcltk Spencer-99" SLOT="0/8.6" diff --git a/dev-lang/tcl/tcl-8.6.14.ebuild b/dev-lang/tcl/tcl-8.6.14.ebuild index fd315cf5d239..1fdc204c1fca 100644 --- a/dev-lang/tcl/tcl-8.6.14.ebuild +++ b/dev-lang/tcl/tcl-8.6.14.ebuild @@ -11,7 +11,7 @@ MY_P="${PN}${PV}" DESCRIPTION="Tool Command Language" HOMEPAGE="http://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${PN}-core${PV}-src.tar.gz" LICENSE="tcltk Spencer-99" SLOT="0/8.6" diff --git a/dev-lang/tk/tk-8.6.11.1.ebuild b/dev-lang/tk/tk-8.6.11.1.ebuild index c59293d5db70..46d20b9ce8f8 100644 --- a/dev-lang/tk/tk-8.6.11.1.ebuild +++ b/dev-lang/tk/tk-8.6.11.1.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 @@ -9,7 +9,7 @@ MY_P="${PN}${PV/_beta/b}" DESCRIPTION="Tk Widget Set" HOMEPAGE="https://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${MY_P}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" diff --git a/dev-lang/tk/tk-8.6.12.ebuild b/dev-lang/tk/tk-8.6.12.ebuild index 4aa954af060f..6c69461061e1 100644 --- a/dev-lang/tk/tk-8.6.12.ebuild +++ b/dev-lang/tk/tk-8.6.12.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 @@ -11,7 +11,7 @@ MY_P="${PN}${PV/_beta/b}" DESCRIPTION="Tk Widget Set" HOMEPAGE="https://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${MY_P}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" diff --git a/dev-lang/tk/tk-8.6.13.ebuild b/dev-lang/tk/tk-8.6.13.ebuild index 37acc1b49d16..bb0336787554 100644 --- a/dev-lang/tk/tk-8.6.13.ebuild +++ b/dev-lang/tk/tk-8.6.13.ebuild @@ -11,7 +11,7 @@ MY_P="${PN}${PV/_beta/b}" DESCRIPTION="Tk Widget Set" HOMEPAGE="https://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${MY_P}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" diff --git a/dev-lang/tk/tk-8.6.14.ebuild b/dev-lang/tk/tk-8.6.14.ebuild index 10f9ee687045..bff605af2593 100644 --- a/dev-lang/tk/tk-8.6.14.ebuild +++ b/dev-lang/tk/tk-8.6.14.ebuild @@ -11,7 +11,7 @@ MY_P="${PN}${PV/_beta/b}" DESCRIPTION="Tk Widget Set" HOMEPAGE="https://www.tcl.tk/" -SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/tcl/${MY_P}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" diff --git a/dev-lang/xsb/xsb-4.0.0.ebuild b/dev-lang/xsb/xsb-4.0.0.ebuild index cf7cf74c2ba5..6739cc6695c0 100644 --- a/dev-lang/xsb/xsb-4.0.0.ebuild +++ b/dev-lang/xsb/xsb-4.0.0.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 @@ -9,7 +9,7 @@ inherit autotools java-pkg-opt-2 DESCRIPTION="XSB is a logic programming and deductive database system" HOMEPAGE="http://xsb.sourceforge.net" -SRC_URI="mirror://sourceforge/xsb/XSB-$(ver_rs 1-3 -).tar.gz +SRC_URI="https://downloads.sourceforge.net/xsb/XSB-$(ver_rs 1-3 -).tar.gz https://dev.gentoo.org/~keri/distfiles/xsb/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" LICENSE="GPL-2 LGPL-2" |