Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin/
Date: Tue, 04 Aug 2020 09:52:59
Message-Id: 1596534331.0d883d2b54f5e12677a439004d3f6b58f83bc722.cynede@gentoo
1 commit: 0d883d2b54f5e12677a439004d3f6b58f83bc722
2 Author: Michael L <mike <AT> michaellawrenceit <DOT> com>
3 AuthorDate: Tue Aug 4 01:01:14 2020 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 09:45:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=0d883d2b
7
8 Update and rename dotnetcore-sdk-bin-5.0.100_pre6.ebuild to dotnetcore-sdk-bin-5.0.100_pre7.ebuild
9
10 http://gpo.zugaina.org/AJAX/Ebuild/52583204 Overlay: tresorit newer.
11 https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.100-preview.7-linux-x64-binaries , arm/arm64 appended.
12 Closes: https://github.com/gentoo/dotnet/pull/477
13 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
14
15 ...bin-5.0.100_pre6.ebuild => dotnetcore-sdk-bin-5.0.100_pre7.ebuild} | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre6.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild
19 similarity index 78%
20 rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre6.ebuild
21 rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild
22 index 49a92c6..0a2a2cd 100644
23 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre6.ebuild
24 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre7.ebuild
25 @@ -10,7 +10,9 @@ HOMEPAGE="https://www.microsoft.com/net/core"
26 LICENSE="MIT"
27
28 SRC_URI="
29 -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 )
30 +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 )
31 +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 )
32 +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 )
33 "
34
35 SLOT="5.0"