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-tex | |
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-tex')
-rw-r--r-- | dev-tex/abntex/abntex-0.9_beta2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-tex/biblatex/biblatex-3.14.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/biblatex/biblatex-3.16.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/biblatex/biblatex-3.19.ebuild | 2 | ||||
-rw-r--r-- | dev-tex/catdvi/catdvi-0.14-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/html2latex/html2latex-1.1-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/ivritex/ivritex-1.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/latex2rtf/latex2rtf-2.3.15-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/tth/tth-4.08.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/tth/tth-4.16.ebuild | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/dev-tex/abntex/abntex-0.9_beta2-r1.ebuild b/dev-tex/abntex/abntex-0.9_beta2-r1.ebuild index e909f1757643..686f2bcff205 100644 --- a/dev-tex/abntex/abntex-0.9_beta2-r1.ebuild +++ b/dev-tex/abntex/abntex-0.9_beta2-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 @@ -10,8 +10,8 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="LaTeX macros for writing documents following the ABNT norms" HOMEPAGE="https://www.abntex.net.br/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz - doc? ( mirror://sourceforge/${PN}/${PN}-doc-${MY_PV}.tar.gz )" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz + doc? ( https://downloads.sourceforge.net/${PN}/${PN}-doc-${MY_PV}.tar.gz )" LICENSE="LPPL-1.3c" SLOT="0" diff --git a/dev-tex/biblatex/biblatex-3.14.ebuild b/dev-tex/biblatex/biblatex-3.14.ebuild index d821b64c0d4d..78111a310eda 100644 --- a/dev-tex/biblatex/biblatex-3.14.ebuild +++ b/dev-tex/biblatex/biblatex-3.14.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 latex-package DESCRIPTION="Reimplementation of the bibliographic facilities provided by LaTeX" HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex https://github.com/plk/biblatex/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tds.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tds.tgz" LICENSE="LPPL-1.3" SLOT="0" diff --git a/dev-tex/biblatex/biblatex-3.16.ebuild b/dev-tex/biblatex/biblatex-3.16.ebuild index ee8326bf1f89..792354a1aba9 100644 --- a/dev-tex/biblatex/biblatex-3.16.ebuild +++ b/dev-tex/biblatex/biblatex-3.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 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 latex-package DESCRIPTION="Reimplementation of the bibliographic facilities provided by LaTeX" HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex https://github.com/plk/biblatex/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tds.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tds.tgz" LICENSE="LPPL-1.3" SLOT="0" diff --git a/dev-tex/biblatex/biblatex-3.19.ebuild b/dev-tex/biblatex/biblatex-3.19.ebuild index 8087babb53f8..4fbcee17a698 100644 --- a/dev-tex/biblatex/biblatex-3.19.ebuild +++ b/dev-tex/biblatex/biblatex-3.19.ebuild @@ -7,7 +7,7 @@ inherit latex-package DESCRIPTION="Reimplementation of the bibliographic facilities provided by LaTeX" HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/biblatex https://github.com/plk/biblatex/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tds.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tds.tgz" LICENSE="LPPL-1.3" SLOT="0" diff --git a/dev-tex/catdvi/catdvi-0.14-r2.ebuild b/dev-tex/catdvi/catdvi-0.14-r2.ebuild index ef4dff359dcd..d11ef739c496 100644 --- a/dev-tex/catdvi/catdvi-0.14-r2.ebuild +++ b/dev-tex/catdvi/catdvi-0.14-r2.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 toolchain-funcs flag-o-matic DESCRIPTION="DVI to plain text translator" HOMEPAGE="https://catdvi.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/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild index 8396a661c194..1bf530f4007a 100644 --- a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild +++ b/dev-tex/culmus-latex/culmus-latex-0.7-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 latex-package DESCRIPTION="Culmus fonts support for latex" HOMEPAGE="https://ivritex.sourceforge.net/" -SRC_URI="mirror://sourceforge/ivritex/${P}_src.tar.gz -> ${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/ivritex/${P}_src.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-tex/html2latex/html2latex-1.1-r3.ebuild b/dev-tex/html2latex/html2latex-1.1-r3.ebuild index eafcd9548f39..937159fb7d80 100644 --- a/dev-tex/html2latex/html2latex-1.1-r3.ebuild +++ b/dev-tex/html2latex/html2latex-1.1-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 @@ -7,7 +7,7 @@ inherit perl-module DESCRIPTION="Perl script to convert HTML files into formatted LaTeX" HOMEPAGE="https://html2latex.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild index d4ce8455883f..7c0b3a6208a2 100644 --- a/dev-tex/ivritex/ivritex-1.1.2.ebuild +++ b/dev-tex/ivritex/ivritex-1.1.2.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 latex-package DESCRIPTION="Hebrew support for TeX" HOMEPAGE="https://ivritex.sourceforge.net/" -SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/ivritex/${P}.tar.gz" LICENSE="LPPL-1.2" SLOT="0" diff --git a/dev-tex/latex2rtf/latex2rtf-2.3.15-r1.ebuild b/dev-tex/latex2rtf/latex2rtf-2.3.15-r1.ebuild index 7837412ec064..156b4b5df857 100644 --- a/dev-tex/latex2rtf/latex2rtf-2.3.15-r1.ebuild +++ b/dev-tex/latex2rtf/latex2rtf-2.3.15-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 toolchain-funcs DESCRIPTION="LaTeX to RTF converter" HOMEPAGE="https://latex2rtf.sourceforge.net/" -SRC_URI="mirror://sourceforge/latex2rtf/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/latex2rtf/${P}.tar.gz" S="${WORKDIR}/${P%b}" LICENSE="GPL-2+" diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild index f01424998597..2072785841d1 100644 --- a/dev-tex/tth/tth-4.08.ebuild +++ b/dev-tex/tth/tth-4.08.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 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 toolchain-funcs DESCRIPTION="Translate TEX into HTML" HOMEPAGE="http://hutchinson.belmont.ma.us/tth/" -SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" diff --git a/dev-tex/tth/tth-4.16.ebuild b/dev-tex/tth/tth-4.16.ebuild index d855552546b5..956c04c359bf 100644 --- a/dev-tex/tth/tth-4.16.ebuild +++ b/dev-tex/tth/tth-4.16.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 flag-o-matic DESCRIPTION="Translate TEX into HTML" HOMEPAGE="http://hutchinson.belmont.ma.us/tth/" -# mirror://sourceforge/${PN}/${PN}${PV}.tar.gz +# https://downloads.sourceforge.net/${PN}/${PN}${PV}.tar.gz SRC_URI="http://hutchinson.belmont.ma.us/tth/tth-noncom/${PN}_${PV}.tgz" S="${WORKDIR}"/${PN}_C |