sys-apps / uutils-coreutils

GNU coreutils rewritten in Rust

Official package sites : https://github.com/uutils/coreutils · https://uutils.github.io/coreutils/ ·

Standard GNU file utilities (chmod, cp, dd, dir, ls, ...), text utilities (sort, tr, head, wc, ...), and shell utilities (whoami, who, ...), written in Rust

v9999 :: 0 :: gentoo

Modified
License
MIT Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unicode-3.0 ZLIB
USE flags
debug selinux test

v0.0.29 :: 0 :: gentoo

Modified
License
MIT Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unicode-3.0 ZLIB
Keywords
~amd64 ~arm64
USE flags
debug selinux test

v0.0.28 :: 0 :: gentoo

Modified
License
MIT Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT Unicode-DFS-2016
Keywords
~amd64 ~arm64
USE flags
debug selinux test

General

debug
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
selinux
!!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-libs / oniguruma : Regular expression library for different character encodings

sys-libs / libselinux : SELinux userland library

dev-libs / oniguruma : Regular expression library for different character encodings

sys-libs / libselinux : SELinux userland library

832502
sys-apps/uutils-coreutils-0.0.14 does not respect LDFLAGS
836764
sys-apps/uutils-coreutils-0.0.13 fails tests
885557
sys-apps/uutils-coreutils-0.0.15 fails test - test test_df::test_file_column_width_if_filename_contains_unicode_chars FAILED
926708
sys-apps/uutils-coreutils: missing ~ppc64 keyword
941580
sys-apps/uutils-coreutils-0.0.27 fails test - [libtool] [gcc-15] test test_cp::test_cp_debug_default_sparse_virtual_file FAILED
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: set NEXTEST_TEST_THREADS
Otherwise, test execution jobs use all available cores. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.29
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
sys-apps/uutils-coreutils: drop 0.0.27-r1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.28
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
sys-apps/uutils-coreutils: drop 0.0.25-r1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Jolly · gentoo
*/*: update for slotted Rust
Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.27
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: drop 0.0.24
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.25
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Eli Schwartz · gentoo
sys-apps/uutils-coreutils: guarantee the use of system deps
Set the magic cargo environment variable to error out if system dependency autodetection fails. We expect it to work, since it's in DEPEND, but better to actually guarantee it. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Eli Schwartz · gentoo
sys-apps/uutils-coreutils: mark as LTO-unsafe
Normally cargo.eclass sets this for us but we do not use cargo_src_compile. Closes: https://bugs.gentoo.org/863716 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: drop 0.0.23
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.24
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: drop 0.0.22
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.23
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
sys-apps/uutils-coreutils: drop 0.0.20, 0.0.21
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: crank min rust version
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.22
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Violet Purcell · gentoo
sys-apps/uutils-coreutils: correct musl fix
SKIP_PROGS was supposed to be SKIP_UTILS, oops. Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/33219 Signed-off-by: Sam James <sam@gentoo.org>
Violet Purcell · gentoo
sys-apps/uutils-coreutils: fix build on musl
Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.21
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
sys-apps/uutils-coreutils: drop 0.0.18, 0.0.19
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
sys-apps/uutils-coreutils: update HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.20
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
sys-apps/uutils-coreutils: Keyword 0.0.19 arm64, #907862
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.19
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: drop 0.0.17-r1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: add 0.0.18
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sys-apps/uutils-coreutils: install multicall binary & use hardlinks
This saves a huge amount of disk by having one binary where everything is hardlinked to it: ``` [WW] SIZE: 128.45MiB -> 16.73MiB, 401 -> 405 files [WW] ------> FILES(+105,-101) SIZE(-86.98%) ``` Closes: https://bugs.gentoo.org/836820 Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
sys-apps/uutils-coreutils: Keyword 0.0.17 ppc64, #893626
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
Rename sys-apps/{uutils -> uutils-coreutils}
Closes: https://bugs.gentoo.org/895754 Signed-off-by: Sam James <sam@gentoo.org>