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 5CBD215815E for ; Thu, 1 Feb 2024 13:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA022BC020; Thu, 1 Feb 2024 13:22:37 +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 0E8812BC020 for ; Thu, 1 Feb 2024 13:22:37 +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 C8CA7343221 for ; Thu, 1 Feb 2024 13:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FFF713AA for ; Thu, 1 Feb 2024 13:22:34 +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: <1706793750.aa2a28c1618b04e5d1cde61f3fe7ddc8328fe5bd.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-6.0.417-r3.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.417-r4.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.404-r3.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.404-r4.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.100-r3.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.100-r4.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101-r2.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101-r3.ebuild X-VCS-Directories: dev-dotnet/dotnet-sdk-bin/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: aa2a28c1618b04e5d1cde61f3fe7ddc8328fe5bd X-VCS-Branch: master Date: Thu, 1 Feb 2024 13:22:34 +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: 9fe16123-41d1-4690-9d31-b02799878d64 X-Archives-Hash: e287dd14f6d237ead1fc044c466cc09a commit: aa2a28c1618b04e5d1cde61f3fe7ddc8328fe5bd Author: Maciej Barć gentoo org> AuthorDate: Thu Feb 1 13:14:00 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Feb 1 13:22:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2a28c1 dev-dotnet/dotnet-sdk-bin: do not strip any binaries Bug: https://bugs.gentoo.org/923430 Signed-off-by: Maciej Barć gentoo.org> ...dk-bin-6.0.417-r3.ebuild => dotnet-sdk-bin-6.0.417-r4.ebuild} | 9 ++++----- ...dk-bin-7.0.404-r3.ebuild => dotnet-sdk-bin-7.0.404-r4.ebuild} | 9 ++++----- ...dk-bin-8.0.100-r3.ebuild => dotnet-sdk-bin-8.0.100-r4.ebuild} | 9 ++++----- ...dk-bin-8.0.101-r2.ebuild => dotnet-sdk-bin-8.0.101-r3.ebuild} | 9 ++++----- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.417-r3.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.417-r4.ebuild similarity index 95% rename from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.417-r3.ebuild rename to dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.417-r4.ebuild index 11eef21196e3..0714019b2155 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.417-r3.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.417-r4.ebuild @@ -28,7 +28,10 @@ SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" LICENSE="MIT" KEYWORDS="amd64 arm arm64" -RESTRICT="splitdebug" + +# STRIP="llvm-strip" corrupts some executables when using the patchelf hack, +# bug https://bugs.gentoo.org/923430 +RESTRICT="splitdebug strip" RDEPEND=" app-crypt/mit-krb5:0/0 @@ -131,10 +134,6 @@ src_install() { fperms 0755 "/${dest}" dosym "../../${dest}/dotnet" "/usr/bin/dotnet-bin-${SDK_SLOT}" - - # STRIP="llvm-strip" corrupts some executables when using the patchelf hack, - # bug https://bugs.gentoo.org/923430 - dostrip -x "/${dest}/dotnet" } pkg_postinst() { diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.404-r3.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.404-r4.ebuild similarity index 95% rename from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.404-r3.ebuild rename to dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.404-r4.ebuild index fec8f0f1835d..3e3f048ac1ab 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.404-r3.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.404-r4.ebuild @@ -28,7 +28,10 @@ SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" LICENSE="MIT" KEYWORDS="amd64 arm arm64" -RESTRICT="splitdebug" + +# STRIP="llvm-strip" corrupts some executables when using the patchelf hack, +# bug https://bugs.gentoo.org/923430 +RESTRICT="splitdebug strip" RDEPEND=" app-crypt/mit-krb5:0/0 @@ -132,10 +135,6 @@ src_install() { fperms 0755 "/${dest}" dosym "../../${dest}/dotnet" "/usr/bin/dotnet-bin-${SDK_SLOT}" - - # STRIP="llvm-strip" corrupts some executables when using the patchelf hack, - # bug https://bugs.gentoo.org/923430 - dostrip -x "/${dest}/dotnet" } pkg_postinst() { diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.100-r3.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.100-r4.ebuild similarity index 95% rename from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.100-r3.ebuild rename to dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.100-r4.ebuild index e2e720b4af62..06710163ef35 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.100-r3.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.100-r4.ebuild @@ -28,7 +28,10 @@ SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" LICENSE="MIT" KEYWORDS="amd64 arm arm64" -RESTRICT="splitdebug" + +# STRIP="llvm-strip" corrupts some executables when using the patchelf hack, +# bug https://bugs.gentoo.org/923430 +RESTRICT="splitdebug strip" RDEPEND=" app-crypt/mit-krb5:0/0 @@ -133,10 +136,6 @@ src_install() { fperms 0755 "/${dest}" dosym "../../${dest}/dotnet" "/usr/bin/dotnet-bin-${SDK_SLOT}" - - # STRIP="llvm-strip" corrupts some executables when using the patchelf hack, - # bug https://bugs.gentoo.org/923430 - dostrip -x "/${dest}/dotnet" } pkg_postinst() { diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101-r2.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101-r3.ebuild similarity index 95% rename from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101-r2.ebuild rename to dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101-r3.ebuild index b4bdad035971..81675d234044 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101-r2.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101-r3.ebuild @@ -28,7 +28,10 @@ SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" LICENSE="MIT" KEYWORDS="~amd64 ~arm ~arm64" -RESTRICT="splitdebug" + +# STRIP="llvm-strip" corrupts some executables when using the patchelf hack, +# bug https://bugs.gentoo.org/923430 +RESTRICT="splitdebug strip" RDEPEND=" app-crypt/mit-krb5:0/0 @@ -133,10 +136,6 @@ src_install() { fperms 0755 "/${dest}" dosym "../../${dest}/dotnet" "/usr/bin/dotnet-bin-${SDK_SLOT}" - - # STRIP="llvm-strip" corrupts some executables when using the patchelf hack, - # bug https://bugs.gentoo.org/923430 - dostrip -x "/${dest}/dotnet" } pkg_postinst() {