diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-10 13:47:03 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-10 17:24:47 +0100 |
commit | 6a64d00775b4c3f906dfeebe04feef95a39a4e65 (patch) | |
tree | 1299a2e270bfcf5231ab148ad41b5e3b922caca2 /dev-dotnet | |
parent | dev-dotnet/fantomas: use eclass for NuGet.config manipulation (diff) | |
download | gentoo-6a64d00775b4c3f906dfeebe04feef95a39a4e65.tar.gz gentoo-6a64d00775b4c3f906dfeebe04feef95a39a4e65.tar.bz2 gentoo-6a64d00775b4c3f906dfeebe04feef95a39a4e65.zip |
dev-dotnet/nake: use eclass for NuGet.config manipulation
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/nake/nake-3.0.0-r1.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/dev-dotnet/nake/nake-3.0.0-r1.ebuild b/dev-dotnet/nake/nake-3.0.0-r1.ebuild index 1bb3c912094c..2b99c4b7f571 100644 --- a/dev-dotnet/nake/nake-3.0.0-r1.ebuild +++ b/dev-dotnet/nake/nake-3.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -277,15 +277,5 @@ src_prepare() { ) rm "${bad_tests[@]}" || die - cat << EOF > NuGet.Config || die -<?xml version="1.0" encoding="utf-8"?> -<configuration> -<packageSources> -<clear /> -<add key="nuget" value="${NUGET_PACKAGES}" /> -</packageSources> -</configuration> -EOF - dotnet-pkg_src_prepare } |