diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-05-15 01:26:05 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-05-15 01:28:59 +0200 |
commit | 5a02060483df1909530d564a4b43659f012023d2 (patch) | |
tree | 65fd3384d07d05d29c813b4af1086976df4a1aea /sys-apps | |
parent | sys-apps/hex: speed up cargo SRC_URI generation (diff) | |
download | guru-5a02060483df1909530d564a4b43659f012023d2.tar.gz guru-5a02060483df1909530d564a4b43659f012023d2.tar.bz2 guru-5a02060483df1909530d564a4b43659f012023d2.zip |
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 <watermanpaint@posteo.net>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hex/hex-0.4.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/hex/hex-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hex/hex-0.6.0.ebuild | 2 |
3 files changed, 1 insertions, 7 deletions
diff --git a/sys-apps/hex/hex-0.4.2.ebuild b/sys-apps/hex/hex-0.4.2.ebuild index 4b765bcc5..26b759365 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 888db8eae..381f4a390 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 04ee5d2ad..cf21b951a 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" |