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 /dev-tex | |
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 'dev-tex')
-rw-r--r-- | dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild | 2 | ||||
-rw-r--r-- | dev-tex/tex4ht/tex4ht-20230311_p68735.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
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} ) " |