summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* net-libs/xdp-tools: Keyword 1.4.1-r1 ppc64, #924948Sam James2024-02-191-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/cxxopts: pass cmake optionsRobert Günzler2024-02-192-2/+2
| | | | | | | | | previously mycmakeopts was used to pass them, which is simply ignored, needs to be mycmakeargs Signed-off-by: Robert Günzler <r@gnzler.io> Closes: https://github.com/gentoo/gentoo/pull/35095 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/trace-cmd: fix USE=-python errYixun Lan2024-02-191-1/+1
| | | | | | | | | this will trigger a python build error * ERROR: dev-util/trace-cmd-3.2-r2::gentoo failed (install phase): * _python_export called without a python implementation and EPYTHON is unset Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-misc/trash-cli: Stabilize 0.23.9.23 x86, #924950Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/trash-cli: Stabilize 0.23.9.23 amd64, #924950Sam James2024-02-191-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/gitea: drop 1.21.3Yixun Lan2024-02-192-146/+0
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* www-client/w3m: drop old versionsNRK2024-02-197-568/+1
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/35418 Signed-off-by: NRK <nrk@disroot.org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-ruby/faraday_middleware-multi_json: enable ruby32Hans de Graaff2024-02-191-2/+2
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* net-misc/openssh: drop old gcc-config workaroundSam James2024-02-191-7/+0
| | | | | | | This shouldn't be needed anymore since 0b22d07f89b16ac3400e45077702ac4c4492e5a4 anyway. Bug: https://bugs.gentoo.org/872416 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: use an officially supported approach to overriding xauthEli Schwartz2024-02-191-4/+2
| | | | | | | | | | | | | | | | | | | | Instead of patching out a header file, use the ./configure option dedicated for this purpose. It has the side effect of correctly sed'ing out config files / manpages with the updated location. When not explicitly passed, the builtin default is used as a fallback, but when USE=X, portage as an implementation detail guarantees that xauth will be installed before openssh is compiled. ... as long as you don't use --buildpkg. So, "probably" if you used USE=X the paths were correct, but: - this is overall a poor approach to reliability - it misses the point of also overriding the path when USE="-X" - we just removed the USE flag and the RDEPEND Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: remove pointless USE=XEli Schwartz2024-02-191-0/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It was originally added in 2006 with the following rationale: > Since with our new stable modular X, all we need to do X11-forwarding > via SSH is to have x11-apps/xauth (and dependencies) installed, it would > be handy to have this as an RDEPEND in the ebuilds. In order to keep > most entirely-non-X servers happy, it should probably be turned on only > with a USE flag, say 'X'. > This is entirely unnecessary for the building of openssh, but would > provide a straight-foward way of letting users know what to do if they > want to enable x11-forwarding w/o having xorg-x11 installed, and without > having to debug their ssh -X session or delve deeply into documentation. It is the textbook rationale for optfeature. However, in 2006, optfeature didn't exist -- it was added in 2014 through bug 498988. (And of course the real solution is GLEP 62 "IUSE_RUNTIME".) It is now 2024 and enabling/disabling USE=X still causes openssh to pointlessly recompile and rebuild itself, invalidating binhosts in the process. Bug: https://bugs.gentoo.org/139235 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: add 2.38 patchlevel 11 (no keywords)Andreas K. Hüttel2024-02-192-0/+1719
| | | | | | | | | | Summary of test results: 5138 PASS 86 UNSUPPORTED 19 XFAIL 6 XPASS Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-build/meson: Stabilize 1.3.1-r1 ppc64, #924949Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/meson: Stabilize 1.3.1-r1 x86, #924949Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/meson: Stabilize 1.3.1-r1 sparc, #924949Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/meson: Stabilize 1.3.1-r1 arm, #924949Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/meson: Stabilize 1.3.1-r1 arm64, #924949Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/pcl: Stabilize 1.14.0 amd64, #924930Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/ansible-lint: Stabilize 6.22.2 amd64, #924896Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* toolchain.eclass: explicitly disable fixincludes for cross tooSam James2024-02-191-2/+2
| | | | | | | Just in case, although the condition is unlikely there now. Bug: https://bugs.gentoo.org/905118 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: drop obsolete cross fixincludes patch for 13Sam James2024-02-199-29/+2
| | | | | | | We should be able to do this now after 0b75d3ce0bae8240c28c6a8f191f5130548f8475. Bug: https://bugs.gentoo.org/905118 Signed-off-by: Sam James <sam@gentoo.org>
* toolchain.eclass: rework fixincludes againSam James2024-02-191-3/+20
| | | | | | | | | | | | | | | | | | | | | * Only run fixincludes for >= GCC 13 with <sys-libs/glibc-2.38. * Refactor the logic while at it to make it easier to control (as we do some bits depending on it in src_install). Doing this after getting for cross: ``` The directory (BUILD_SYSTEM_HEADER_DIR) that should contain system headers does not exist: /usr/lib/gcc/aarch64_be-unknown-linux-gnu/14/include make[2]: *** [Makefile:3448: stmp-fixinc] Error 1 make[2]: *** Waiting for unfinished jobs.... ``` This should also let us drop the patch for bug #905118 now. Bug: https://bugs.gentoo.org/905118 Bug: https://gcc.gnu.org/PR107128 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/evdev: Bump to 1.7.0Michał Górny2024-02-192-0/+45
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Rename dev-python/{python-evdev → evdev}Michał Górny2024-02-1918-35/+38
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/python-evdev: Prepare for a renameMichał Górny2024-02-191-2/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/xlsxwriter: Bump to 3.2.0Michał Górny2024-02-192-0/+34
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/xmlschema: Bump to 3.0.2Michał Górny2024-02-192-0/+38
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pykka: Bump to 4.0.2Michał Górny2024-02-192-0/+33
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/dnspython: Bump to 2.6.1Michał Górny2024-02-192-0/+48
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/identify: Bump to 2.5.35Michał Górny2024-02-192-0/+30
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pyupgrade: Bump to 3.15.1Michał Górny2024-02-192-0/+31
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypdf: Bump to 4.0.2Michał Górny2024-02-192-0/+60
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libuv: Stabilize 1.48.0 x86, #924891Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/meson: Stabilize amd64, #924949Eli Schwartz2024-02-191-1/+1
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/calibre: Stabilize amd64, #924028Eli Schwartz2024-02-191-1/+1
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcap-ng: apply elibtoolize to ensure LTO flags stickEli Schwartz2024-02-191-1/+2
| | | | | | | It optionally runs eautomake for prefix, but never elibtoolize... Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/mathjax: fix build error for 2.x built without docsEli Schwartz2024-02-191-1/+3
| | | | | | | | | The sed did not apply because the docs aren't extracted unless USE=doc. In that case there's no point running it anyway. Closes: https://bugs.gentoo.org/924879 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/moto: Bump to 5.0.2Michał Górny2024-02-192-0/+153
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/Nuitka: Bump to 2.0.3Michał Górny2024-02-192-0/+53
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-sound/cava: Stabilize 0.10.1 x86, #924763Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libuv: Stabilize 1.48.0 amd64, #924891Sam James2024-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sec-keys/openpgp-keys-libuv: Typo fixHank Leininger2024-02-191-1/+1
| | | | | | Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://github.com/gentoo/gentoo/pull/35416 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/cdogs-sdl: add 2.0.0Ionen Wolkens2024-02-182-0/+54
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-arch/createrepo_c: drop 1.0.2Matt Jolly2024-02-192-68/+0
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* app-arch/createrepo_c: add 1.0.4Matt Jolly2024-02-192-0/+67
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* dev-libs/libffi: add 3.4.6, drop 3.4.5Sam James2024-02-192-1/+1
| | | | | | | 3.4.5 was a short-lived release w/ a symbol regression for alpha and mips. Should be fixed in 3.4.6. Signed-off-by: Sam James <sam@gentoo.org>
* metadata/stabilization-groups: add alsa.groupSam James2024-02-191-0/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/alsa-ucm-conf: add 1.2.11Sam James2024-02-192-0/+21
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: add 14.0.1_pre202402Sam James2024-02-192-0/+66
| | | | | | | | | | | This has a workaround for bug #924237. bugs #924709, bug #924758, and bug #924769 may be the same. Bug: https://bugs.gentoo.org/924709 Bug: https://bugs.gentoo.org/924758 Bug: https://bugs.gentoo.org/924769 Closes: https://bugs.gentoo.org/924237 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: replace 8.2.15-r1 and 8.3.2-r1 with 8.2.16 and 8.3.3Michael Orlitzky2024-02-184-19/+16
| | | | | Closes: https://bugs.gentoo.org/923335 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>