summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/libabigail: drop deleted option from liveEli Schwartz4 hours1-1/+0
| | | | | | | | | | | This option was being disabled anyway, and was removed upstream as "finally we can get rid of this as it's useless now": https://sourceware.org/git/?p=libabigail.git;a=commitdiff;h=1b1b8399d1fe69fa402109700d6cdaba52ac8b17 The configure option, accordingly, raises a QA warning that it is unrecognized. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-util/libabigail: disable submodule clone in liveEli Schwartz4 hours2-0/+2
| | | | | | | The one submodule is called "big-tests", and it requires explicit opt-in during configure, which we don't do. Cloning it is an (expensive) waste. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-util/libabigail: drop unconditional eautoreconfEli Schwartz4 hours2-10/+14
| | | | | | | | | | | | | | We still need this for the live ebuild for obvious reasons. But we were running it against release tarballs as well, with a comment from 2019 that said ltmain.sh contained broken redhat spec file references. This is not a problem today (cannot find the relevant string, builds fine) so it appears the release tooling they used is no longer broken and we can remove this workaround. All we need now is the usual elibtoolize dance, a much smaller dependency set. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-util/cppcheck: Stabilize 2.14.2 ppc64, #939301Arthur Zamarin9 hours1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/bcc: restore tool symlinking, add missing deps, musl fixPatrick McLean10 hours2-7/+63
| | | | | | | | | | | | - Restore tool symlinking, making sure to skip python tools - Add some logic to tool symlinking to avoid collisions - Prefix tool name for some more generically named tools with bcc- - Add some missing dependencies (libffi, zstd, ncurses[tinfo], flex, bison) - Add lzma USE flag and remove automagic dep - Restore musl fix that somehow got lost (bug #939453) Closes: https://bugs.gentoo.org/939453 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/astyle: add 3.6.1Alfredo Tupone12 hours2-0/+90
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* dev-util/bcc: do not create conflicting symlinks in /usr/sbinMike Gilbert12 hours1-8/+0
| | | | | | The same files are installed via python_newscript in /usr/bin. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-util/aruba: Stabilize 2.2.0 ppc, #932713Arthur Zamarin12 hours1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/nvidia-cuda-toolkit: add 12.6.1David Seifert18 hours2-0/+329
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/indent: drop 2.2.12Petr Vaněk21 hours2-51/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-util/gengetopt: drop 2.23Petr Vaněk22 hours1-29/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-util/egypt: drop 1.10Petr Vaněk22 hours2-15/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-util/bcc: drop 0.28.0-r1Patrick McLean32 hours2-139/+0
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: add 0.31.0Patrick McLean32 hours3-0/+189
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/directx-headers: Version bump to 1.614.1Matt Turner33 hours2-0/+31
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/kdevelop-pg-qt: drop 2.2.2Andreas Sturmlechner33 hours2-21/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/cppcheck: Stabilize 2.14.2 arm64, #939301Arthur Zamarin41 hours1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/gitlab-cli: drop 1.41.0William Hubbs2 days2-34/+0
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-util/gitlab-cli: add 1.46.0William Hubbs2 days2-0/+34
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-util/cppcheck: Stabilize 2.14.2 amd64, #939301Arthur Zamarin2 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/cppcheck: Stabilize 2.14.2 x86, #939301Arthur Zamarin2 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/hipify-clang: strip incompatible flag due to compiler switchSv. Lockal2 days1-1/+5
| | | | | | | Closes: https://bugs.gentoo.org/928906 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37639 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/roctracer: strip unsupported flags for potentially switched compilerSv. Lockal2 days1-2/+13
| | | | | | | | | | | Also fix libc++ in hipcc (clang-18) has no <experimental/filesystem>. Also remove unused cmake flag. Bug: https://bugs.gentoo.org/936099 Closes: https://bugs.gentoo.org/854111 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/Tensile: strip unsupported flags for potentially switched compilerSv. Lockal2 days1-1/+3
| | | | | | Bug: https://bugs.gentoo.org/936099 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/spirv-llvm-translator: Add multilib supportSasha Finkelstein2 days1-5/+5
| | | | | | Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38497 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/maturin: Stabilize 1.7.1 sparc, #939294Sam James3 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/maturin: Stabilize 1.7.1 amd64, #939294Sam James5 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/maturin: Stabilize 1.7.1 arm, #939294Arthur Zamarin5 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/maturin: Stabilize 1.7.1 x86, #939294Jakov Smolić5 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/jenkins-bin: add 2.462.2Hans de Graaff5 days2-0/+45
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-util/visualvm: slotmove 7 -> 0Volkmar W. Pogatzki5 days1-1/+2
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37928 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-util/lttng-ust: keyword 2.13.8 for ~mipsArthur Zamarin5 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/tree-sitter-cli: keyword 0.23.0 for ~mipsArthur Zamarin5 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/intel_clc: Version bump to 24.2.2Matt Turner6 days2-0/+94
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/pkgdev: drop 0.2.10Arthur Zamarin6 days1-75/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/pkgdev: (live) sync keywordsArthur Zamarin6 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/pkgcheck: (live) sync keywordsArthur Zamarin6 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/pkgdev: add 0.2.11Arthur Zamarin6 days2-0/+79
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/pkgcheck: add 0.10.31Arthur Zamarin6 days2-0/+94
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/tree-sitter-cli: Drop old versionsMatt Turner6 days4-104/+0
| | | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/38443 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/ccache: Stabilize 4.10.1 sparc, #939151Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ccache: Stabilize 4.10.1 x86, #939151Jakov Smolić6 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/ccache: Stabilize 4.10.1 arm64, #939151Jakov Smolić6 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/ccache: Stabilize 4.10.1 arm, #939151Jakov Smolić6 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/ccache: Stabilize 4.10.1 amd64, #939151Jakov Smolić6 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/babeltrace: Stabilize 1.5.11 x86, #939146Jakov Smolić6 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/babeltrace: Stabilize 1.5.11 arm64, #939146Jakov Smolić6 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/babeltrace: Stabilize 1.5.11 arm, #939146Jakov Smolić6 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/babeltrace: Stabilize 1.5.11 amd64, #939146Jakov Smolić6 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/uglifyjs: Bump to 3.19.3, drop old 3.19.2James Le Cuirot6 days2-1/+1
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>