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 D03F215A7DA for ; Mon, 20 Mar 2023 02:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A083CE0837; Mon, 20 Mar 2023 02:22:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22EBBE0825 for ; Mon, 20 Mar 2023 02:22:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFF4D3412E9 for ; Mon, 20 Mar 2023 02:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B70A8EB 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: <1679278896.99a809f3c10c693f1e9522d25ddb349d75c88151.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ttf2pk2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild X-VCS-Directories: app-text/ttf2pk2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99a809f3c10c693f1e9522d25ddb349d75c88151 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: 9b0d97bc-8e6e-4935-b066-fca885ff18e8 X-Archives-Hash: 1aa5c081203b89397f5a211703d872f1 commit: 99a809f3c10c693f1e9522d25ddb349d75c88151 Author: Sam James gentoo org> AuthorDate: Mon Mar 20 02:19:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 02:21:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a809f3 app-text/ttf2pk2: 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> app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild index 2508e29afbae..249b1db56776 100644 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild +++ b/app-text/ttf2pk2/ttf2pk2-2.0_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="Freetype 2 based TrueType font to TeX's PK format converter" HOMEPAGE="http://tug.org/texlive/" -SRC_URI="https://dev.gentoo.org/~zlogene/texlive/texlive-${PV#*_p}-source.tar.xz" +SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/texlive/texlive-${PV#*_p}-source.tar.xz" LICENSE="GPL-2" SLOT="0"