summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eclass/dotnet-pkg.eclass: prepare for safely using NugetMaciej Barć2024-02-101-1/+46
| | | | | | | | | | | prevent NuGet executable (part of "dotnet-sdk") from fetching remote NuGet package sources, add two new features to the nuget ecalss: find and remove all nuget.config files, add and use "nuget_writeconfig" function that creates a "nuget.config" file which forces the use of NuGet packages specified in the ebuild file Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* eclass/nuget.eclass: partition dotnet-pkg_src_unpackMaciej Barć2023-10-121-0/+45
| | | | | | | This enables easier usage of "nuget_link-nuget-archives" in some special cases. Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* eclass/nuget.eclass: add special NUGET_API case for Gentoo devs' hostingMaciej Barć2023-10-121-0/+3
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* eclass/nuget.eclass: add new nuget eclassMaciej Barć2023-09-151-0/+197
common functions and variables for handling .NET NuGets Bug: https://bugs.gentoo.org/900597 Bug: https://github.com/gentoo/gentoo/pull/32109 Signed-off-by: Maciej Barć <xgqt@gentoo.org>