public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-runtime-nugets/
Date: Fri, 29 Mar 2024 03:06:09 +0000 (UTC)	[thread overview]
Message-ID: <1711681493.d4551e1043854b39b9a8d5c7e0653fc9c575a489.xgqt@gentoo> (raw)

commit:     d4551e1043854b39b9a8d5c7e0653fc9c575a489
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 23:59:05 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 03:04:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4551e10

dev-dotnet/dotnet-runtime-nugets: install all collected NuGet packages

Bug: https://github.com/dotnet/runtime/issues/100383
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...uild => dotnet-runtime-nugets-6.0.24-r1.ebuild} | 15 ++----
 .../dotnet-runtime-nugets-6.0.24.ebuild            | 59 --------------------
 ...uild => dotnet-runtime-nugets-6.0.25-r1.ebuild} | 15 ++----
 .../dotnet-runtime-nugets-6.0.25.ebuild            | 59 --------------------
 ...uild => dotnet-runtime-nugets-6.0.26-r1.ebuild} | 15 ++----
 ...uild => dotnet-runtime-nugets-6.0.27-r1.ebuild} | 15 ++----
 ...uild => dotnet-runtime-nugets-6.0.28-r1.ebuild} | 15 ++----
 ...uild => dotnet-runtime-nugets-7.0.13-r1.ebuild} | 15 ++----
 .../dotnet-runtime-nugets-7.0.13.ebuild            | 59 --------------------
 ...uild => dotnet-runtime-nugets-7.0.14-r1.ebuild} | 15 ++----
 .../dotnet-runtime-nugets-7.0.14.ebuild            | 59 --------------------
 ...uild => dotnet-runtime-nugets-7.0.15-r1.ebuild} | 15 ++----
 ...uild => dotnet-runtime-nugets-7.0.16-r1.ebuild} | 15 ++----
 ...uild => dotnet-runtime-nugets-7.0.17-r1.ebuild} | 15 ++----
 .../dotnet-runtime-nugets-8.0.1-r1.ebuild          | 63 ----------------------
 ...build => dotnet-runtime-nugets-8.0.1-r2.ebuild} | 17 ++----
 .../dotnet-runtime-nugets-8.0.2-r1.ebuild          | 63 ----------------------
 ...build => dotnet-runtime-nugets-8.0.2-r2.ebuild} | 17 ++----
 ...build => dotnet-runtime-nugets-8.0.3-r1.ebuild} | 17 ++----
 .../dotnet-runtime-nugets-8.0.3.ebuild             | 63 ----------------------
 20 files changed, 45 insertions(+), 581 deletions(-)

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.24-r1.ebuild
similarity index 74%
copy from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
copy to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.24-r1.ebuild
index 725f4a403c3c..481fec58dc29 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.24-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.24.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.24.ebuild
deleted file mode 100644
index 26590c583b5b..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.24.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_PKG_COMPAT=$(ver_cut 1-2)
-NUGETS="
-microsoft.aspnetcore.app.ref@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
-microsoft.aspnetcore.app.runtime.linux-x64@${PV}
-microsoft.netcore.app.host.linux-arm@${PV}
-microsoft.netcore.app.host.linux-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-arm@${PV}
-microsoft.netcore.app.host.linux-musl-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-x64@${PV}
-microsoft.netcore.app.host.linux-x64@${PV}
-microsoft.netcore.app.ref@${PV}
-microsoft.netcore.app.runtime.linux-arm@${PV}
-microsoft.netcore.app.runtime.linux-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-x64@${PV}
-microsoft.netcore.app.runtime.linux-x64@${PV}
-"
-
-inherit dotnet-pkg-base
-
-DESCRIPTION=".NET runtime nugets"
-HOMEPAGE="https://dotnet.microsoft.com/"
-SRC_URI="${NUGET_URIS}"
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="${PV}/${PV}"
-KEYWORDS="amd64 arm arm64"
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
-	done
-}

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.15.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.25-r1.ebuild
similarity index 74%
rename from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.15.ebuild
rename to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.25-r1.ebuild
index 725f4a403c3c..481fec58dc29 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.15.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.25-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.25.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.25.ebuild
deleted file mode 100644
index 26590c583b5b..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.25.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_PKG_COMPAT=$(ver_cut 1-2)
-NUGETS="
-microsoft.aspnetcore.app.ref@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
-microsoft.aspnetcore.app.runtime.linux-x64@${PV}
-microsoft.netcore.app.host.linux-arm@${PV}
-microsoft.netcore.app.host.linux-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-arm@${PV}
-microsoft.netcore.app.host.linux-musl-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-x64@${PV}
-microsoft.netcore.app.host.linux-x64@${PV}
-microsoft.netcore.app.ref@${PV}
-microsoft.netcore.app.runtime.linux-arm@${PV}
-microsoft.netcore.app.runtime.linux-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-x64@${PV}
-microsoft.netcore.app.runtime.linux-x64@${PV}
-"
-
-inherit dotnet-pkg-base
-
-DESCRIPTION=".NET runtime nugets"
-HOMEPAGE="https://dotnet.microsoft.com/"
-SRC_URI="${NUGET_URIS}"
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="${PV}/${PV}"
-KEYWORDS="amd64 arm arm64"
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
-	done
-}

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.26.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.26-r1.ebuild
similarity index 74%
rename from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.26.ebuild
rename to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.26-r1.ebuild
index 725f4a403c3c..481fec58dc29 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.26.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.26-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.27.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.27-r1.ebuild
similarity index 74%
rename from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.27.ebuild
rename to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.27-r1.ebuild
index 725f4a403c3c..481fec58dc29 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.27.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.27-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28-r1.ebuild
similarity index 74%
copy from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28.ebuild
copy to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28-r1.ebuild
index 8b7721053090..396b85995652 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.13-r1.ebuild
similarity index 74%
copy from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
copy to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.13-r1.ebuild
index 725f4a403c3c..481fec58dc29 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.13-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.13.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.13.ebuild
deleted file mode 100644
index 26590c583b5b..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.13.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_PKG_COMPAT=$(ver_cut 1-2)
-NUGETS="
-microsoft.aspnetcore.app.ref@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
-microsoft.aspnetcore.app.runtime.linux-x64@${PV}
-microsoft.netcore.app.host.linux-arm@${PV}
-microsoft.netcore.app.host.linux-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-arm@${PV}
-microsoft.netcore.app.host.linux-musl-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-x64@${PV}
-microsoft.netcore.app.host.linux-x64@${PV}
-microsoft.netcore.app.ref@${PV}
-microsoft.netcore.app.runtime.linux-arm@${PV}
-microsoft.netcore.app.runtime.linux-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-x64@${PV}
-microsoft.netcore.app.runtime.linux-x64@${PV}
-"
-
-inherit dotnet-pkg-base
-
-DESCRIPTION=".NET runtime nugets"
-HOMEPAGE="https://dotnet.microsoft.com/"
-SRC_URI="${NUGET_URIS}"
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="${PV}/${PV}"
-KEYWORDS="amd64 arm arm64"
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
-	done
-}

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.14-r1.ebuild
similarity index 74%
copy from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
copy to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.14-r1.ebuild
index 725f4a403c3c..481fec58dc29 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.14-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.14.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.14.ebuild
deleted file mode 100644
index 26590c583b5b..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.14.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_PKG_COMPAT=$(ver_cut 1-2)
-NUGETS="
-microsoft.aspnetcore.app.ref@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
-microsoft.aspnetcore.app.runtime.linux-x64@${PV}
-microsoft.netcore.app.host.linux-arm@${PV}
-microsoft.netcore.app.host.linux-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-arm@${PV}
-microsoft.netcore.app.host.linux-musl-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-x64@${PV}
-microsoft.netcore.app.host.linux-x64@${PV}
-microsoft.netcore.app.ref@${PV}
-microsoft.netcore.app.runtime.linux-arm@${PV}
-microsoft.netcore.app.runtime.linux-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-x64@${PV}
-microsoft.netcore.app.runtime.linux-x64@${PV}
-"
-
-inherit dotnet-pkg-base
-
-DESCRIPTION=".NET runtime nugets"
-HOMEPAGE="https://dotnet.microsoft.com/"
-SRC_URI="${NUGET_URIS}"
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="${PV}/${PV}"
-KEYWORDS="amd64 arm arm64"
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
-	done
-}

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.15-r1.ebuild
similarity index 74%
copy from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
copy to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.15-r1.ebuild
index 725f4a403c3c..481fec58dc29 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.15-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16-r1.ebuild
similarity index 74%
copy from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
copy to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16-r1.ebuild
index 725f4a403c3c..481fec58dc29 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.17.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.17-r1.ebuild
similarity index 74%
rename from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.17.ebuild
rename to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.17-r1.ebuild
index 8b7721053090..396b85995652 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.17.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.17-r1.ebuild
@@ -43,17 +43,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.1-r1.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.1-r1.ebuild
deleted file mode 100644
index c873499881ec..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.1-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_PKG_COMPAT=$(ver_cut 1-2)
-NUGETS="
-microsoft.aspnetcore.app.ref@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
-microsoft.aspnetcore.app.runtime.linux-x64@${PV}
-microsoft.net.illink.tasks@${PV}
-microsoft.net.sdk.webassembly.pack@${PV}
-microsoft.netcore.app.host.linux-arm@${PV}
-microsoft.netcore.app.host.linux-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-arm@${PV}
-microsoft.netcore.app.host.linux-musl-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-x64@${PV}
-microsoft.netcore.app.host.linux-x64@${PV}
-microsoft.netcore.app.ref@${PV}
-microsoft.netcore.app.runtime.linux-arm@${PV}
-microsoft.netcore.app.runtime.linux-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-x64@${PV}
-microsoft.netcore.app.runtime.linux-x64@${PV}
-"
-
-inherit dotnet-pkg-base
-
-DESCRIPTION=".NET runtime nugets"
-HOMEPAGE="https://dotnet.microsoft.com/"
-SRC_URI="${NUGET_URIS}"
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="${PV}/${PV}"
-KEYWORDS="amd64 arm arm64"
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.net.illink.tasks.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.net.sdk.webassembly.pack.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
-	done
-}

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.1-r2.ebuild
similarity index 74%
copy from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
copy to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.1-r2.ebuild
index 725f4a403c3c..96d70ee78359 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.1-r2.ebuild
@@ -12,6 +12,8 @@ microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
 microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
 microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
 microsoft.aspnetcore.app.runtime.linux-x64@${PV}
+microsoft.net.illink.tasks@${PV}
+microsoft.net.sdk.webassembly.pack@${PV}
 microsoft.netcore.app.host.linux-arm@${PV}
 microsoft.netcore.app.host.linux-arm64@${PV}
 microsoft.netcore.app.host.linux-musl-arm@${PV}
@@ -43,17 +45,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.2-r1.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.2-r1.ebuild
deleted file mode 100644
index c873499881ec..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.2-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_PKG_COMPAT=$(ver_cut 1-2)
-NUGETS="
-microsoft.aspnetcore.app.ref@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
-microsoft.aspnetcore.app.runtime.linux-x64@${PV}
-microsoft.net.illink.tasks@${PV}
-microsoft.net.sdk.webassembly.pack@${PV}
-microsoft.netcore.app.host.linux-arm@${PV}
-microsoft.netcore.app.host.linux-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-arm@${PV}
-microsoft.netcore.app.host.linux-musl-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-x64@${PV}
-microsoft.netcore.app.host.linux-x64@${PV}
-microsoft.netcore.app.ref@${PV}
-microsoft.netcore.app.runtime.linux-arm@${PV}
-microsoft.netcore.app.runtime.linux-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-x64@${PV}
-microsoft.netcore.app.runtime.linux-x64@${PV}
-"
-
-inherit dotnet-pkg-base
-
-DESCRIPTION=".NET runtime nugets"
-HOMEPAGE="https://dotnet.microsoft.com/"
-SRC_URI="${NUGET_URIS}"
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="${PV}/${PV}"
-KEYWORDS="amd64 arm arm64"
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.net.illink.tasks.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.net.sdk.webassembly.pack.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
-	done
-}

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.2-r2.ebuild
similarity index 74%
rename from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
rename to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.2-r2.ebuild
index 725f4a403c3c..96d70ee78359 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.16.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.2-r2.ebuild
@@ -12,6 +12,8 @@ microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
 microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
 microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
 microsoft.aspnetcore.app.runtime.linux-x64@${PV}
+microsoft.net.illink.tasks@${PV}
+microsoft.net.sdk.webassembly.pack@${PV}
 microsoft.netcore.app.host.linux-arm@${PV}
 microsoft.netcore.app.host.linux-arm64@${PV}
 microsoft.netcore.app.host.linux-musl-arm@${PV}
@@ -43,17 +45,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.3-r1.ebuild
similarity index 74%
rename from dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28.ebuild
rename to dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.3-r1.ebuild
index 8b7721053090..034c38a42baf 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.28.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.3-r1.ebuild
@@ -12,6 +12,8 @@ microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
 microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
 microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
 microsoft.aspnetcore.app.runtime.linux-x64@${PV}
+microsoft.net.illink.tasks@${PV}
+microsoft.net.sdk.webassembly.pack@${PV}
 microsoft.netcore.app.host.linux-arm@${PV}
 microsoft.netcore.app.host.linux-arm64@${PV}
 microsoft.netcore.app.host.linux-musl-arm@${PV}
@@ -43,17 +45,8 @@ src_unpack() {
 }
 
 src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
+	local nuget
+	for nuget in ${NUGETS} ; do
+		nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
 	done
 }

diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.3.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.3.ebuild
deleted file mode 100644
index 2ced7cafe857..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_PKG_COMPAT=$(ver_cut 1-2)
-NUGETS="
-microsoft.aspnetcore.app.ref@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV}
-microsoft.aspnetcore.app.runtime.linux-x64@${PV}
-microsoft.net.illink.tasks@${PV}
-microsoft.net.sdk.webassembly.pack@${PV}
-microsoft.netcore.app.host.linux-arm@${PV}
-microsoft.netcore.app.host.linux-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-arm@${PV}
-microsoft.netcore.app.host.linux-musl-arm64@${PV}
-microsoft.netcore.app.host.linux-musl-x64@${PV}
-microsoft.netcore.app.host.linux-x64@${PV}
-microsoft.netcore.app.ref@${PV}
-microsoft.netcore.app.runtime.linux-arm@${PV}
-microsoft.netcore.app.runtime.linux-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm@${PV}
-microsoft.netcore.app.runtime.linux-musl-arm64@${PV}
-microsoft.netcore.app.runtime.linux-musl-x64@${PV}
-microsoft.netcore.app.runtime.linux-x64@${PV}
-"
-
-inherit dotnet-pkg-base
-
-DESCRIPTION=".NET runtime nugets"
-HOMEPAGE="https://dotnet.microsoft.com/"
-SRC_URI="${NUGET_URIS}"
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="${PV}/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	nuget_donuget "${DISTDIR}/microsoft.aspnetcore.app.ref.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.net.illink.tasks.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.net.sdk.webassembly.pack.${PV}.nupkg"
-	nuget_donuget "${DISTDIR}/microsoft.netcore.app.ref.${PV}.nupkg"
-
-	local runtime=$(dotnet-pkg-base_get-runtime)
-	local -a nuget_namespaces=(
-		microsoft.aspnetcore.app.runtime
-		microsoft.netcore.app.host
-		microsoft.netcore.app.runtime
-	)
-	local nuget_namespace
-	for nuget_namespace in "${nuget_namespaces[@]}" ; do
-		nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
-	done
-}


             reply	other threads:[~2024-03-29  3:06 UTC|newest]

Thread overview: 153+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29  3:06 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 20:37 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-runtime-nugets/ Arthur Zamarin
2024-10-07 17:24 Sam James
2024-10-07 17:24 Sam James
2024-09-05  1:23 Sam James
2024-09-04  8:09 Maciej Barć
2024-09-04  8:09 Maciej Barć
2024-09-04  8:09 Maciej Barć
2024-09-03 18:32 Jakov Smolić
2024-09-03 18:32 Jakov Smolić
2024-08-24 15:44 Maciej Barć
2024-08-24 15:44 Maciej Barć
2024-08-24 14:16 Arthur Zamarin
2024-08-24 13:12 Michał Górny
2024-08-24 13:12 Michał Górny
2024-08-10 18:55 Arthur Zamarin
2024-08-10 18:55 Arthur Zamarin
2024-08-10 18:55 Arthur Zamarin
2024-08-01 16:47 Arthur Zamarin
2024-08-01 16:47 Arthur Zamarin
2024-08-01 16:47 Arthur Zamarin
2024-07-22  1:13 Sam James
2024-07-22  1:13 Sam James
2024-07-21 19:48 Arthur Zamarin
2024-07-21 18:56 Maciej Barć
2024-07-21 18:56 Maciej Barć
2024-07-02  3:43 Maciej Barć
2024-07-02  3:43 Maciej Barć
2024-07-02  3:43 Maciej Barć
2024-06-07 13:00 Maciej Barć
2024-06-07 13:00 Maciej Barć
2024-06-07 13:00 Maciej Barć
2024-06-04 15:17 Maciej Barć
2024-06-04 15:17 Maciej Barć
2024-06-04 15:17 Maciej Barć
2024-05-22  9:38 Maciej Barć
2024-05-22  9:38 Maciej Barć
2024-05-22  9:38 Maciej Barć
2024-05-22  7:27 Maciej Barć
2024-05-22  7:27 Maciej Barć
2024-05-22  7:27 Maciej Barć
2024-05-22  7:27 Maciej Barć
2024-05-22  7:27 Maciej Barć
2024-05-22  0:53 Sam James
2024-05-22  0:53 Sam James
2024-05-22  0:53 Sam James
2024-05-22  0:53 Sam James
2024-05-22  0:53 Sam James
2024-05-22  0:53 Sam James
2024-05-21  0:51 Maciej Barć
2024-05-21  0:51 Maciej Barć
2024-05-21  0:51 Maciej Barć
2024-05-01 15:42 Maciej Barć
2024-05-01 15:42 Maciej Barć
2024-05-01 15:42 Maciej Barć
2024-04-19 11:20 Arthur Zamarin
2024-04-19 11:20 Arthur Zamarin
2024-04-19 11:20 Arthur Zamarin
2024-04-17 23:35 Sam James
2024-04-17 23:35 Sam James
2024-04-17 23:35 Sam James
2024-04-17 22:29 Sam James
2024-04-17 22:29 Sam James
2024-04-17 22:29 Sam James
2024-04-14 21:57 Maciej Barć
2024-04-14 21:57 Maciej Barć
2024-04-14 21:57 Maciej Barć
2024-03-13 16:40 Maciej Barć
2024-03-13 16:40 Maciej Barć
2024-03-13 16:40 Maciej Barć
2024-03-11  4:49 Maciej Barć
2024-03-03  0:25 Sam James
2024-02-27 23:57 Sam James
2024-02-27 23:57 Sam James
2024-02-19 22:06 Sam James
2024-02-19 22:06 Sam James
2024-02-19 22:06 Sam James
2024-02-18 19:56 Maciej Barć
2024-02-16 23:13 Maciej Barć
2024-02-16 23:13 Maciej Barć
2024-02-16 23:13 Maciej Barć
2024-02-16 21:40 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2024-01-12 23:22 Maciej Barć
2024-01-12 23:22 Maciej Barć
2024-01-12 23:22 Maciej Barć
2023-12-17 12:39 Sam James
2023-12-17  0:05 Sam James
2023-12-17  0:05 Sam James
2023-12-13 17:17 Maciej Barć
2023-12-12  2:50 Sam James
2023-12-12  2:50 Sam James
2023-12-12  2:50 Sam James
2023-12-12  1:04 Sam James
2023-12-12  1:04 Sam James
2023-12-12  1:04 Sam James
2023-11-26  0:04 Maciej Barć
2023-11-26  0:04 Maciej Barć
2023-11-26  0:04 Maciej Barć
2023-11-25 22:56 Sam James
2023-11-24 21:53 Sam James
2023-11-24 21:53 Sam James
2023-11-24 20:38 Sam James
2023-11-24 20:38 Sam James
2023-11-24 20:38 Sam James
2023-11-24 20:09 Maciej Barć
2023-11-24 20:09 Maciej Barć
2023-11-24 20:09 Maciej Barć
2023-11-24 20:09 Maciej Barć
2023-11-18  1:31 Maciej Barć
2023-11-18  1:31 Maciej Barć
2023-11-18  1:31 Maciej Barć
2023-11-18  1:31 Maciej Barć
2023-11-04 23:36 Maciej Barć
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 16:48 Arthur Zamarin
2023-10-28 14:05 Maciej Barć
2023-10-28 14:05 Maciej Barć
2023-10-14  9:56 Maciej Barć
2023-10-14  9:56 Maciej Barć
2023-10-14  9:08 Sam James
2023-10-14  9:08 Sam James
2023-10-14  9:08 Sam James
2023-10-14  9:06 Sam James
2023-10-14  9:06 Sam James
2023-10-14  9:06 Sam James
2023-10-14  9:06 Sam James
2023-10-14  9:06 Sam James
2023-10-14  9:06 Sam James
2023-09-24  4:02 Maciej Barć
2023-09-17 22:37 Maciej Barć
2023-09-17 19:32 Maciej Barć
2023-09-17 19:32 Maciej Barć
2023-09-16  9:27 Sam James
2023-09-16  9:27 Sam James
2023-09-16  9:27 Sam James
2023-09-16  9:27 Sam James
2023-09-16  7:04 Sam James
2023-09-16  7:04 Sam James
2023-09-16  7:04 Sam James
2023-09-16  7:04 Sam James
2023-09-15 20:49 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1711681493.d4551e1043854b39b9a8d5c7e0653fc9c575a489.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox