Re: ia64, was: Re: Misc arch plans (Re: [gentoo-dev] Arch Status and Future Plans)

2024-06-26 Thread matoro
On 2024-06-26 16:29, Andreas K. Huettel wrote: > ia64 > > Dev 64-bit arch. Kernel dropped support, glibc dropped support, devbox > died - days are short before full exp status or full removal of arch. Yeah, no interest in ia64, sorry. I'd like it to just go. This is probably

Re: [gentoo-dev] Arch Status and Future Plans

2024-06-25 Thread matoro
ation schedule is a model of clarity. alpha Exp arch, with nearly (or maybe already) full correct dep-tree. matoro did a lot of great work here, so I think we should promote it to dev arch, so dep-tree remains unbroken. We dekeyworded a lot of stuff, cleaned it up, so a ni

Re: [gentoo-dev] TeX Live 2023 stabilization imminent

2024-06-10 Thread matoro
On 2024-06-09 13:00, Florian Schmaus wrote: After many months of work, the stabilization of TeX Live 2023 is imminent. I would first like to thank everyone who contributed, reported bugs, and helped to make this happen. Special thanks goes to negril for providing the initial prototype ebuilds

Re: [gentoo-dev] media-video/mpv removed USE flag

2023-11-21 Thread matoro
On 2023-11-21 18:33, stefan1@shitposting.expert wrote: I've noticed that on my last @world update, mpv's libplacebo USE flag got removed and portage pulled in libplacebo. Was there any reason behind this change? Mpv has been working perfectly fine so far without libplacebo. libplacebo was

[gentoo-dev] [PATCH] toolchain-funcs.eclass: add detection for arc

2023-10-27 Thread matoro
https://github.com/gentoo/gentoo/pull/33554 ARC is bi-endian. Assumes ARCH=arc. No plans to add profiles or keywords to official tree. Signed-off-by: Matoro Mahri --- eclass/toolchain-funcs.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/toolchain-funcs.eclass b/eclass

[gentoo-dev] [PATCH] perl-module.eclass: extend DIST_TEST="do" to cover make-based tests

2023-10-14 Thread matoro
For packages using make to run tests rather than Test::Harness, DIST_TEST="do" is ineffective at disabling parallelization. This forces -j1 on these packages when set. Bug: https://bugs.gentoo.org/909051 Signed-off-by: Matoro Mahri --- eclass/perl-module.eclass | 7 ++- 1 file

[gentoo-dev] [PATCH 2/3 v2] tree-sitter-grammar.eclass: Add src_test implementation

2022-12-03 Thread matoro
tps://tree-sitter.github.io/tree-sitter/creating-parsers#command-test Bug: https://bugs.gentoo.org/844223 Closes: https://github.com/gentoo/gentoo/pull/28529 Signed-off-by: Matoro Mahri --- eclass/tree-sitter-grammar.eclass | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --gi

[gentoo-dev] [PATCH 3/3] dev-libs/tree-sitter-cpp: restrict tests

2022-12-03 Thread matoro
test" directly rather than via "npm test" the source package for tree-sitter-c will not be available. Bug: https://bugs.gentoo.org/844223 See: https://github.com/gentoo/gentoo/pull/28529 Signed-off-by: Matoro Mahri --- dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.0.ebuild | 3 ++

[gentoo-dev] [PATCH 2/3] tree-sitter-grammar.eclass: Add src_test implementation

2022-12-03 Thread matoro
tps://tree-sitter.github.io/tree-sitter/creating-parsers#command-test Bug: https://bugs.gentoo.org/844223 Closes: https://github.com/gentoo/gentoo/pull/28529 Signed-off-by: Matoro Mahri --- eclass/tree-sitter-grammar.eclass | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --gi

[gentoo-dev] [PATCH 1/3] profiles/features/wd40: mask USE=test tree-sitter-grammar.eclass pkgs

2022-12-03 Thread matoro
dev-util/tree-sitter-cli will now be a conditional test dep for packages inheriting tree-sitter-grammar.eclass, which is written in rust, so mask it on rustless profiles. Bug: https://bugs.gentoo.org/844223 See: https://github.com/gentoo/gentoo/pull/28529 Signed-off-by: Matoro Mahri