summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/agedu: drop 20200617, 20200705Sam James2024-03-104-119/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/onerng: add python3.12 supportConrad Kostecki2024-03-091-2/+2
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-apps/util-linux: Enable py3.12Michał Górny2024-03-092-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/eza: Stabilize 0.18.6 arm64, #926534Jakov Smolić2024-03-091-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-apps/portage: Use epytest to run testsMichał Górny2024-03-091-4/+4
| | | | | | | | | | | | Use `epytest` to run tests rather than running it with some wheel reinvention via meson. This ensures that the common argument list is used rather than inlined into the ebuild. While at it, disable plugin autoloading for good measure. Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/35672 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/portage: Fix BDEPEND/DEPEND splitMichał Górny2024-03-091-9/+5
| | | | | | | | Correct the split of build-time dependencies between `BDEPEND` and `DEPEND`. None of the listed dependencies seem to be specific to C extension builds, and they all seem to belong to `BDEPEND`. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/eza: Stabilize 0.18.6 amd64, #926534Joonas Niilola2024-03-091-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/eza: add 0.18.6Leonardo Hernández Hernández2024-03-082-0/+277
| | | | | | | Bug: https://bugs.gentoo.org/926532 Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/35676 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/kmod: move modprobe to /sbin on split-usrMike Gilbert2024-03-072-2/+14
| | | | | | The kernel calls /sbin/modprobe by default, so we need to match that. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-apps/kmod: cleanup usrmerge collisionsSam James2024-03-072-28/+0
| | | | | | | | | | Remove symlink hacks that don't provide any real benefit, especially we dropped support for no-separate-/usr/-without-initramfs (see news item). This also prevents breakage on usrmerge systems where /bin = /sbin = /usr/bin = /usr/sbin. Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/keyutils: backport test fixSam James2024-03-072-0/+77
| | | | | Closes: https://bugs.gentoo.org/926278 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/kmod: add 32Sam James2024-03-073-1/+154
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bfs: restore einstalldocs callSam James2024-03-071-0/+1
| | | | | | | Oops. Fixes: d51388fff94b853f3f85c418e292a739e37817cb Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bfs: add 3.1.3Sam James2024-03-072-0/+51
| | | | | | | Also, use `bfsmake` in src_install just in case, although it doesn't seem strictly necessary. Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bfs: drop 3.1.1Sam James2024-03-072-47/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/util-linux: Allow hexdump to be invoked as hdUlrich Müller2024-03-052-0/+414
| | | | | | | hexdump(1) automatically uses -C when called as "hd". Closes: https://bugs.gentoo.org/926091 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-apps/shadow: remove unused patchMichael Mair-Keimberger2024-03-051-1305/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* sys-apps/pkgcore: remove unused patch(es)Michael Mair-Keimberger2024-03-051-16/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* sys-apps/xdg-desktop-portal-gnome: mark LTO-unsafe, strict-aliasing unsafeEli Schwartz2024-03-051-1/+10
| | | | | | Closes: https://bugs.gentoo.org/919852 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/uutils-coreutils: guarantee the use of system depsEli Schwartz2024-03-051-0/+4
| | | | | | | | | 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>
* sys-apps/uutils-coreutils: mark as LTO-unsafeEli Schwartz2024-03-052-2/+8
| | | | | | | | | 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>
* sys-apps/portage: restore 3.0.61-r1Zac Medico2024-03-042-0/+247
| | | | | | Fixes: ebcda0fcb565 ("sys-apps/portage: drop versions") Bug: https://bugs.gentoo.org/921933#c11 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* sys-apps/dbus: Stabilize 1.15.8 amd64, #926159Jakov Smolić2024-03-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-apps/dbus: Stabilize 1.15.8 x86, #926159Jakov Smolić2024-03-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-apps/ripgrep: Remove oldMichał Górny2024-03-043-305/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/dbus: Stabilize 1.15.8 ppc, #926159Arthur Zamarin2024-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/dbus: Stabilize 1.15.8 ppc64, #926159Arthur Zamarin2024-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/dbus: Stabilize 1.15.8 arm, #926159Arthur Zamarin2024-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/dbus: Stabilize 1.15.8 arm64, #926159Arthur Zamarin2024-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/dbus: Stabilize 1.15.8 sparc, #926159Arthur Zamarin2024-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/pv: drop 1.7.24, 1.8.0Sam James2024-03-043-116/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/dbus: drop 1.15.4-r1Sam James2024-03-042-301/+0
| | | | | Bug: https://bugs.gentoo.org/907975 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/portage: drop versionsSam James2024-03-048-1362/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/texinfo: drop 7.0.3Sam James2024-03-042-83/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/less: drop 608-r2Sam James2024-03-042-61/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/gawk: drop 5.2.1, 5.3.0Sam James2024-03-043-277/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/mawk: drop 1.3.4_p20231102Sam James2024-03-042-53/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/ripgrep: Stabilize 14.1.0 arm64, #924582Sam James2024-03-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/ripgrep: Stabilize 14.1.0 x86, #924582Sam James2024-03-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/ripgrep: Stabilize 14.1.0 ppc64, #924582Sam James2024-03-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/ripgrep: Stabilize 14.1.0 amd64, #924582Sam James2024-03-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bat: update environment variable for forcing system libgit2Sam James2024-03-041-2/+2
| | | | | | See d98b521e041fe26b4f5e7b495e1cf11b7963903a. Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/eza: update environment variable for forcing system libgit2Sam James2024-03-041-2/+2
| | | | | | See d98b521e041fe26b4f5e7b495e1cf11b7963903a. Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/systemd: backport another stringop-truncation fixSam James2024-03-042-0/+44
| | | | | | | | No revbump as this is a false positive (the stringop-* warnings are known to be noisy/flaky). Closes: https://bugs.gentoo.org/916518 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/qdirstat: drop 1.8.1Conrad Kostecki2024-03-042-56/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-apps/qdirstat: x86 stableConrad Kostecki2024-03-041-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-apps/qdirstat: amd64 stableConrad Kostecki2024-03-041-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-apps/edid-decode: Stabilize 0_pre20230131 arm64, #926095Michał Górny2024-03-031-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/edid-decode: Stabilize 0_pre20230131 ppc64, #926095Michał Górny2024-03-031-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/keyutils: drop 1.6.3Eli Schwartz2024-03-031-116/+0
| | | | | | | Old ebuild uses usr-ldscript Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>