diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-01-18 15:08:19 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-01-18 15:08:33 +0100 |
commit | bd35a92372c2bb7d350a592855f228402c5e475d (patch) | |
tree | 146a949648fe4269b5c70be6e9dc49af0dbe7655 /app-text | |
parent | texlive-common.eclass: fix dosym usage (diff) | |
download | tex-overlay-bd35a92372c2bb7d350a592855f228402c5e475d.tar.gz tex-overlay-bd35a92372c2bb7d350a592855f228402c5e475d.tar.bz2 tex-overlay-bd35a92372c2bb7d350a592855f228402c5e475d.zip |
Inline 'ctan' thirdpartymirror
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dvipsk/dvipsk-20230311_p66203.ebuild | 2 | ||||
-rw-r--r-- | app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild | 2 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2023.ebuild | 4 | ||||
-rw-r--r-- | app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild | 2 |
4 files changed, 5 insertions, 5 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" |