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 1EEC01581D3 for ; Tue, 14 May 2024 15:51:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B76D2E2A20; Tue, 14 May 2024 15:51:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BFF7E2A20 for ; Tue, 14 May 2024 15:51:33 +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 DDD52343011 for ; Tue, 14 May 2024 15:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 350481AD6 for ; Tue, 14 May 2024 15:51:29 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715701007.53a3d05bae7e1f5f5ba83b66f9c87cb5248e277c.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-build/just/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-build/just/just-1.25.2.ebuild dev-build/just/just-1.26.0.ebuild X-VCS-Directories: dev-build/just/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 53a3d05bae7e1f5f5ba83b66f9c87cb5248e277c X-VCS-Branch: master Date: Tue, 14 May 2024 15:51:29 +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: 93c76de9-9f16-4e1d-9b7d-febd0ac44f31 X-Archives-Hash: b7b930b9e61d465a79b5ab3c66fa047e Message-ID: <20240514155129.tdX6_JIV_kaLxRRZ93yLC-2fwZolRRTKTC3ZWkPyHZ4@z> commit: 53a3d05bae7e1f5f5ba83b66f9c87cb5248e277c Author: Julien Roy jroy ca> AuthorDate: Tue May 14 15:36:47 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 15:36:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53a3d05b dev-build/just: fix crate separator for "${P}", update SRC_URI Signed-off-by: Julien Roy jroy.ca> dev-build/just/just-1.25.2.ebuild | 4 ++-- dev-build/just/just-1.26.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-build/just/just-1.25.2.ebuild b/dev-build/just/just-1.25.2.ebuild index 19090f0958..aa0b759dae 100644 --- a/dev-build/just/just-1.25.2.ebuild +++ b/dev-build/just/just-1.25.2.ebuild @@ -144,7 +144,7 @@ CRATES=" windows_x86_64_msvc@0.52.4 yaml-rust@0.4.5 yansi@0.5.1 - ${P} + ${PN}@${PV} " inherit cargo shell-completion toolchain-funcs @@ -155,7 +155,7 @@ HOMEPAGE=" https://crates.io/crates/just https://github.com/casey/just " -SRC_URI="$(cargo_crate_uris ${CRATES})" +SRC_URI="${CARGO_CRATE_URIS}" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense" SLOT="0" diff --git a/dev-build/just/just-1.26.0.ebuild b/dev-build/just/just-1.26.0.ebuild index a28be7b39b..0bcf62b694 100644 --- a/dev-build/just/just-1.26.0.ebuild +++ b/dev-build/just/just-1.26.0.ebuild @@ -144,7 +144,7 @@ CRATES=" windows_x86_64_msvc@0.52.5 winsafe@0.0.19 yansi@0.5.1 - ${P} + ${PN}@${PV} " inherit cargo shell-completion toolchain-funcs @@ -155,7 +155,7 @@ HOMEPAGE=" https://crates.io/crates/just https://github.com/casey/just " -SRC_URI="$(cargo_crate_uris ${CRATES})" +SRC_URI="${CARGO_CRATE_URIS}" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense" SLOT="0"