Commit Graph

1639 Commits

Author SHA1 Message Date
Florian Albrechtskirchinger
9428fb91d0 dev-util/google-antigravity: drop 1.21.9, 1.22.2
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2026-05-29 17:55:21 +02:00
Florian Albrechtskirchinger
f251b8f78f dev-util/google-antigravity: add missing deps
Add missing dependencies identified by Tinderbox QA run.

Closes: https://bugs.gentoo.org/974969
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2026-05-29 17:55:21 +02:00
Huang Rui
a981a27570 dev-util/codex: add 0.135.0, drop 0.133.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-29 19:29:08 +08:00
Huang Rui
c73272a3b3 dev-util/gemini-cli: add 0.44.1, drop 0.42.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-29 19:28:40 +08:00
Ceres
52a27e6b4d dev-util/forgejo-runner: drop 12.10.1
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-28 21:15:59 +01:00
Ceres
69d983e9ab dev-util/forgejo-runner: add 12.10.2
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-28 21:15:43 +01:00
Haelwenn (lanodan) Monnier
719a9cc455 dev-util/xcd-rgb: add 1.1.0, drop 1.0.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2026-05-27 22:55:23 +02:00
Huang Rui
c976b5f300 dev-util/codex: add 0.134.0, drop 0.132.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-27 09:45:46 +08:00
David Roman
8880fc0df2 dev-util/kubetail-bin: treeclean
Signed-off-by: David Roman <stkw0@disroot.org>
2026-05-26 13:51:30 +02:00
David Roman
20911034a7 dev-util/minify-bin: treeclean
Signed-off-by: David Roman <stkw0@disroot.org>
2026-05-26 13:50:40 +02:00
ingenarel (NeoJesus)
d4a48f0053 dev-util/tombi: add 1.0.0
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-25 19:19:18 +06:00
Nicolas PARLANT
4266e2bcaf dev-util/gammaray: new useflag for opengl
introduce a new useflag opengl for plugins:
guisupport -> qtbase[opengl?]
openglsupport -> qtbase[opengl]
quickinspector -> qtbase[opengl=], qtdeclarative[opengl?]

Closes: https://bugs.gentoo.org/975956
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-25 14:54:39 +02:00
Pavel Sobolev
c7a628691d dev-util/gersemi: drop 0.27.4
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-23 20:54:59 +03:00
Pavel Sobolev
3486fd152e dev-util/gersemi: add 0.27.6
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-23 20:54:59 +03:00
Huang Rui
4a73172d38 dev-util/codex: add 0.133.0, drop 0.131.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-22 11:53:32 +08:00
Huang Rui
cdc6605fa5 dev-util/gemini-cli: add 0.43.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-22 11:53:32 +08:00
ingenarel (NeoJesus)
21db66a1d6 dev-util/tombi: drop 0.9.25
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-21 12:14:48 +06:00
ingenarel (NeoJesus)
9e9df30eb3 dev-util/tombi: add 0.11.5
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-21 12:14:48 +06:00
Anna (cybertailor) Vyalkova
2dfbb1d6c5 dev-util/gshards: update EAPI 8 -> 9
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2026-05-21 10:38:59 +05:00
Mark Harmstone
03cdec0a43 dev-util/systing: add llvm-core/clang to BDEPEND
Fixes bug #975030.

Signed-off-by: Mark Harmstone <mark@harmstone.com>
2026-05-20 12:50:59 +01:00
Huang Rui
ca16488bed dev-util/codex: add 0.132.0, drop 0.130.0-r1
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 10:45:41 +08:00
Huang Rui
e42fc2eb1a dev-util/codex: add 0.131.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-19 17:16:48 +08:00
ingenarel (NeoJesus)
5570b4fe61 dev-util/tombi: fix tests, install, and deps
Thanks, Agostino Sarubbo for finding the test phase and install phase
bugs

- sys crate fixes were generated using:
  50826abbf4

  and it's deps fixes are for the same reason as commit
  6c4a37fb4c

- more test skips are added, either because they need the internet, or
  it's an actual upstream problem that would be hard for me to patch in
  downstream. `--no-fail-test` flag is also added to run all tests even
  if any fails, in order to get the full list of failed tests, which
  makes it easier to bump and maintain

- changed the hardcoded target/release paths to $(cargo_target_dir),
  that way it doesn't fail if DEBUG USE is set.

Closes: https://bugs.gentoo.org/975031
Closes: https://bugs.gentoo.org/975032
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-19 14:17:38 +06:00
Daichi Yamamoto
4a320dcbff dev-util/stylua: add 2.5.2, drop 2.4.1
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2026-05-19 10:01:55 +09:00
Nicolas PARLANT
71d0af5b9d dev-util/gammaray: drop 3.3.0
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-18 21:14:08 +02:00
Nicolas PARLANT
22d9b17742 dev-util/gammaray: remove unused patch
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-18 21:14:08 +02:00
Nicolas PARLANT
c97119a8d8 dev-util/gammaray: Bump to 3.4.0
release w/ qt-6.11 support

Closes: https://bugs.gentoo.org/962055
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-18 21:14:08 +02:00
Alexey Zapparov
a99ab99b48 Maks orphaned packages with open bugs
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
2026-05-18 17:00:02 +02:00
Huang Rui
1cb00e64f1 dev-util/wxformbuilder: drop -fPIE from app, bump to -r1
- Add no-pie patch: app target now POSITION_INDEPENDENT_CODE OFF.
- Third-party static libs keep -fPIC for shared-lib linking.

Closes: https://bugs.gentoo.org/948602
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-18 17:39:38 +08:00
Skyler Mäntysaari
798b5c88cc dev-util/go-task: add 3.51.1, drop 3.49.1
Signed-off-by: Skyler Mäntysaari <sm+gentoo@skym.fi>
2026-05-18 10:34:33 +03:00
Huang Rui
69234a9209 dev-util/codex: add 0.130.0-r1, drop 0.130.0
- Set CARGO_PROFILE_RELEASE_LTO=thin to avoid OOM during fat LTO link
  on hosts with ~25-30 GB free RAM.

Closes: https://bugs.gentoo.org/975090
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-18 11:53:25 +08:00
YOSHIOKA Takuma
d480ed3297 dev-util/tokei: use newer MSRV required by deps
Closes: https://bugs.gentoo.org/975048
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
2026-05-17 17:13:31 +09:00
Pavel Sobolev
cc812dd260 dev-util/gersemi: drop 0.27.2
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 19:43:14 +03:00
Pavel Sobolev
7d12f9bb8b dev-util/gersemi: add 0.27.5
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 19:43:14 +03:00
Pavel Sobolev
85532ef36e dev-util/neocmakelsp: update how tests are skipped
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Pavel Sobolev
e99498d670 dev-util/neocmakelsp: set RUST_MIN_VER
Closes: https://bugs.gentoo.org/974980
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Pavel Sobolev
6755f98d05 dev-util/minify: don't strip the binary via ldflags
Closes: https://bugs.gentoo.org/974975
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Pavel Sobolev
c14cf57dde dev-util/minify: set minimum Go version
Closes: https://bugs.gentoo.org/974976
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Pavel Sobolev
e532252861 dev-util/ios-safari-remote-debug: disable Cgo
Closes: https://bugs.gentoo.org/974971
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Pavel Sobolev
64ed3a6607 dev-util/gersemi: set QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/974966
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Pavel Sobolev
2c98155495 dev-util/addlicense: don't copy the LICENSE file
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Pavel Sobolev
2b6517d7c1 dev-util/addlicense: disable data race detection in tests
Closes: https://bugs.gentoo.org/974962
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Pavel Sobolev
c27b796a2c dev-util/ios-webkit-debug-proxy: strip -Werror
Closes: https://bugs.gentoo.org/974954
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-05-16 16:27:18 +03:00
Sergey Torokhov
d51e0c2980 dev-util/fortran-test-drive: fix CMake < 3.10 QAwarning
Closes: https://bugs.gentoo.org/974772
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2026-05-15 10:10:52 +03:00
Haelwenn (lanodan) Monnier
897567c7e1 dev-util/hare-update: tc-export AS LD CC AR
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2026-05-14 05:28:14 +02:00
Joe Kappus
3fa4766101 */*: fix my godep SRC_URI's
Friend let his domain lapse, so I had to move servers.

Signed-off-by: Joe Kappus <joe@wt.gd>
2026-05-13 16:32:32 -04:00
Huang Rui
4017b39928 dev-util/gemini-cli: add 0.42.0, drop 0.41.1
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-13 10:39:40 +08:00
Ceres
92de5de733 dev-util/dockerfile-language-server: add myself as a maintainer
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-10 15:18:57 +01:00
Ceres
342c7df116 dev-util/dockerfile-language-server: drop 0.12.0, 0.13.0
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-10 15:18:55 +01:00
Ceres
b6fbd0ddfe dev-util/dockerfile-language-server: add 0.15.0
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-10 15:18:52 +01:00