summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/cutter: Stabilize 2.3.2 amd64, #914721Sam James2023-09-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/gitlab-runner: drop 16.1.0William Hubbs2023-09-252-64/+0
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-util/gitlab-runner: add 16.4.0William Hubbs2023-09-252-0/+64
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-util/spirv-llvm-translator: Require spirv-headers-1.3.261Matt Turner2023-09-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/lldb: Add 18.0.0_pre20230925 snapshotMichał Górny2023-09-252-0/+115
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/rizin: drop 0.5.1, 0.5.2, 0.6.1John Helmert III2023-09-244-293/+0
| | | | | | Bug: https://bugs.gentoo.org/904413 Bug: https://bugs.gentoo.org/914338 Signed-off-by: John Helmert III <ajak@gentoo.org>
* dev-util/rizin: stabilize 0.6.2 for amd64John Helmert III2023-09-241-1/+1
| | | | | Bug: https://bugs.gentoo.org/914338 Signed-off-by: John Helmert III <ajak@gentoo.org>
* dev-util/cargo-nextest: drop 0.9.54Sam James2023-09-252-470/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/cargo-nextest: add 0.9.58Sam James2023-09-252-0/+477
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Stabilize 4.5.2 ppc, #908347Arthur Zamarin2023-09-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/astyle: drop 3.4, 3.4.6Sam James2023-09-243-163/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/astyle: add 3.4.8Sam James2023-09-242-0/+85
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/meson: backport LLVM 17 fixesSam James2023-09-242-0/+163
| | | | | | | | | 1.2.2 is hopefully coming Real Soon Now but Eli already pointed out precisely which PR it is and meson "rebuilds" are extremely cheap so there's no real reason to not throw it in now. Closes: https://bugs.gentoo.org/914576 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/mingw64-toolchain: fix build with libcxx-17Ionen Wolkens2023-09-232-0/+64
| | | | | | | | | | | | | | | | | | | Meant to delay this until it'd be fixed in sys-devel/gcc, but issue unfortunately went under the radar. Tried a snapshot (13-20230916) but still seems broken the same way, and assume sys-devel/gcc likely still has issues too (not tested). For now no harm in just picking/rebasing PR#32249 which is sufficient for what is used here (tested on llvm-musl w/ default-libcxx-17). Technically patch could warrant a revbump like the PR did (and in ~arch), but feels too basic to be worth the extra churn and a long rebuild. Closes: https://bugs.gentoo.org/914565 Closes: https://github.com/gentoo/gentoo/pull/32249 Co-Authored-By: Violet Purcell <vimproved@inventati.org> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/nvidia-cuda-toolkit: fix Nsight Systems profilerDavid Seifert2023-09-231-0/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/cmake: default to Qt 5 for now with USE=guiSam James2023-09-222-8/+18
| | | | | | | | | | | Unfortunate, but I don't use the CMake GUI and the user has a reasonable request here. Still make Qt 6 available w/ USE=qt6 though. Revisit when Plasma 6 is out to avoid the referenced jarring issue wrt text rendering. Bug: https://bugs.gentoo.org/914489 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ruff: add 0.0.291, drop 0.0.290Patrick McLean2023-09-222-45/+56
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/spirv-llvm-translator: add 17.0.0Conrad Kostecki2023-09-222-0/+58
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/pkgdev: Stabilize 0.2.8-r1 ALLARCHES, #914552Sam James2023-09-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/cmake: fix pkg_* from USE=gui renameSam James2023-09-222-4/+4
| | | | | Fixes: 1d61e152357e6c2ce6dcd45335a5b6c86000584e Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/cmake: fix whitespaceSam James2023-09-221-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/cmake: fix Qt 6 automagic; migrate to USE=guiSam James2023-09-222-9/+299
| | | | | | | | | | | | | | * Migrate to USE=gui per QA policy (PG0802, https://projects.gentoo.org/qa/policy-guide/use-flags.html#pg0802) which has the nice consequence of helping to avoid circular dependencies (iirc, been a while since I've seen it, although it's obvious for Qt 6) for users who are just trying to prefer Qt 5/6 over GTK or whatever in make.conf. * Just require Qt 6 for USE=gui instead of allowing Qt 5 too given Qt 5 is on the way out and we have to start shifting preference at some point. Pretty low risk for CMake given the GUI for it isn't that well-used anyway AFAIK. Closes: https://bugs.gentoo.org/914489 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/cmake: drop shadowed 3.27.x versionsSam James2023-09-228-2040/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/meson: Stabilize 1.2.1-r1 hppa, #914538Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/meson: Stabilize 1.2.1-r1 arm64, #914538Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/meson: Stabilize 1.2.1-r1 ppc, #914538Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/meson: Stabilize 1.2.1-r1 sparc, #914538Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/meson: Stabilize 1.2.1-r1 ppc64, #914538Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/meson: Stabilize 1.2.1-r1 amd64, #914538Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/meson: Stabilize 1.2.1-r1 x86, #914538Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/meson: Stabilize 1.2.1-r1 arm, #914538Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/cookiecutter: add 2.3.1Andrew Ammerlaan2023-09-222-0/+54
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* dev-util/glib-utils: Drop old versionsMatt Turner2023-09-212-63/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/gdbus-codegen: Drop old versionsMatt Turner2023-09-212-75/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/gitlab-runner: drop 16.3.0William Hubbs2023-09-212-64/+0
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-util/gitlab-runner: add 16.3.1William Hubbs2023-09-212-0/+64
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-util/librnp: keyword 0.17.0-r2 for ~loongWANG Xuerui2023-09-221-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-util/cmake: add 3.27.6Sam James2023-09-212-0/+294
| | | | | | | This might fix bug #914429. Bug: https://bugs.gentoo.org/914429 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/jenkins-bin: add 2.414.2, 2.424Hans de Graaff2023-09-213-0/+92
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-util/visualvm: bump to 2.1.7Miroslav Šulc2023-09-202-0/+138
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-util/android-ndk: Add virtual/libcrypt dependencyAndreas K. Hüttel2023-09-196-12/+18
| | | | | Closes: https://bugs.gentoo.org/818595 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-util/lldb: Bump to 17.0.1Michał Górny2023-09-192-0/+116
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/bpftrace: drop 0.17.1Patrick McLean2023-09-195-497/+0
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bpftrace: add 0.19.0Patrick McLean2023-09-193-0/+434
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/cargo-tarpaulin: Add 0.27.0, remove 0.25.2Patrick McLean2023-09-193-241/+301
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/lldb: 17.x is now 17.0.1Michał Górny2023-09-191-0/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/cppcheck: drop 2.6.3, 2.8.1, 2.8.1-r1, 2.8.2Sam James2023-09-196-456/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/vulkan-tools: Support multiple window systemsNick Sarnie2023-09-182-2/+84
| | | | | | | Closes: https://bugs.gentoo.org/907071 Closes: https://bugs.gentoo.org/912402 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* dev-util/selenium-manager: Keyword 4.11.0 x86, #912999Arthur Zamarin2023-09-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/debugedit: Fix build on musl 1.2.4Violet Purcell2023-09-182-0/+41
| | | | | | Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/31631 Signed-off-by: Sam James <sam@gentoo.org>