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-tex/bibtexu/
Date: Mon, 20 Mar 2023 02:22:05
Message-Id: 1679278900.afc68769a44e39053ba1b005fb240e00bdcab98c.sam@gentoo
1 commit: afc68769a44e39053ba1b005fb240e00bdcab98c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 02:20:55 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 02:21:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc68769
7
8 dev-tex/bibtexu: 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-tex/bibtexu/bibtexu-3.71_p20210325.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
19 index a5817093cadb..4c31f2a38543 100644
20 --- a/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
21 +++ b/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
22 @@ -1,11 +1,11 @@
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
29 DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity"
30 HOMEPAGE="http://tug.org/texlive/"
31 -SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
32 +SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 @@ -24,12 +24,12 @@ EXTRA_TL_MODULES="bibtex8 bibtexu"
37 EXTRA_TL_DOC_MODULES="bibtex8.doc bibtexu.doc"
38
39 for i in ${EXTRA_TL_MODULES} ; do
40 - SRC_URI="${SRC_URI} https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
41 + SRC_URI="${SRC_URI} https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
42 done
43
44 SRC_URI="${SRC_URI} doc? ( "
45 for i in ${EXTRA_TL_DOC_MODULES} ; do
46 - SRC_URI="${SRC_URI} https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
47 + SRC_URI="${SRC_URI} https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
48 done
49 SRC_URI="${SRC_URI} ) "