commit:     0da9b5d31a3935f0027ae3e5fa15c6ba3bd18907
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Tue Nov 28 14:52:15 2023 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Tue Nov 28 14:52:15 2023 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=0da9b5d3

fix texlive-*-source SRC_URI

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 app-text/dvipsk/dvipsk-20230311_p66203.ebuild     | 2 +-
 app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild       | 2 +-
 app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild     | 2 +-
 dev-libs/kpathsea/kpathsea-6.3.5_p20230311.ebuild | 2 +-
 dev-libs/ptexenc/ptexenc-1.4.3_p20230311.ebuild   | 2 +-
 dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/dvipsk/dvipsk-20230311_p66203.ebuild 
b/app-text/dvipsk/dvipsk-20230311_p66203.ebuild
index fe54216..d043d44 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/Source/texlive-${TL_VERSION}-source.tar.xz"
+SRC_URI="mirror://ctan/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 b8ff0cf..50ae0af 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/Source//texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="mirror://ctan/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
 S="${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk"
 
 LICENSE="MIT"

diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild 
b/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild
index faf677d..61aae0e 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/Source//texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="mirror://ctan/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 79728e9..8c5de73 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/Source/${MY_SOURCE_FILE}
+       mirror://ctan/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 ef2201a..af23f06 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/Source//texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="mirror://ctan/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 41b3e11..e113f35 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/Source/texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="mirror://ctan/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"

Reply via email to