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 CE189158030 for ; Tue, 28 Feb 2023 10:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B1CEE05C1; Tue, 28 Feb 2023 10:48:00 +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 0717CE05C1 for ; Tue, 28 Feb 2023 10:48:00 +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 3B8DD340D39 for ; Tue, 28 Feb 2023 10:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7FBA75 for ; Tue, 28 Feb 2023 10:47:56 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1677581263.a20cfd13e6d1730e14576ea02e412e38d34135ee.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.26.08.ebuild sci-physics/root/root-6.26.9999.ebuild sci-physics/root/root-6.28.00.ebuild sci-physics/root/root-6.28.9999.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: a20cfd13e6d1730e14576ea02e412e38d34135ee X-VCS-Branch: master Date: Tue, 28 Feb 2023 10:47: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: eacd681f-a19c-44a3-b2e3-41bca773c3b0 X-Archives-Hash: 56bbf2f23ac8861ba764f04e506c120d commit: a20cfd13e6d1730e14576ea02e412e38d34135ee Author: Guilherme Amadio gentoo org> AuthorDate: Tue Feb 28 10:44:13 2023 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Feb 28 10:47:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20cfd13 sci-physics/root: rely on MYCMAKEARGS from cmake.eclass Closes: https://bugs.gentoo.org/897900 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-6.26.08.ebuild | 5 ++--- sci-physics/root/root-6.26.9999.ebuild | 5 ++--- sci-physics/root/root-6.28.00.ebuild | 5 ++--- sci-physics/root/root-6.28.9999.ebuild | 5 ++--- sci-physics/root/root-9999.ebuild | 5 ++--- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/sci-physics/root/root-6.26.08.ebuild b/sci-physics/root/root-6.26.08.ebuild index ec8f9983775c..c83e19af3636 100644 --- a/sci-physics/root/root-6.26.08.ebuild +++ b/sci-physics/root/root-6.26.08.ebuild @@ -139,9 +139,9 @@ pkg_setup() { use python && python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." - elog "You can use the environment variable EXTRA_ECONF to enable" + elog "You can use the environment variable MYCMAKEARGS to enable" elog "these packages. For example, for Vdt you would set:" - elog "EXTRA_ECONF=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" + elog "MYCMAKEARGS=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" } src_prepare() { @@ -290,7 +290,6 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - "${EXTRA_ECONF}" ) cmake_src_configure diff --git a/sci-physics/root/root-6.26.9999.ebuild b/sci-physics/root/root-6.26.9999.ebuild index ec8f9983775c..c83e19af3636 100644 --- a/sci-physics/root/root-6.26.9999.ebuild +++ b/sci-physics/root/root-6.26.9999.ebuild @@ -139,9 +139,9 @@ pkg_setup() { use python && python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." - elog "You can use the environment variable EXTRA_ECONF to enable" + elog "You can use the environment variable MYCMAKEARGS to enable" elog "these packages. For example, for Vdt you would set:" - elog "EXTRA_ECONF=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" + elog "MYCMAKEARGS=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" } src_prepare() { @@ -290,7 +290,6 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - "${EXTRA_ECONF}" ) cmake_src_configure diff --git a/sci-physics/root/root-6.28.00.ebuild b/sci-physics/root/root-6.28.00.ebuild index e25434a11de7..473a60acd759 100644 --- a/sci-physics/root/root-6.28.00.ebuild +++ b/sci-physics/root/root-6.28.00.ebuild @@ -143,9 +143,9 @@ pkg_setup() { use python && python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." - elog "You can use the environment variable EXTRA_ECONF to enable" + elog "You can use the environment variable MYCMAKEARGS to enable" elog "these packages. For example, for Vdt you would set:" - elog "EXTRA_ECONF=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" + elog "MYCMAKEARGS=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" } src_prepare() { @@ -307,7 +307,6 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - "${EXTRA_ECONF}" ) # Needs to be here, otherwise gets overriden by cmake.eclass diff --git a/sci-physics/root/root-6.28.9999.ebuild b/sci-physics/root/root-6.28.9999.ebuild index e25434a11de7..473a60acd759 100644 --- a/sci-physics/root/root-6.28.9999.ebuild +++ b/sci-physics/root/root-6.28.9999.ebuild @@ -143,9 +143,9 @@ pkg_setup() { use python && python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." - elog "You can use the environment variable EXTRA_ECONF to enable" + elog "You can use the environment variable MYCMAKEARGS to enable" elog "these packages. For example, for Vdt you would set:" - elog "EXTRA_ECONF=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" + elog "MYCMAKEARGS=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" } src_prepare() { @@ -307,7 +307,6 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - "${EXTRA_ECONF}" ) # Needs to be here, otherwise gets overriden by cmake.eclass diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index e25434a11de7..473a60acd759 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -143,9 +143,9 @@ pkg_setup() { use python && python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." - elog "You can use the environment variable EXTRA_ECONF to enable" + elog "You can use the environment variable MYCMAKEARGS to enable" elog "these packages. For example, for Vdt you would set:" - elog "EXTRA_ECONF=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" + elog "MYCMAKEARGS=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" } src_prepare() { @@ -307,7 +307,6 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - "${EXTRA_ECONF}" ) # Needs to be here, otherwise gets overriden by cmake.eclass