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 5568B15802E for ; Mon, 1 Jul 2024 16:02:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA222BC01B; Mon, 1 Jul 2024 16:02:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6C9882BC01B for ; Mon, 1 Jul 2024 16:02:47 +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 7B7B5343016 for ; Mon, 1 Jul 2024 16:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14B8215F7 for ; Mon, 1 Jul 2024 16:02:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1719849745.977d2cf00bedf9987308b9f2cc7639b23e5bc8b0.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miscfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/miscfiles/miscfiles-1.5-r4.ebuild X-VCS-Directories: sys-apps/miscfiles/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 977d2cf00bedf9987308b9f2cc7639b23e5bc8b0 X-VCS-Branch: master Date: Mon, 1 Jul 2024 16:02:45 +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: b6f399c8-e813-481e-8a44-38effaec2f7c X-Archives-Hash: 498e74ec476de88ba414ec0dd98b4544 commit: 977d2cf00bedf9987308b9f2cc7639b23e5bc8b0 Author: Mike Gilbert gentoo org> AuthorDate: Mon Jul 1 16:02:25 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Jul 1 16:02:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977d2cf0 sys-apps/miscfiles: update SRC_URI Signed-off-by: Mike Gilbert gentoo.org> sys-apps/miscfiles/miscfiles-1.5-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/miscfiles/miscfiles-1.5-r4.ebuild b/sys-apps/miscfiles/miscfiles-1.5-r4.ebuild index c48a35e67dc0..13a9044a1b55 100644 --- a/sys-apps/miscfiles/miscfiles-1.5-r4.ebuild +++ b/sys-apps/miscfiles/miscfiles-1.5-r4.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Miscellaneous files" HOMEPAGE="https://savannah.gnu.org/projects/miscfiles/" # https://www.unicode.org/Public/${UNI_PV}/ucd/UnicodeData.txt SRC_URI="mirror://gnu/miscfiles/${P}.tar.gz - https://distfiles.gentoo.org/distfiles/0b/UnicodeData-${UNI_PV}.txt.xz" + mirror://gentoo/0b/UnicodeData-${UNI_PV}.txt.xz" LICENSE="GPL-2 unicode" SLOT="0"