commit:     6a64d00775b4c3f906dfeebe04feef95a39a4e65
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 12:47:03 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 16:24:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a64d007

dev-dotnet/nake: use eclass for NuGet.config manipulation

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-dotnet/nake/nake-3.0.0-r1.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 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
 }

Reply via email to