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/ptexenc/
Date: Mon, 20 Mar 2023 02:22:04
Message-Id: 1679278899.cd5eee7abf4c9a236f3834ea8f0e751b18dd8384.sam@gentoo
1 commit: cd5eee7abf4c9a236f3834ea8f0e751b18dd8384
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 02:20:23 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=cd5eee7a
7
8 dev-libs/ptexenc: 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/ptexenc/ptexenc-1.3.9_p20210325-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/ptexenc/ptexenc-1.3.9_p20210325-r1.ebuild b/dev-libs/ptexenc/ptexenc-1.3.9_p20210325-r1.ebuild
19 index f3313148fcb3..176d2c975430 100644
20 --- a/dev-libs/ptexenc/ptexenc-1.3.9_p20210325-r1.ebuild
21 +++ b/dev-libs/ptexenc/ptexenc-1.3.9_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 @@ -7,7 +7,7 @@ inherit libtool
29
30 DESCRIPTION="Library for Japanese pTeX providing a better way of handling character encodings"
31 HOMEPAGE="http://tutimura.ath.cx/ptexlive/?ptexenc"
32 -SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
33 +SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
34 S="${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}"
35
36 LICENSE="BSD"