summaryrefslogtreecommitdiff
path: root/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.29.ebuild
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-05-22 09:20:56 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-05-22 09:27:01 +0200
commit32777d34e8353aa9a156411883aee5873f2966b0 (patch)
tree7eba9cb59cc2bfaf171f1b54721637430af42975 /dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.29.ebuild
parent1580035871dc2e147d6501f25f85d65c44c28b05 (diff)
downloadgentoo-32777d34e8353aa9a156411883aee5873f2966b0.tar.gz
gentoo-32777d34e8353aa9a156411883aee5873f2966b0.tar.bz2
gentoo-32777d34e8353aa9a156411883aee5873f2966b0.zip
dev-dotnet/dotnet-runtime-nugets: drop old 6.0.29
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.29.ebuild')
-rw-r--r--dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.29.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.29.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.29.ebuild
deleted file mode 100644
index 396b85995652..000000000000
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.29.ebuild
+++ /dev/null
@@ -1,50 +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.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() {
- local nuget
- for nuget in ${NUGETS} ; do
- nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg"
- done
-}