diff options
| author | Maciej Barć <xgqt@gentoo.org> | 2024-03-11 05:48:41 +0100 |
|---|---|---|
| committer | Maciej Barć <xgqt@gentoo.org> | 2024-03-11 05:49:57 +0100 |
| commit | c8b66f27e11edae2cfed754fb79ce48e346030c1 (patch) | |
| tree | a47a35f44e026eb4cd06136743f23aa163161803 /dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.0-r1.ebuild | |
| parent | 7d6e7c881f74921671dd342bc8de31fd3f85d879 (diff) | |
| download | gentoo-c8b66f27e11edae2cfed754fb79ce48e346030c1.tar.gz gentoo-c8b66f27e11edae2cfed754fb79ce48e346030c1.tar.bz2 gentoo-c8b66f27e11edae2cfed754fb79ce48e346030c1.zip | |
dev-dotnet/dotnet-runtime-nugets: drop old 8.0.0-r1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.0-r1.ebuild')
| -rw-r--r-- | dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.0-r1.ebuild | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.0-r1.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.0-r1.ebuild deleted file mode 100644 index c873499881ec..000000000000 --- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.0-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 -} |
