summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-01-18 15:08:19 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-01-18 15:08:33 +0100
commitbd35a92372c2bb7d350a592855f228402c5e475d (patch)
tree146a949648fe4269b5c70be6e9dc49af0dbe7655
parenttexlive-common.eclass: fix dosym usage (diff)
downloadtex-overlay-bd35a92372c2bb7d350a592855f228402c5e475d.tar.gz
tex-overlay-bd35a92372c2bb7d350a592855f228402c5e475d.tar.bz2
tex-overlay-bd35a92372c2bb7d350a592855f228402c5e475d.zip
Inline 'ctan' thirdpartymirror
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--app-text/dvipsk/dvipsk-20230311_p66203.ebuild2
-rw-r--r--app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild2
-rw-r--r--app-text/texlive-core/texlive-core-2023.ebuild4
-rw-r--r--app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild2
-rw-r--r--dev-libs/kpathsea/kpathsea-6.3.5_p20230311.ebuild2
-rw-r--r--dev-libs/ptexenc/ptexenc-1.4.3_p20230311.ebuild2
-rw-r--r--dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild2
-rw-r--r--dev-tex/tex4ht/tex4ht-20230311_p68735.ebuild6
-rw-r--r--eclass/texlive-common.eclass2
-rw-r--r--profiles/thirdpartymirrors1
10 files changed, 12 insertions, 13 deletions
diff --git a/app-text/dvipsk/dvipsk-20230311_p66203.ebuild b/app-text/dvipsk/dvipsk-20230311_p66203.ebuild
index d043d44..5b2eba1 100644
--- a/app-text/dvipsk/dvipsk-20230311_p66203.ebuild
+++ b/app-text/dvipsk/dvipsk-20230311_p66203.ebuild
@@ -8,7 +8,7 @@ inherit texlive-common
TL_VERSION=$(ver_cut 1)
DESCRIPTION="DVI-to-PostScript translator"
HOMEPAGE="https://tug.org/texlive/"
-SRC_URI="mirror://ctan/systems/texlive/Source/texlive-${TL_VERSION}-source.tar.xz"
+SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${TL_VERSION}-source.tar.xz"
DVIPS_REVISION=$(ver_cut 3)
EXTRA_TL_MODULES="dvips.r${DVIPS_REVISION}"
diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild
index 50ae0af..31bf904 100644
--- a/app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
HOMEPAGE="https://tug.org/texlive/"
-SRC_URI="mirror://ctan/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
S="${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk"
LICENSE="MIT"
diff --git a/app-text/texlive-core/texlive-core-2023.ebuild b/app-text/texlive-core/texlive-core-2023.ebuild
index f272a7e..00948b1 100644
--- a/app-text/texlive-core/texlive-core-2023.ebuild
+++ b/app-text/texlive-core/texlive-core-2023.ebuild
@@ -18,7 +18,7 @@ RESTRICT="mirror"
GENTOO_TEX_PATCHES_NUM=2
SRC_URI="
- mirror://ctan/systems/texlive/Source/${MY_P}.tar.xz
+ https://mirrors.ctan.org/systems/texlive/Source/${MY_P}.tar.xz
https://gitweb.gentoo.org/proj/tex-patches.git/snapshot/tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2
-> gentoo-tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2
"
@@ -302,7 +302,7 @@ texlive-common_append_to_src_uri TL_CORE_EXTRA_DOC_MODULES
SRC_URI="${SRC_URI} )"
# SRC_URI="${SRC_URI} source? ( "
# for i in ${TL_CORE_EXTRA_SRC_MODULES}; do
-# SRC_URI="${SRC_URI} mirror://ctan/tlnet/archive/${i}.tar.xz"
+# SRC_URI="${SRC_URI} https://mirrors.ctan.org/tlnet/archive/${i}.tar.xz"
# done
# SRC_URI="${SRC_URI} )"
diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild
index 61aae0e..7b3477a 100644
--- a/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild
+++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
HOMEPAGE="https://tug.org/texlive/"
-SRC_URI="mirror://ctan/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
S="${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}"
LICENSE="GPL-2"
diff --git a/dev-libs/kpathsea/kpathsea-6.3.5_p20230311.ebuild b/dev-libs/kpathsea/kpathsea-6.3.5_p20230311.ebuild
index 8c5de73..3d720de 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.5_p20230311.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.5_p20230311.ebuild
@@ -11,7 +11,7 @@ MY_SOURCE_FILE="texlive-${PV#*_p}-source.tar.xz"
DESCRIPTION="Path searching library for TeX-related files"
HOMEPAGE="https://tug.org/texlive/"
SRC_URI="
- mirror://ctan/systems/texlive/Source/${MY_SOURCE_FILE}
+ https://mirrors.ctan.org/systems/texlive/Source/${MY_SOURCE_FILE}
https://dev.gentoo.org/~flow/distfiles/texlive/${MY_SOURCE_FILE}
https://dev.gentoo.org/~sam/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz
"
diff --git a/dev-libs/ptexenc/ptexenc-1.4.3_p20230311.ebuild b/dev-libs/ptexenc/ptexenc-1.4.3_p20230311.ebuild
index af23f06..16b7eb7 100644
--- a/dev-libs/ptexenc/ptexenc-1.4.3_p20230311.ebuild
+++ b/dev-libs/ptexenc/ptexenc-1.4.3_p20230311.ebuild
@@ -7,7 +7,7 @@ inherit libtool
DESCRIPTION="Library for Japanese pTeX providing a better way of handling character encodings"
HOMEPAGE="http://tutimura.ath.cx/ptexlive/?ptexenc"
-SRC_URI="mirror://ctan/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
S="${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}"
LICENSE="BSD"
diff --git a/dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild b/dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild
index e113f35..f4313a0 100644
--- a/dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild
+++ b/dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild
@@ -7,7 +7,7 @@ inherit texlive-common
DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity"
HOMEPAGE="https://tug.org/texlive/"
-SRC_URI="mirror://ctan/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-tex/tex4ht/tex4ht-20230311_p68735.ebuild b/dev-tex/tex4ht/tex4ht-20230311_p68735.ebuild
index 1715f62..c3a135a 100644
--- a/dev-tex/tex4ht/tex4ht-20230311_p68735.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20230311_p68735.ebuild
@@ -17,14 +17,14 @@ HOMEPAGE="
# TODO: Document how tex4ht-sources-$TEX4HT_SVN_VERSION.tar.xz is generated.
SRC_URI="
https://dev.gentoo.org/~flow/distfiles/texlive/tex4ht-sources-1405.tar.xz
- mirror://ctan/systems/texlive/tlnet/archive/${MY_P_TEXLIVE}
+ https://mirrors.ctan.org/systems/texlive/tlnet/archive/${MY_P_TEXLIVE}
https://dev.gentoo.org/~flow/distfiles/texlive/${MY_P_TEXLIVE}
source? (
- mirror://ctan/systems/texlive/tlnet/archive/${MY_P_TEXLIVE_SRC}
+ https://mirrors.ctan.org/systems/texlive/tlnet/archive/${MY_P_TEXLIVE_SRC}
https://dev.gentoo.org/~flow/distfiles/texlive/${MY_P_TEXLIVE_SRC}
)
doc? (
- mirror://ctan/systems/texlive/tlnet/archive/${MY_P_TEXLIVE_DOC}
+ https://mirrors.ctan.org/systems/texlive/tlnet/archive/${MY_P_TEXLIVE_DOC}
https://dev.gentoo.org/~flow/distfiles/texlive/${MY_P_TEXLIVE_DOC}
)
"
diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass
index 066a8f4..55f3f8d 100644
--- a/eclass/texlive-common.eclass
+++ b/eclass/texlive-common.eclass
@@ -218,7 +218,7 @@ texlive-common_append_to_src_uri() {
done
else
local texlive_ge_2023_devs=( flow )
- local tl_mirror="mirror://ctan/systems/texlive/tlnet/archive/"
+ local tl_mirror="https://mirrors.ctan.org/systems/texlive/tlnet/archive/"
tl_uri=( "${tl_uri[@]/%/.${tl_pkgext}}" )
SRC_URI+=" ${tl_uri[*]/#/${tl_mirror}}"
diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
deleted file mode 100644
index 8d0ab3d..0000000
--- a/profiles/thirdpartymirrors
+++ /dev/null
@@ -1 +0,0 @@
-ctan https://mirrors.ctan.org/ https://ftp.fau.de/ctan/ https://mirror.physik.tu-berlin.de/pub/CTAN/ https://ftp.sun.ac.za/ftp/CTAN/ https://mirror.math.princeton.edu/pub/CTAN/ https://mirrors.sjtug.sjtu.edu.cn/ctan/ https://mirrors.mit.edu/CTAN/ https://tug.ctan.org/