From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A566E15A7DA for ; Mon, 20 Mar 2023 02:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1E4CE085A; Mon, 20 Mar 2023 02:22:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA716E085A for ; Mon, 20 Mar 2023 02:22:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3768341320 for ; Mon, 20 Mar 2023 02:22:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B018EE for ; Mon, 20 Mar 2023 02:22:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679278899.9e78ac8188a9dfa6d08158636d4bbf05f2bc7efb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild X-VCS-Directories: dev-libs/kpathsea/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9e78ac8188a9dfa6d08158636d4bbf05f2bc7efb X-VCS-Branch: master Date: Mon, 20 Mar 2023 02:22:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9e5dcbc-1f6f-4c5f-866a-28209fd73f4b X-Archives-Hash: 49f675fc41b2dfa41c98ea8ce1d5fc0b commit: 9e78ac8188a9dfa6d08158636d4bbf05f2bc7efb Author: Sam James gentoo org> AuthorDate: Mon Mar 20 02:20:39 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 02:21:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e78ac81 dev-libs/kpathsea: update SRC_URI I've mirrored the files to my devspace now. Closes: https://bugs.gentoo.org/902093 Signed-off-by: Sam James gentoo.org> dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild index 45e773f12628..070d1bdb0646 100644 --- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,8 +9,8 @@ TEXMFD_VERSION="11" DESCRIPTION="Path searching library for TeX-related files" HOMEPAGE="http://tug.org/texlive/" -SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz - https://dev.gentoo.org/~zlogene/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz" +SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz + https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV%_p*}" @@ -24,12 +24,12 @@ EXTRA_TL_MODULES="kpathsea" EXTRA_TL_DOC_MODULES="kpathsea.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} ) "