Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/
Date: Mon, 20 Mar 2023 02:22:05
Message-Id: 1679278899.9e78ac8188a9dfa6d08158636d4bbf05f2bc7efb.sam@gentoo
1 commit: 9e78ac8188a9dfa6d08158636d4bbf05f2bc7efb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 02:20:39 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 02:21:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e78ac81
7
8 dev-libs/kpathsea: update SRC_URI
9
10 I've mirrored the files to my devspace now.
11
12 Closes: https://bugs.gentoo.org/902093
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild | 10 +++++-----
16 1 file changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
19 index 45e773f12628..070d1bdb0646 100644
20 --- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
21 +++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 +# Copyright 1999-2023 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -9,8 +9,8 @@ TEXMFD_VERSION="11"
29
30 DESCRIPTION="Path searching library for TeX-related files"
31 HOMEPAGE="http://tug.org/texlive/"
32 -SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz
33 - https://dev.gentoo.org/~zlogene/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"
34 +SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz
35 + https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"
36
37 LICENSE="GPL-2"
38 SLOT="0/${PV%_p*}"
39 @@ -24,12 +24,12 @@ EXTRA_TL_MODULES="kpathsea"
40 EXTRA_TL_DOC_MODULES="kpathsea.doc"
41
42 for i in ${EXTRA_TL_MODULES} ; do
43 - SRC_URI="${SRC_URI} https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
44 + SRC_URI="${SRC_URI} https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
45 done
46
47 SRC_URI="${SRC_URI} doc? ( "
48 for i in ${EXTRA_TL_DOC_MODULES} ; do
49 - SRC_URI="${SRC_URI} https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
50 + SRC_URI="${SRC_URI} https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
51 done
52 SRC_URI="${SRC_URI} ) "