sys-apps/asus-ec-sensors::bentoo
- Ebuilds: 1, Testing: 0_p20260823 Description:
HWMON driver for ASUS motherboards that expose sensor values through the
embedded controller: chipset, CPU and motherboard temperatures, T_Sensor
and water-block probes, CPU/chipset fan and water-pump speeds, and CPU
current. These readings are not reachable through the Super I/O chip
because the board firmware reserves that region via ACPI.
This is the out-of-tree tree from which the in-kernel asus-ec-sensors
driver is fed. New boards are added here first and forwarded to the
kernel afterwards, so it covers hardware that the running kernel may not
yet know about.
Homepage:https://github.com/zeule/asus-ec-sensors License: GPL-2+
sys-apps/fakeroot::bentoo
- Ebuilds: 1, Testing: 2.1.4 Description:
fakeroot runs a command in an environment where it appears to have root
privileges for file manipulation: it intercepts the libc calls that
read and change file ownership and permissions, keeping the pretend
values in a database instead of touching the real filesystem. That is
what lets an unprivileged user build packages whose contents have to be
owned by root.
This is a temporary mirror of the ::gentoo package. ::gentoo carries
1.33 (2025); fakeroot is developed in Debian, which moved to the 2.x
series in July 2026. Remove this package once ::gentoo catches up.
Homepage:https://tracker.debian.org/pkg/fakeroot License: GPL-3
sys-apps/fwupd::bentoo
- Ebuilds: 1, Testing: 2.1.7 Description: Aims to make updating firmware on Linux automatic, safe and reliable
Homepage:https://fwupd.org License: LGPL-2.1+
sys-apps/uutils-coreutils-bin::bentoo
- Ebuilds: 1, Testing: 0.10.0 Description:
uutils coreutils is a cross-platform reimplementation of the GNU file,
text and shell utilities (ls, cp, dd, sort, head, whoami, ...) in Rust.
Release 0.10.0 passes 645 of the GNU test suite cases.
This package installs the prebuilt binaries published by upstream for
each release instead of compiling roughly four hundred crates locally,
so it needs neither a Rust toolchain nor a long build. The installed
layout is identical to the from-source sys-apps/uutils-coreutils: a
multicall binary at /usr/bin/uu-coreutils with one uu- prefixed symlink
per applet, so nothing shadows GNU sys-apps/coreutils and the two
packages block each other.
amd64 and x86 use upstream's glibc build; arm64 and riscv use the
statically linked musl build, which is the only one upstream provides
for those architectures. A musl build resolves accounts from
/etc/passwd and /etc/group alone and ignores NSS modules such as LDAP
or SSSD, which matters for uu-ls -l, uu-id and uu-chown on hosts with
networked accounts.
The stdbuf applet is absent: it requires a helper library that the
release tarballs do not carry. Build the package from source if it is
needed.
Homepage:https://uutils.github.io/coreutils/ https://github.com/uutils/coreutils License: MIT
Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB