summaryrefslogtreecommitdiff
path: root/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-9.0.0.ebuild
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2025-10-16 21:51:34 +0200
committerMaciej Barć <xgqt@gentoo.org>2025-10-17 00:31:24 +0200
commit6e30ad630cb79c5d61045aa36acdbf34702383a6 (patch)
tree9b05c4348d40c547932ff8de07bbc20554673d9e /dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-9.0.0.ebuild
parent2e46e4da7bc75f2a51e7236e81453f66769e1881 (diff)
downloadgentoo-6e30ad630cb79c5d61045aa36acdbf34702383a6.tar.gz
gentoo-6e30ad630cb79c5d61045aa36acdbf34702383a6.tar.bz2
gentoo-6e30ad630cb79c5d61045aa36acdbf34702383a6.zip
dev-dotnet/dotnet-runtime-nugets: drop old 9.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-9.0.0.ebuild')
-rw-r--r--dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-9.0.0.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-9.0.0.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-9.0.0.ebuild
deleted file mode 100644
index 0bbe8c8e1aa5..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-9.0.0.ebuild
+++ /dev/null
@@ -1,57 +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.dotnet.ilcompiler@${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}
-runtime.linux-arm64.microsoft.dotnet.ilcompiler@${PV}
-runtime.linux-musl-arm64.microsoft.dotnet.ilcompiler@${PV}
-runtime.linux-musl-x64.microsoft.dotnet.ilcompiler@${PV}
-runtime.linux-x64.microsoft.dotnet.ilcompiler@${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() {
- local nuget
- for nuget in ${NUGETS} ; do
- nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
- done
-}