commit:     453054812c08f5b2ba4612672f4733c269d9661e
Author:     Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Tue Nov  9 00:04:57 2021 +0000
Commit:     Gergely Nagy <ngg <AT> ngg <DOT> hu>
CommitDate: Tue Nov  9 00:04:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=45305481

dev-dotnet/dotnetcore-sdk-bin{-common}: bump to 3.1.415, 5.0.403, 6.0.100

Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>

 ...ld => dotnetcore-sdk-bin-common-3.1.415.ebuild} |  0
 ...ld => dotnetcore-sdk-bin-common-5.0.403.ebuild} |  0
 ...ld => dotnetcore-sdk-bin-common-6.0.100.ebuild} |  0
 .../dotnetcore-sdk-bin-common-6.0.100_rc2.ebuild   | 61 ----------------------
 ...14.ebuild => dotnetcore-sdk-bin-3.1.415.ebuild} |  0
 ...02.ebuild => dotnetcore-sdk-bin-5.0.403.ebuild} |  0
 ...c2.ebuild => dotnetcore-sdk-bin-6.0.100.ebuild} |  4 +-
 7 files changed, 2 insertions(+), 63 deletions(-)

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.414.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.415.ebuild
similarity index 100%
copy from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.414.ebuild
copy to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.415.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.402.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.403.ebuild
similarity index 100%
rename from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.402.ebuild
rename to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.403.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.414.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100.ebuild
similarity index 100%
rename from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.414.ebuild
rename to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_rc2.ebuild
 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_rc2.ebuild
deleted file mode 100644
index 1ca5771..0000000
--- 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_rc2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit eutils
-
-MY_PV="${PV/_rc/-rc.}.21505.57"
-
-DESCRIPTION="Common files shared between multiple slots of .NET Core"
-HOMEPAGE="https://www.microsoft.com/net/core";
-LICENSE="MIT"
-
-SRC_URI="
-amd64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-x64.tar.gz
 )
-arm? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm.tar.gz
 )
-arm64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm64.tar.gz
 )
-"
-
-SLOT="0"
-KEYWORDS=""
-
-QA_PREBUILT="*"
-RESTRICT="splitdebug"
-
-# The sdk includes the runtime-bin and aspnet-bin so prevent from installing 
at the same time
-# dotnetcore-sdk is the source based build
-
-RDEPEND="~dev-dotnet/dotnetcore-sdk-bin-${PV}"
-
-S=${WORKDIR}
-
-src_prepare() {
-       default
-
-       # 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 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.
-       # This makes it possible to install multiple major versions at the same 
time.
-
-       # Skip the versioned files (which are located inside sub-directories)
-       find . -maxdepth 1 -type d ! -name . ! -name packs -exec rm -rf {} \; 
|| die
-       find ./packs -maxdepth 1 -type d ! -name packs ! -name 
NETStandard.Library.Ref -exec rm -rf {} \; || die
-}
-
-src_install() {
-       local dest="opt/dotnet_core"
-       dodir "${dest}"
-
-       local ddest="${D}/${dest}"
-       cp -a "${S}"/* "${ddest}/" || die
-       dosym "/${dest}/dotnet" "/usr/bin/dotnet"
-
-       # set an env-variable for 3rd party tools
-       echo -n "DOTNET_ROOT=/${dest}" > "${T}/90dotnet"
-       doenvd "${T}/90dotnet"
-}

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.414.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.415.ebuild
similarity index 100%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.414.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.415.ebuild

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.402.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.403.ebuild
similarity index 100%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.402.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.403.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_rc2.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100.ebuild
similarity index 97%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_rc2.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100.ebuild
index 6c63af1..44a6af8 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_rc2.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 inherit eutils
 
-MY_PV="${PV/_rc/-rc.}.21505.57"
+MY_PV="${PV}"
 
 DESCRIPTION=".NET Core SDK - binary precompiled for glibc"
 HOMEPAGE="https://www.microsoft.com/net/core";
@@ -18,7 +18,7 @@ arm64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}
 "
 
 SLOT="6.0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 
 QA_PREBUILT="*"
 RESTRICT="splitdebug"

Reply via email to