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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91608158042 for ; Sat, 9 Nov 2024 07:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4173E087D; Sat, 9 Nov 2024 07:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7552AE087D for ; Sat, 9 Nov 2024 07:54:45 +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 6D76E33BEE9 for ; Sat, 9 Nov 2024 07:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC0AB197F for ; Sat, 9 Nov 2024 07:54:41 +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: <1731138747.bbfb4b4d29b372977ccd8e757ef7bc71b99a26e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-6.5.3-r2.ebuild dev-vcs/mercurial/mercurial-6.6.2-r2.ebuild dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild dev-vcs/mercurial/mercurial-6.8.1-r1.ebuild dev-vcs/mercurial/mercurial-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbfb4b4d29b372977ccd8e757ef7bc71b99a26e9 X-VCS-Branch: master Date: Sat, 9 Nov 2024 07:54:41 +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: 681a0915-d3ce-4276-8ff9-bcef6f0e75ec X-Archives-Hash: 99b7eb79725178ddf67fb495d9a8c9dc commit: bbfb4b4d29b372977ccd8e757ef7bc71b99a26e9 Author: Sam James gentoo org> AuthorDate: Sat Nov 9 07:52:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 9 07:52:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfb4b4d dev-vcs/mercurial: only call rust_pkg_setup w/ USE=rust Signed-off-by: Sam James gentoo.org> dev-vcs/mercurial/mercurial-6.5.3-r2.ebuild | 4 ++++ dev-vcs/mercurial/mercurial-6.6.2-r2.ebuild | 4 ++++ dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild | 4 ++++ dev-vcs/mercurial/mercurial-6.8.1-r1.ebuild | 4 ++++ dev-vcs/mercurial/mercurial-9999.ebuild | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/dev-vcs/mercurial/mercurial-6.5.3-r2.ebuild b/dev-vcs/mercurial/mercurial-6.5.3-r2.ebuild index 969e0594fd27..933cf0197caa 100644 --- a/dev-vcs/mercurial/mercurial-6.5.3-r2.ebuild +++ b/dev-vcs/mercurial/mercurial-6.5.3-r2.ebuild @@ -197,6 +197,10 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/python3.12.patch" ) +pkg_setup() { + use rust && rust_pkg_setup +} + src_unpack() { default_src_unpack if use rust; then diff --git a/dev-vcs/mercurial/mercurial-6.6.2-r2.ebuild b/dev-vcs/mercurial/mercurial-6.6.2-r2.ebuild index 9ee1dc0cfb34..5d8b7b8bc699 100644 --- a/dev-vcs/mercurial/mercurial-6.6.2-r2.ebuild +++ b/dev-vcs/mercurial/mercurial-6.6.2-r2.ebuild @@ -207,6 +207,10 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/python3.12.patch" ) +pkg_setup() { + use rust && rust_pkg_setup +} + src_unpack() { default_src_unpack if use rust; then diff --git a/dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild b/dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild index f68c7388f014..5654ea2bc44d 100644 --- a/dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild +++ b/dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild @@ -218,6 +218,10 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/python3.12.patch" ) +pkg_setup() { + use rust && rust_pkg_setup +} + src_unpack() { default_src_unpack if use rust; then diff --git a/dev-vcs/mercurial/mercurial-6.8.1-r1.ebuild b/dev-vcs/mercurial/mercurial-6.8.1-r1.ebuild index 2e09a308c5df..5673dd914f40 100644 --- a/dev-vcs/mercurial/mercurial-6.8.1-r1.ebuild +++ b/dev-vcs/mercurial/mercurial-6.8.1-r1.ebuild @@ -234,6 +234,10 @@ SITEFILE="70${PN}-gentoo.el" RESTRICT="!test? ( test )" +pkg_setup() { + use rust && rust_pkg_setup +} + src_unpack() { default_src_unpack if use rust; then diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 3d26e755559c..df6dbbf2a3de 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -41,6 +41,10 @@ SITEFILE="70${PN}-gentoo.el" RESTRICT="!test? ( test )" +pkg_setup() { + use rust && rust_pkg_setup +} + src_unpack() { mercurial_src_unpack if use rust; then