commit: c2d690c5d7626775b81063726befb014267826b4 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu> AuthorDate: Mon Aug 17 16:22:46 2020 +0000 Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu> CommitDate: Mon Aug 17 16:22:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=c2d690c5
dev-dotnet/dotnetcore-sdk-bin: fix 5.0-pre7 dotnetcore-sdk-bin-common was not updated to pre7 version, meaning it couldn't work. Also arm and arm64 versions were not added to the common package making it unusable on those archs. If proper support for arm or arm64 is needed, open an issue or PR with both of these packages, preferably on all LTS versions. Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu> ....0.100_pre6.ebuild => dotnetcore-sdk-bin-common-5.0.100_pre7.ebuild} | 2 +- dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre6.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre7.ebuild similarity index 93% rename from dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre6.ebuild rename to dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre7.ebuild index 041752a..44f7c21 100644 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre6.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre7.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.microsoft.com/net/core" LICENSE="MIT" SRC_URI=" -amd64? ( https://download.visualstudio.microsoft.com/download/pr/ec4bba83-4586-4705-a6ae-c648861ca284/d9470c2f68161e3c2b8a0785fe7b3329/dotnet-sdk-5.0.100-preview.6.20318.15-linux-x64.tar.gz ) +amd64? ( https://download.visualstudio.microsoft.com/download/pr/6e9bdda1-72b5-4d2e-8908-be9321b8db26/cbc8ab6c3a1aca2a8dd92e272edd3293/dotnet-sdk-5.0.100-preview.7.20366.6-linux-x64.tar.gz ) " SLOT="0" diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild index 0a2a2cd..21d729b 100644 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild @@ -11,8 +11,6 @@ LICENSE="MIT" SRC_URI=" amd64? ( https://download.visualstudio.microsoft.com/download/pr/6e9bdda1-72b5-4d2e-8908-be9321b8db26/cbc8ab6c3a1aca2a8dd92e272edd3293/dotnet-sdk-5.0.100-preview.7.20366.6-linux-x64.tar.gz ) -arm? ( https://download.visualstudio.microsoft.com/download/pr/20349622-b776-4fa0-a981-adacd7d57b9c/174f26a811b61a11a2132613e27f442a/dotnet-sdk-5.0.100-preview.7.20366.6-linux-arm.tar.gz ) -arm64? ( https://download.visualstudio.microsoft.com/download/pr/a7d933ce-5f1d-4c7b-a388-509ee6ee710c/152fa9acb7ee9cf34d7cb0eeeb36d448/dotnet-sdk-5.0.100-preview.7.20366.6-linux-arm64.tar.gz ) " SLOT="5.0"
