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 610241581D3 for ; Tue, 14 May 2024 23:30:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 749DBE2A17; Tue, 14 May 2024 23:30:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 58AD8E2A17 for ; Tue, 14 May 2024 23:30:20 +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 365F2340775 for ; Tue, 14 May 2024 23:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B4351AC6 for ; Tue, 14 May 2024 23:30:18 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1715729339.5a02060483df1909530d564a4b43659f012023d2.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/hex/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/hex/hex-0.4.2.ebuild sys-apps/hex/hex-0.5.0.ebuild sys-apps/hex/hex-0.6.0.ebuild X-VCS-Directories: sys-apps/hex/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 5a02060483df1909530d564a4b43659f012023d2 X-VCS-Branch: dev Date: Tue, 14 May 2024 23:30:18 +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: 4148b2c6-4f54-4996-a687-7ba352129a41 X-Archives-Hash: 9563e168c3100e71c16c4ff9806fd636 commit: 5a02060483df1909530d564a4b43659f012023d2 Author: Lucio Sauer posteo net> AuthorDate: Tue May 14 23:26:05 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Tue May 14 23:28:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a020604 sys-apps/hex: remove incorrect RESTRICT=mirror >From the PMS: > mirror > The package’s SRC_URI entries may not be mirrored, and > mirrors should not be checked when fetching. The crate dependencies may very well be mirrored, judging by their licenses. To fetch distfiles from their original locations immediately, set `GENTOO_MIRRORS=`. https://devmanual.gentoo.org/general-concepts/manifest/#generating-the-manifest Signed-off-by: Lucio Sauer posteo.net> sys-apps/hex/hex-0.4.2.ebuild | 2 -- sys-apps/hex/hex-0.5.0.ebuild | 4 +--- sys-apps/hex/hex-0.6.0.ebuild | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/sys-apps/hex/hex-0.4.2.ebuild b/sys-apps/hex/hex-0.4.2.ebuild index 4b765bcc50..26b759365f 100644 --- a/sys-apps/hex/hex-0.4.2.ebuild +++ b/sys-apps/hex/hex-0.4.2.ebuild @@ -40,8 +40,6 @@ HOMEPAGE="https://github.com/sitkevij/hex" SRC_URI="https://github.com/sitkevij/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} " -# Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored. -RESTRICT="mirror" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/sys-apps/hex/hex-0.5.0.ebuild b/sys-apps/hex/hex-0.5.0.ebuild index 888db8eae7..381f4a390f 100644 --- a/sys-apps/hex/hex-0.5.0.ebuild +++ b/sys-apps/hex/hex-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.5.4-r1 @@ -74,8 +74,6 @@ DESCRIPTION="Futuristic take on hexdump" HOMEPAGE="https://github.com/sitkevij/hex" SRC_URI="https://github.com/sitkevij/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" ${CARGO_CRATE_URIS}" -# Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored. -RESTRICT="mirror" LICENSE="Apache-2.0 MIT Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/sys-apps/hex/hex-0.6.0.ebuild b/sys-apps/hex/hex-0.6.0.ebuild index 04ee5d2add..cf21b951a0 100644 --- a/sys-apps/hex/hex-0.6.0.ebuild +++ b/sys-apps/hex/hex-0.6.0.ebuild @@ -71,8 +71,6 @@ HOMEPAGE="https://github.com/sitkevij/hex" SRC_URI="https://github.com/sitkevij/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" ${CARGO_CRATE_URIS}" -# Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored. -RESTRICT="mirror" LICENSE="Apache-2.0 MIT Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64 ~x86"