[gentoo-dev] Racket-Overlay & dev-scheme/racket fixes

2021-07-25 Thread xgqt
ket/racket-overlay/-/blob/master/dev-scheme/racket/racket-8.2.ebuild [5] https://src_prepare.gitlab.io/racket/racket-overlay/racket-overlay-install.html [6] https://github.com/gentoo/gentoo/pull/20668 -- Have a great day! ~ Maciej XGQT Barć

[gentoo-dev] Help with "unrecognized ELF files" needed

2021-10-15 Thread xgqt
o.org/817230 What can I do about this issue? -- Have a great day! ~ Maciej XGQT Barć

[gentoo-dev] [PATCH 1/2] eclass/dotnet-pkg-base: turn off DOTNET_NUGET_SIGNATURE_VERIFICATION

2024-10-23 Thread xgqt
From: Maciej Barć Speeds up "dotnet restore". Especially can be noticed when running without network sandbox. Suggested by vimproved on IRC - thanks! See also: https://github.com/NuGet/Home/issues/13062 Signed-off-by: Maciej Barć --- eclass/dotnet-pkg-base.eclass | 3 +++ 1 file changed, 3 in

[gentoo-dev] [PATCH 2/2] eclass/dotnet-pkg-base: add efsi function for running FSI

2024-10-23 Thread xgqt
From: Maciej Barć This will replace "edotnet fsi" as used in "app-shells/pwsh" package. Signed-off-by: Maciej Barć --- eclass/dotnet-pkg-base.eclass | 12 1 file changed, 12 insertions(+) diff --git a/eclass/dotnet-pkg-base.eclass b/eclass/dotnet-pkg-base.eclass index 8cedde073b.

[gentoo-dev] [PATCH 1/2] eclass/dotnet-pkg-base: disable MSBUILDTERMINALLOGGER for new .NET 9.0 pkgs

2024-11-20 Thread xgqt
From: Maciej Barć Disable the fancy terminal logger introduced in .NET 9.0. If enabled, it messes up the Portage log file output. Signed-off-by: Maciej Barć --- eclass/dotnet-pkg-base.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/dotnet-pkg-base.eclass b/eclass/dotnet-pk

[gentoo-dev] [PATCH 2/2] eclass/nuget: add eclassdoc that describes how to generate the NUGETS list

2024-11-20 Thread xgqt
From: Maciej Barć Some users asked for it. Also add a link to the Gentoo Wiki with more specific examples. Signed-off-by: Maciej Barć --- eclass/nuget.eclass | 18 ++ 1 file changed, 18 insertions(+) diff --git a/eclass/nuget.eclass b/eclass/nuget.eclass index 4efbeb909f..3ad2

[gentoo-dev] [PATCH 1/2] eclass/dotnet-pkg-base.eclass: add DOTNET_VERBOSITY user variable

2025-01-07 Thread xgqt
From: Maciej Barć DOTNET_VERBOSITY controls dotnet restore/build/test verbosity. We allow the user to set this value to any other to value because it might be helpful when debugging dotnet processes. On the other hand, generally warnings and errors provide enough info for debugging package emerge

[gentoo-dev] [PATCH 2/2] dev-dotnet/dotnet-sdk: use DOTNET_VERBOSITY, like the dotnet-pkg-base eclass

2025-01-07 Thread xgqt
From: Maciej Barć Signed-off-by: Maciej Barć --- dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild | 6 +++--- dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild| 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild b/dev