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 A5CD1158094 for ; Wed, 20 Jul 2022 23:11:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19DD1E0B7B; Wed, 20 Jul 2022 23:11:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D7A7CE0B7B for ; Wed, 20 Jul 2022 23:11:47 +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 C5DD4341038 for ; Wed, 20 Jul 2022 23:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ACB67F for ; Wed, 20 Jul 2022 23:11:45 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1658358701.e396408c30767babb730a3b80fb6866d458642a4.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.421.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.408.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.302.ebuild X-VCS-Directories: dev-dotnet/dotnet-sdk-bin/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e396408c30767babb730a3b80fb6866d458642a4 X-VCS-Branch: master Date: Wed, 20 Jul 2022 23:11:45 +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: 4a9cc5d1-43cc-4fc1-b2c2-cec5ae9e2623 X-Archives-Hash: 90bc35825075f54fb941804d24819572 commit: e396408c30767babb730a3b80fb6866d458642a4 Author: Maciej Barć gentoo org> AuthorDate: Wed Jul 20 23:11:02 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Jul 20 23:11:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e396408c dev-dotnet/dotnet-sdk-bin: icu optfeature Closes: https://bugs.gentoo.org/833281 Signed-off-by: Maciej Barć gentoo.org> dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild | 8 ++++++++ dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.421.ebuild | 8 ++++++++ dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild | 8 ++++++++ dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.408.ebuild | 8 ++++++++ dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild | 8 ++++++++ dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.302.ebuild | 8 ++++++++ 6 files changed, 48 insertions(+) diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild index dabeb4bdbf70..595560460cba 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit optfeature + MY_PV="${PV}" DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" @@ -46,3 +48,9 @@ src_install() { doenvd "${T}/90${PN}-${SLOT}" fi } + +pkg_postinst() { + # For bug #833281 Also, MS docs: + # https://docs.microsoft.com/en-us/dotnet/core/runtime-config/globalization + optfeature "globalization support" dev-libs/icu +} diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.421.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.421.ebuild index dabeb4bdbf70..595560460cba 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.421.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.421.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit optfeature + MY_PV="${PV}" DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" @@ -46,3 +48,9 @@ src_install() { doenvd "${T}/90${PN}-${SLOT}" fi } + +pkg_postinst() { + # For bug #833281 Also, MS docs: + # https://docs.microsoft.com/en-us/dotnet/core/runtime-config/globalization + optfeature "globalization support" dev-libs/icu +} diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild index 35084c97d1ab..0a495504107e 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit optfeature + MY_PV="${PV}" DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" @@ -49,3 +51,9 @@ src_install() { doenvd "${T}/90${PN}-${SLOT}" fi } + +pkg_postinst() { + # For bug #833281 Also, MS docs: + # https://docs.microsoft.com/en-us/dotnet/core/runtime-config/globalization + optfeature "globalization support" dev-libs/icu +} diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.408.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.408.ebuild index 35084c97d1ab..0a495504107e 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.408.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.408.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit optfeature + MY_PV="${PV}" DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" @@ -49,3 +51,9 @@ src_install() { doenvd "${T}/90${PN}-${SLOT}" fi } + +pkg_postinst() { + # For bug #833281 Also, MS docs: + # https://docs.microsoft.com/en-us/dotnet/core/runtime-config/globalization + optfeature "globalization support" dev-libs/icu +} diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild index 4a71ab6b42e1..5983f350bfe8 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit optfeature + MY_PV="${PV}" DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" @@ -56,3 +58,9 @@ src_install() { doenvd "${T}/90${PN}-${SLOT}" fi } + +pkg_postinst() { + # For bug #833281 Also, MS docs: + # https://docs.microsoft.com/en-us/dotnet/core/runtime-config/globalization + optfeature "globalization support" dev-libs/icu +} diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.302.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.302.ebuild index 4a71ab6b42e1..5983f350bfe8 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.302.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.302.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit optfeature + MY_PV="${PV}" DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" @@ -56,3 +58,9 @@ src_install() { doenvd "${T}/90${PN}-${SLOT}" fi } + +pkg_postinst() { + # For bug #833281 Also, MS docs: + # https://docs.microsoft.com/en-us/dotnet/core/runtime-config/globalization + optfeature "globalization support" dev-libs/icu +}