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 A00D1158041 for ; Wed, 27 Mar 2024 03:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D60612BC019; Wed, 27 Mar 2024 03:45:58 +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 931722BC019 for ; Wed, 27 Mar 2024 03:45:58 +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 A18AE33BE12 for ; Wed, 27 Mar 2024 03:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1531315B8 for ; Wed, 27 Mar 2024 03:45:56 +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: <1711511139.ec95eaffca8731e4604cacefe2fabc4b814f7a9c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/loong/, profiles/arch/s390/, virtual/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/loong/package.use.mask profiles/arch/s390/package.use.mask virtual/rust/rust-1.71.0-r1.ebuild virtual/rust/rust-1.71.0-r2.ebuild virtual/rust/rust-1.71.1-r1.ebuild virtual/rust/rust-1.71.1-r2.ebuild virtual/rust/rust-1.73.0-r1.ebuild virtual/rust/rust-1.73.0.ebuild virtual/rust/rust-1.74.1-r1.ebuild virtual/rust/rust-1.74.1.ebuild virtual/rust/rust-1.75.0-r1.ebuild virtual/rust/rust-1.75.0.ebuild virtual/rust/rust-1.76.0.ebuild X-VCS-Directories: profiles/arch/s390/ profiles/arch/loong/ virtual/rust/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ec95eaffca8731e4604cacefe2fabc4b814f7a9c X-VCS-Branch: master Date: Wed, 27 Mar 2024 03:45:56 +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: cc1536f9-6b2e-4159-b89f-16bca8d387c4 X-Archives-Hash: ad3be128aa4e70fa37d272403bba5366 commit: ec95eaffca8731e4604cacefe2fabc4b814f7a9c Author: Sam James gentoo org> AuthorDate: Wed Mar 27 03:44:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 27 03:45:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec95eaff virtual/rust: backport USE=profiler This makes life easier for Chromium which we're about to stable. Bug: https://bugs.gentoo.org/923010 Signed-off-by: Sam James gentoo.org> profiles/arch/loong/package.use.mask | 4 ++++ profiles/arch/s390/package.use.mask | 4 ++++ virtual/rust/{rust-1.71.0-r1.ebuild => rust-1.71.0-r2.ebuild} | 8 ++++---- virtual/rust/{rust-1.71.1-r1.ebuild => rust-1.71.1-r2.ebuild} | 8 ++++---- virtual/rust/{rust-1.73.0.ebuild => rust-1.73.0-r1.ebuild} | 8 ++++---- virtual/rust/{rust-1.74.1.ebuild => rust-1.74.1-r1.ebuild} | 6 +++--- virtual/rust/{rust-1.75.0.ebuild => rust-1.75.0-r1.ebuild} | 6 +++--- virtual/rust/rust-1.76.0.ebuild | 2 +- 8 files changed, 27 insertions(+), 19 deletions(-) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 8b3a6e04f5ce..5a4cfa839690 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-03-27) +# No rust-bin available for profiler + (2024-03-27) +# No rust-bin available for profiler +virtual/rust profiler + # Eray Aslan (2024-03-08) # mongodb dependencies are not keyworded mail-mta/postfix mongodb diff --git a/virtual/rust/rust-1.71.0-r1.ebuild b/virtual/rust/rust-1.71.0-r2.ebuild similarity index 70% rename from virtual/rust/rust-1.71.0-r1.ebuild rename to virtual/rust/rust-1.71.0-r2.ebuild index 455f215fcecc..f452208a1d82 100644 --- a/virtual/rust/rust-1.71.0-r1.ebuild +++ b/virtual/rust/rust-1.71.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-16" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.71.1-r1.ebuild b/virtual/rust/rust-1.71.1-r2.ebuild similarity index 69% rename from virtual/rust/rust-1.71.1-r1.ebuild rename to virtual/rust/rust-1.71.1-r2.ebuild index 5641e68236d4..62393a5d36f6 100644 --- a/virtual/rust/rust-1.71.1-r1.ebuild +++ b/virtual/rust/rust-1.71.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-16" KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.73.0.ebuild b/virtual/rust/rust-1.73.0-r1.ebuild similarity index 70% rename from virtual/rust/rust-1.73.0.ebuild rename to virtual/rust/rust-1.73.0-r1.ebuild index 6662fd2eeded..36a81c55f875 100644 --- a/virtual/rust/rust-1.73.0.ebuild +++ b/virtual/rust/rust-1.73.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.74.1.ebuild b/virtual/rust/rust-1.74.1-r1.ebuild similarity index 75% rename from virtual/rust/rust-1.74.1.ebuild rename to virtual/rust/rust-1.74.1-r1.ebuild index 142a357e436a..4e9f43e5561b 100644 --- a/virtual/rust/rust-1.74.1.ebuild +++ b/virtual/rust/rust-1.74.1-r1.ebuild @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.75.0.ebuild b/virtual/rust/rust-1.75.0-r1.ebuild similarity index 75% rename from virtual/rust/rust-1.75.0.ebuild rename to virtual/rust/rust-1.75.0-r1.ebuild index bf56f7a58c9d..4ed48e05d316 100644 --- a/virtual/rust/rust-1.75.0.ebuild +++ b/virtual/rust/rust-1.75.0-r1.ebuild @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.76.0.ebuild b/virtual/rust/rust-1.76.0.ebuild index 187391b93274..2790ab8f7afc 100644 --- a/virtual/rust/rust-1.76.0.ebuild +++ b/virtual/rust/rust-1.76.0.ebuild @@ -14,7 +14,7 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt profiler" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| (