| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/927049
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/36560
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
| |
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
| |
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kerin Millar (15):
test-functions: Actually remove print_args()
Significantly improve _print_args() behaviour
Have edo() clarify that something is being executed
Micro-optimise _print_args()
Add an eqatag() function
test-functions: Include /opt/pkg/bin in PATH
Have _print_args() produce octal sequences for DEL
Correct an awk else clause in _print_args()
Render argument checking more stringent; standardise diagnostics
Adhere to the Allman style (again)
test-functions: Render tests somewhat fast again
test-functions: Minor ebegin() test refactoring
Explain why is_older_than() checks for the presence of gfind
Micro-optimise the eqatag() argument parsing loop
Correct the wrapping of a comment
Sam James (1):
meson.build: prepare for gentoo-functions-1.6
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
It passes for me on re-runs.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/930449
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36756
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
It suffices to export CC before running configure, as it's mainly just
there to produce a Makefile.inc that overrides CC and suchlike. Allows
dropping a phase definition entirely.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/908573
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It had a Modern C warning because the ancient standard routines failed
to detect that STDC_HEADERS could be safely set:
```
checking for ANSI C header files... no
```
Fortunately the code never relied on this anyway, so it was a moot
point. But a noisy one.
Autoconf 2.53 is pretty long in the tooth so take this opportunity to
freshen up, anyway.
Closes: https://bugs.gentoo.org/908576
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/922622
Signed-off-by: Gabi Falk <gabifalk@gmx.com>
Closes: https://github.com/gentoo/gentoo/pull/36638
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
| |
Set command_args_foreground="-FP".
Set command_user=uuidd.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
|
|
|
|
|
|
|
|
| |
The build system only installs the tmpfiles.d file when systemd is
enabled. Compensate by calling checkpath in the init script.
Closes: https://bugs.gentoo.org/932276
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
When building live, we always run eautoreconf. However, even in release
mode we should still run elibtoolize to get important fixes -- such as
the ones that pass through LTO sanity flags to the link phase.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are also some suppressions that are going to be added to portage
itself for gnulib checks that are *expected* to fail. Backported to
sys-apps/portage.
[sam: Revbump.]
Closes: https://bugs.gentoo.org/900382
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
|
|
|
|
| |
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Kerin Millar (2):
Signify end of options to awk in edo()
Separate some edo() code into a _print_args() helper function
Sam James (1):
meson.build: prepare for gentoo-functions-1.5
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Kerin Millar (2):
test-functions: Fix invalid TAP output
test-functions: Fix spurious edo() test failures
Sam James (1):
meson.build: prepare for gentoo-functions-1.4
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kerin Millar (18):
Reorganise the order in which functions are declared
Declare some of the v-prefixed functions dynamically
Remove some superfluous boolean variable declarations
Declare eerror(), einfo() and ewarn() dynamically
Improve the comments
Have esyslog() check that EINFO_LOG is true instead of non-empty
Don't call is_int() from _esetdent()
Make _eend() much faster in bash
Tweak the comment style for yesno()
More comment improvements
Rename _has_monochrome_terminal() to _has_color_terminal()
Add a die() function
Document variables influencing runtime behaviour
test-functions: Fix a spurious test failure
test-functions: Use test rather than [ to placate shellcheck
Add an eqawarn() function
Add an edo() function
Reposition the declaration of _has_dumb_terminal()
Sam James (1):
meson.build: prepare for gentoo-functions-1.3
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
| |
We're going to try kw GCC 14 soon so we want to reduce FPs to see what
remains to be done.
Bug: https://bugs.gentoo.org/906027
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/932003
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
|
|
|
|
| |
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
|
|
|
|
| |
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|