public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: xgqt@gentoo.org
To: gentoo-dev@lists.gentoo.org
Cc: dotnet@gentoo.org, "Maciej Barć" <xgqt@gentoo.org>
Subject: [gentoo-dev] [PATCH 2/2] dev-dotnet/dotnet-sdk: use DOTNET_VERBOSITY, like the dotnet-pkg-base eclass
Date: Tue,  7 Jan 2025 18:25:37 +0100	[thread overview]
Message-ID: <20250107172550.62144-2-xgqt@gentoo.org> (raw)
In-Reply-To: <20250107172550.62144-1-xgqt@gentoo.org>

From: Maciej Barć <xgqt@gentoo.org>

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
---
 dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild | 6 +++---
 dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild
index e275af4d57..6cb26506ce 100644
--- a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild
+++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Pre-build (and distribution preparation)
@@ -15,7 +15,7 @@
 # Build ("src_compile")
 # To learn about arguments that are passed to the "build.sh" script see:
 # https://github.com/dotnet/source-build/discussions/4082
-# User variable: GENTOO_DOTNET_BUILD_VERBOSITY - set other verbosity log level.
+# User variable: DOTNET_VERBOSITY - set other verbosity log level.
 
 EAPI=8
 
@@ -199,7 +199,7 @@ src_compile() {
 
 	# The "source_repository" should always be the same.
 	local source_repository="https://github.com/dotnet/dotnet"
-	local verbosity="${GENTOO_DOTNET_BUILD_VERBOSITY:-minimal}"
+	local verbosity="${DOTNET_VERBOSITY:-minimal}"
 
 	ebegin "Building the .NET SDK ${SDK_SLOT}"
 	local -a buildopts=(
diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild
index d5bce67a81..5067599f96 100644
--- a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild
+++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Pre-build (and distribution preparation)
@@ -15,7 +15,7 @@
 # Build ("src_compile")
 # To learn about arguments that are passed to the "build.sh" script see:
 # https://github.com/dotnet/source-build/discussions/4082
-# User variable: GENTOO_DOTNET_BUILD_VERBOSITY - set other verbosity log level.
+# User variable: DOTNET_VERBOSITY - set other verbosity log level.
 
 EAPI=8
 
@@ -245,7 +245,7 @@ src_compile() {
 
 	# The "source_repository" should always be the same.
 	local source_repository="https://github.com/dotnet/dotnet"
-	local verbosity="${GENTOO_DOTNET_BUILD_VERBOSITY:-minimal}"
+	local verbosity="${DOTNET_VERBOSITY:-minimal}"
 
 	ebegin "Building the .NET SDK ${SDK_SLOT}"
 	local -a buildopts=(
-- 
2.45.2



      reply	other threads:[~2025-01-07 17:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-07 17:25 [gentoo-dev] [PATCH 1/2] eclass/dotnet-pkg-base.eclass: add DOTNET_VERBOSITY user variable xgqt
2025-01-07 17:25 ` xgqt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250107172550.62144-2-xgqt@gentoo.org \
    --to=xgqt@gentoo.org \
    --cc=dotnet@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox