Gentoo Archives: gentoo-commits

From: Gergely Nagy <ngg@×××.hu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin-common/, dev-dotnet/dotnetcore-sdk-bin/
Date: Mon, 17 Aug 2020 16:26:53
Message-Id: 1597681366.c2d690c5d7626775b81063726befb014267826b4.ngg@gentoo
1 commit: c2d690c5d7626775b81063726befb014267826b4
2 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
3 AuthorDate: Mon Aug 17 16:22:46 2020 +0000
4 Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
5 CommitDate: Mon Aug 17 16:22:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=c2d690c5
7
8 dev-dotnet/dotnetcore-sdk-bin: fix 5.0-pre7
9
10 dotnetcore-sdk-bin-common was not updated to pre7 version, meaning it
11 couldn't work. Also arm and arm64 versions were not added to the common
12 package making it unusable on those archs. If proper support for arm or
13 arm64 is needed, open an issue or PR with both of these packages,
14 preferably on all LTS versions.
15
16 Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
17
18 ....0.100_pre6.ebuild => dotnetcore-sdk-bin-common-5.0.100_pre7.ebuild} | 2 +-
19 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild | 2 --
20 2 files changed, 1 insertion(+), 3 deletions(-)
21
22 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
23 similarity index 93%
24 rename from dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre6.ebuild
25 rename to dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre7.ebuild
26 index 041752a..44f7c21 100644
27 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre6.ebuild
28 +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre7.ebuild
29 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.microsoft.com/net/core"
30 LICENSE="MIT"
31
32 SRC_URI="
33 -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 )
34 +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 )
35 "
36
37 SLOT="0"
38
39 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
40 index 0a2a2cd..21d729b 100644
41 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild
42 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild
43 @@ -11,8 +11,6 @@ LICENSE="MIT"
44
45 SRC_URI="
46 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 )
47 -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 )
48 -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 )
49 "
50
51 SLOT="5.0"