commit:     0a2e14234c1503a00c9d18d5f9f86261c083118c
Author:     Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Mon Mar 16 23:27:22 2020 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 10:04:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=0a2e1423

dotnetcore-sdk-bin(-common): add .NET 5.0 Preview 4

Closes: https://github.com/gentoo/dotnet/pull/470
Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>

 .../dotnetcore-sdk-bin-common-3.0.103.ebuild                        | 2 +-
 .../dotnetcore-sdk-bin-common-3.1.300.ebuild                        | 2 +-
 ...3.0.103.ebuild => dotnetcore-sdk-bin-common-5.0.100_pre4.ebuild} | 4 ++--
 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild     | 2 +-
 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild     | 2 +-
 ...dk-bin-3.0.103.ebuild => dotnetcore-sdk-bin-5.0.100_pre4.ebuild} | 6 +++---
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
index b86b25c..6a74787 100644
--- 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
+++ 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
        # For current .NET Core versions, all the directories contain versioned 
files,
        # but the top-level files (the dotnet binary for example) are shared 
between versions,
        # and those are backward-compatible.
-       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between 3.0 and 3.1.
+       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between >=3.0 versions.
        # These common files are installed by the non-slotted 
dev-dotnet/dotnetcore-sdk-bin-common
        # package, while the directories are installed by 
dev-dotnet/dotnetcore-sdk-bin which uses
        # slots depending on major .NET Core version.

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.300.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.300.ebuild
index 0370e25..964e925 100644
--- 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.300.ebuild
+++ 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.300.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
        # For current .NET Core versions, all the directories contain versioned 
files,
        # but the top-level files (the dotnet binary for example) are shared 
between versions,
        # and those are backward-compatible.
-       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between 3.0 and 3.1.
+       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between >=3.0 versions.
        # These common files are installed by the non-slotted 
dev-dotnet/dotnetcore-sdk-bin-common
        # package, while the directories are installed by 
dev-dotnet/dotnetcore-sdk-bin which uses
        # slots depending on major .NET Core version.

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre4.ebuild
similarity index 91%
copy from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
copy to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre4.ebuild
index b86b25c..42d25da 100644
--- 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
+++ 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.microsoft.com/net/core";
 LICENSE="MIT"
 
 SRC_URI="
-amd64? ( 
https://download.visualstudio.microsoft.com/download/pr/43f3a3bd-3df2-41e6-beca-3ec4952ca6c4/30fe7779249607d1bb3bb4b20d61a479/dotnet-sdk-${PV}-linux-x64.tar.gz
 )
+amd64? ( 
https://download.visualstudio.microsoft.com/download/pr/473651e3-55d5-4e7c-b255-2cbe11358eea/6b6f33d86ee00720b36a7c34200f4d0c/dotnet-sdk-5.0.100-preview.4.20258.7-linux-x64.tar.gz
 )
 "
 
 SLOT="0"
@@ -34,7 +34,7 @@ src_prepare() {
        # For current .NET Core versions, all the directories contain versioned 
files,
        # but the top-level files (the dotnet binary for example) are shared 
between versions,
        # and those are backward-compatible.
-       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between 3.0 and 3.1.
+       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between >=3.0 versions.
        # These common files are installed by the non-slotted 
dev-dotnet/dotnetcore-sdk-bin-common
        # package, while the directories are installed by 
dev-dotnet/dotnetcore-sdk-bin which uses
        # slots depending on major .NET Core version.

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
index 47d2e18..6f84224 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
        # For current .NET Core versions, all the directories contain versioned 
files,
        # but the top-level files (the dotnet binary for example) are shared 
between versions,
        # and those are backward-compatible.
-       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between 3.0 and 3.1.
+       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between >=3.0 versions.
        # These common files are installed by the non-slotted 
dev-dotnet/dotnetcore-sdk-bin-common
        # package, while the directories are installed by 
dev-dotnet/dotnetcore-sdk-bin which uses
        # slots depending on major .NET Core version.

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild
index 73ff1e9..3605df5 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
        # For current .NET Core versions, all the directories contain versioned 
files,
        # but the top-level files (the dotnet binary for example) are shared 
between versions,
        # and those are backward-compatible.
-       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between 3.0 and 3.1.
+       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between >=3.0 versions.
        # These common files are installed by the non-slotted 
dev-dotnet/dotnetcore-sdk-bin-common
        # package, while the directories are installed by 
dev-dotnet/dotnetcore-sdk-bin which uses
        # slots depending on major .NET Core version.

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre4.ebuild
similarity index 90%
copy from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
copy to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre4.ebuild
index 47d2e18..0f118b4 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre4.ebuild
@@ -10,10 +10,10 @@ HOMEPAGE="https://www.microsoft.com/net/core";
 LICENSE="MIT"
 
 SRC_URI="
-amd64? ( 
https://download.visualstudio.microsoft.com/download/pr/43f3a3bd-3df2-41e6-beca-3ec4952ca6c4/30fe7779249607d1bb3bb4b20d61a479/dotnet-sdk-${PV}-linux-x64.tar.gz
 )
+amd64? ( 
https://download.visualstudio.microsoft.com/download/pr/473651e3-55d5-4e7c-b255-2cbe11358eea/6b6f33d86ee00720b36a7c34200f4d0c/dotnet-sdk-5.0.100-preview.4.20258.7-linux-x64.tar.gz
 )
 "
 
-SLOT="3.0"
+SLOT="5.0"
 KEYWORDS=""
 
 QA_PREBUILT="*"
@@ -47,7 +47,7 @@ src_prepare() {
        # For current .NET Core versions, all the directories contain versioned 
files,
        # but the top-level files (the dotnet binary for example) are shared 
between versions,
        # and those are backward-compatible.
-       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between 3.0 and 3.1.
+       # The exception from this above rule is packs/NETStandard.Library.Ref 
which is shared between >=3.0 versions.
        # These common files are installed by the non-slotted 
dev-dotnet/dotnetcore-sdk-bin-common
        # package, while the directories are installed by 
dev-dotnet/dotnetcore-sdk-bin which uses
        # slots depending on major .NET Core version.

Reply via email to