summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-20 02:20:55 +0000
committerSam James <sam@gentoo.org>2023-03-20 02:21:40 +0000
commitafc68769a44e39053ba1b005fb240e00bdcab98c (patch)
tree4642d568ec92b5dfd02e26458351e51acb26f9c5 /dev-tex/bibtexu
parentdev-libs/kpathsea: update SRC_URI (diff)
downloadgentoo-afc68769a44e39053ba1b005fb240e00bdcab98c.tar.gz
gentoo-afc68769a44e39053ba1b005fb240e00bdcab98c.tar.bz2
gentoo-afc68769a44e39053ba1b005fb240e00bdcab98c.zip
dev-tex/bibtexu: update SRC_URI
I've mirrored the files to my devspace now. Closes: https://bugs.gentoo.org/902093 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tex/bibtexu')
-rw-r--r--dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
index a5817093cadb..4c31f2a38543 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity"
HOMEPAGE="http://tug.org/texlive/"
-SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
+SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -24,12 +24,12 @@ EXTRA_TL_MODULES="bibtex8 bibtexu"
EXTRA_TL_DOC_MODULES="bibtex8.doc bibtexu.doc"
for i in ${EXTRA_TL_MODULES} ; do
- SRC_URI="${SRC_URI} https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
+ SRC_URI="${SRC_URI} https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
done
SRC_URI="${SRC_URI} doc? ( "
for i in ${EXTRA_TL_DOC_MODULES} ; do
- SRC_URI="${SRC_URI} https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
+ SRC_URI="${SRC_URI} https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz"
done
SRC_URI="${SRC_URI} ) "