From: Eric Joldasov
* Update to use llvm-r1 eclass instead of llvm, zig-build and
zig-toolchain functions instead of local get_zig_mcpu etc. functions.
* Port "llvm USE-flag" and "removing memory limit flags" from
ebuild.
* Stage3 compilation is unified by combining build.zig options,
Now uses "zig-build" eclass.
Signed-off-by: Eric Joldasov
---
sys-fs/ncdu/ncdu-2.6-r1.ebuild | 50 ++
1 file changed, 50 insertions(+)
create mode 100644 sys-fs/ncdu/ncdu-2.6-r1.ebuild
diff --git a/sys-fs/ncdu/ncdu-2.6-r1.ebuild b/sys-fs/ncdu/ncdu-2.6-r1.ebuild
From: Eric Joldasov
* Update to use zig-build and zig-toolchain functions instead of
local get_zig_mcpu etc. functions.
* Port "sys-apps/sandbox-2.39" test dependency requirement from
0.13.0 ebuild.
* Stage3 compilation is unified by combining build.zig options,
now both cmake (+llvm) and b
Signed-off-by: Eric Joldasov
---
eclass/zig-build.eclass | 572
1 file changed, 572 insertions(+)
create mode 100644 eclass/zig-build.eclass
diff --git a/eclass/zig-build.eclass b/eclass/zig-build.eclass
new file mode 100644
index ..b1fc89e38
Signed-off-by: Eric Joldasov
---
eclass/zig-toolchain.eclass | 325
1 file changed, 325 insertions(+)
create mode 100644 eclass/zig-toolchain.eclass
diff --git a/eclass/zig-toolchain.eclass b/eclass/zig-toolchain.eclass
new file mode 100644
index 000
Hello everyone,
This patch series adds new eclasses for packages that use Zig
toolchain with varying level of integration. Since some projects
or ebuilds use only Zig compiler directly, without touching Zig Build
System, I have decided to split eclasses into 2:
* zig-toolchain.eclass: handles dep
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.
See also:
https://specifications.freedesktop.org/sound-naming-spec/latest/
https://bugs.gentoo.org/941986
https://github.com/gentoo/gentoo/pull/38648 (as part of a libcanberra split)
https://bugs.gentoo.org/323379 (some history)
media-libs/libcanberra is still broadly used as sound event library,
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
Move the python3_13t target on the list before other CPython targets.
This means it's technically "less preferred", so e.g. *all phases
would rather be performed with regular CPython, which should generally
be more faster.
Signed-off-by: Michał Górny
---
eclass/python-utils-r1.eclass | 2 +-
1 f
# Arthur Zamarin (2024-10-23)
# Doesn't support latest Rust/Cargo ebuild format and standard. Confuses
# developers who tries to use it, and then see pkgcheck warnings on the
# result.
# Superior replacement is app-portage/pycargoebuild, which is
# maintained, and supports more features.
# Removal
11 matches
Mail list logo