[gentoo-dev] [PATCH v2] llvm-r1.eclass: Initial version

2024-02-08 Thread Michał Górny
See-Also: https://bugs.gentoo.org/923228 See-Also: https://bugs.gentoo.org/880671 Closes: https://bugs.gentoo.org/821955 Closes: https://bugs.gentoo.org/919150 Signed-off-by: Michał Górny --- eclass/llvm-r1.eclass | 225 eclass/tests/llvm-r1.sh | 151

[gentoo-dev] [PATCH] llvm-utils.eclass: Fix llvm_prepend_path to avoid duplicates

2024-02-08 Thread Michał Górny
Fix llvm_prepend_path() not to append the new path multiple times, if the original PATH variable contained multiple LLVM directories. Thanks to Alexander Miller who spotted it in: https://github.com/gentoo/gentoo/pull/35196#discussion_r1480330001 Signed-off-by: Michał Górny ---

Re: [gentoo-dev] [PATCH 6/8] dev-util/intel_clc: Migrate to llvm-r1

2024-02-08 Thread Arsen Arsenović
Sam James writes: > Michał Górny writes: > >> Closes: https://bugs.gentoo.org/923228 >> Signed-off-by: Michał Górny >> --- >> dev-util/intel_clc/intel_clc-24.0.0.ebuild | 48 -- >> dev-util/intel_clc/intel_clc-.ebuild | 48 -- >> 2 files changed,

Re: [gentoo-dev] [PATCH 1/7] eclass/dotnet-pkg-base.eclass: quotes and style tweaks for edge cases

2024-02-08 Thread Maciej Barć
Thanks Sam, this is what I added: Subject: [PATCH 1/7] eclass/dotnet-pkg-base.eclass: quotes and style tweaks format special variables in edge cases section of the dotnet-pkg-base eclass Signed-off-by: Maciej Barć Subject: [PATCH 2/7] eclass/dotnet-pkg-base.eclass: deprecate wrong-style