Commit Graph

35438 Commits

Author SHA1 Message Date
Ceres
8b7f3d7e02 www-client/waterfox-bin: drop 6.6.12
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-20 15:22:46 +01:00
Ceres
b1355eee9f www-client/waterfox-bin: add 6.6.13
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-20 15:22:37 +01:00
Huang Rui
dec2105017 sci-electronics/kactus2: enable python3_14
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 22:20:10 +08:00
Huang Rui
dc91c8f5ea dev-python/sphinx-hoverxref: enable python3_14
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 22:18:45 +08:00
Huang Rui
90cf694ff7 sci-electronics/verilator: enable python3_15 on live ebuild
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 20:34:46 +08:00
Huang Rui
16f4383b2e sci-electronics/verilator: add 5.048-r2, drop 5.048-r1
- test_regress/driver.py imports the third-party 'distro' module,
  which was not declared in BDEPEND, so FEATURES=test crashed with
  ModuleNotFoundError before any test could run.
- Add dev-python/distro under the test? block.

Closes: https://bugs.gentoo.org/975581
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 20:31:07 +08:00
Huang Rui
77875fd7ca sci-electronics/slang: add 11.0-r1, drop 11.0
- Upstream gates catch2_min_version at 3.14 but Gentoo ships only 3.13.
- find_package fails, FetchContent_MakeAvailable git-clones Catch2 at
  build time and dies in network-sandbox (CF0014).
- Patch the floor to 3.13 so find_package matches dev-cpp/catch.

Closes: https://bugs.gentoo.org/975580
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 20:15:28 +08:00
Huang Rui
add9224277 sci-electronics/verilator: add 5.048-r1, drop 5.048
- src_prepare seds replaced bare "python3" with ${EPYTHON}, mangling
  variable names like python3_version into python3.13_version.
- Use word-boundary regex (\<python3\>) so only command-name tokens
  are substituted, leaving identifiers alone.

Closes: https://bugs.gentoo.org/975566
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 20:03:31 +08: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
aee780ae91 sci-electronics/dsview: add 1.3.2-r2, drop 1.3.2-r1
- Patch cmake_minimum_required from 2.8.6 to 3.10 in both
  CMakeLists.txt files to satisfy CMake 4 policy floor.
- Removes the QA0023 nag and the eclass workaround injection.

Closes: https://bugs.gentoo.org/975564
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 19:46:45 +08:00
Huang Rui
3e2b0aa2e9 net-print/hpuld: add 1.00.39.15.00.23-r3, drop 1.00.39.15.00.23-r2
- libsane-smfp.so.1.0.1 has NEEDED libxml2.so.2 but ebuild did not
  declare it, triggering QA0023 (unresolved soname).
- Add dev-libs/libxml2:2 to scanner? since the .so is only installed there.

Closes: https://bugs.gentoo.org/975547
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 19:39:21 +08:00
Huang Rui
fb34e5df3a sci-electronics/cocotb: add 2.0.1-r1 for py3.14, drop 2.0.1
- Lift upstream setup.py max_python3_minor_version 13 to 14 via patch.
- Verified: pip wheel build, C extensions, core imports OK on 3.14.5.

Closes: https://bugs.gentoo.org/975540
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-05-20 19:20:18 +08:00
ENGO150
13f79f189f net-im/why2: add 1.5.3, drop 1.5.2
Signed-off-by: ENGO150 <engo@satan.red>
2026-05-20 12:33:06 +02:00
ENGO150
e75249d50c net-im/why2: fix alsa compilation problems
Signed-off-by: ENGO150 <engo@satan.red>
2026-05-20 12:28:10 +02:00
Michael Moon
2414c8aea5 games-simulation/kittenspaceagency-bin: Update to 2026.5.10-r4424
Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
2026-05-20 17:38:48 +08:00
Filip Kobierski
f496fba5c3 sci-electronics/cocotb: limit python compat to 3.13 for 2.0.1
Closes: https://bugs.gentoo.org/975540
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-20 11:13:01 +02:00
Nicolas PARLANT
a0b69631ea dev-embedded/imsprog: add missing die and local
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-20 07:36:41 +02:00
Nicolas PARLANT
75adbc903d media-sound/jacktrip: add 3.0.0
add optional libsamplerate enabled by default
enable py3.14
add missing qt5compat and help2man

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-20 07:36:41 +02:00
Nicolas PARLANT
639b6c278f media-sound/jacktrip: drop optional qt5 for 2.4.0
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-20 07:36:41 +02: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
Alberto Gireud
26a6db1b19 net-irc/halloy: drop 2026.4-r1
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-05-19 18:11:35 -05:00
Alberto Gireud
9136b3ba28 net-irc/halloy: Add x11-libs/libxcb to RDEPEND
Closes: https://bugs.gentoo.org/975459
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-05-19 18:11:30 -05:00
David Reed
9667b88b12 net-libs/libuplink: add 1.10.1-r1
Remove upstream Go linker stripping flags to avoid installing
pre-stripped objects.

Closes: https://bugs.gentoo.org/975463

Signed-off-by: David Reed <david-gentoo@reedfam.email>
2026-05-19 15:28:35 -07:00
Sebastian Engel
f322bd776a net-nntp/nzb-monkey-go: set minimum golang version
Closes: https://bugs.gentoo.org/975505
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2026-05-19 21:45:36 +02:00
dsaf
c96658aa62 dev-python/textual: drop 8.2.3, 8.2.4
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
2026-05-19 16:10:43 -03:00
dsaf
1ecec4ff09 dev-python/textual: add 8.2.6, 8.2.7
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
2026-05-19 16:09:39 -03:00
Niklaus 'vimja' Hofer
51baf4663d net-im/go-sendxmpp: Update go-dependency
Bug: https://bugs.gentoo.org/975449
Closes: https://bugs.gentoo.org/975449
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2026-05-19 20:10:10 +02:00
Niklaus 'vimja' Hofer
bb9718cee8 net-im/go-sendxmpp: drop 0.15.5
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2026-05-19 20:08:27 +02:00
Niklaus 'vimja' Hofer
9087fda165 dev-python/python-manilaclient: add 6.1.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2026-05-19 19:43:50 +02:00
Niklaus 'vimja' Hofer
fd44129236 dev-python/python-barbicanclient: add 7.4.0, drop 7.2.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2026-05-19 19:39:42 +02:00
Ben Buhse
5a2784b660 gui-wm/beansprout: add 1.0.0, drop 0.2.3
Signed-off-by: Ben Buhse <me@benbuhse.email>
2026-05-19 11:20:13 -05:00
Mika Stander
e157ed434b app-editors/kakoune-lsp: add 21.0.0
Signed-off-by: Mika Stander <mikastander@protonmail.com>
2026-05-19 16:59:28 +02:00
Itai Ferber
b8b0a2dd68 net-vpn/mullvadvpn-app: add 2026.3_beta1
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-05-19 07:43:43 -04:00
strategictraveler
cb668aca59 www-client/mullvad-browser-bin: add 15.0.14, drop 15.0.12
Signed-off-by: strategictraveler <strategictraveler@proton.me>
2026-05-19 10:36:00 +00: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
ingenarel (NeoJesus)
6c4a37fb4c games-util/protonup-rs: add app-arch/zstd to RDEPEND
Thanks Agostino Sarubbo for finding this bug

fixes were generated using:
50826abbf4

To keep things easier for me and the tool, I didn't put zstd in
something like ${COMMON_DEPS} and put then in both ${RDEPEND} and in
${DEPEND}.

As I would either need to manually update it after every fix by the
fixing script, or update the scripting fix to support the logic to
realize what deps are common, which imho is a bit overkill for a bash
script that's already complicated

Closes: https://bugs.gentoo.org/975161
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-19 12:42:03 +06:00
Nicolas PARLANT
30a235021a kde-misc/kara: set KFMIN and QTMIN to force QT6
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-19 08:05:11 +02:00
Nicolas PARLANT
bef7e84c11 media-gfx/qview: drop 5.0
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-19 08:04:05 +02:00
Nicolas PARLANT
4e7d8ccf30 dev-embedded/imsprog: drop 1.8.3-r2
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-19 08:04:05 +02:00
Nicolas PARLANT
f34f297b79 dev-embedded/imsprog: add 1.8.3_p20260518 - qt6 snapshot
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-19 08:04:05 +02:00
Nicolas PARLANT
78d7f8dfde dev-vcs/gitqlient: drop 1.6.2
drop qt5 version

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
2026-05-19 08:04:00 +02:00
Violet Purcell
5cef0ed4bd gui-wm/river: cleanup old
Keep 0.4.3 and 0.3.15 for now just in case people are having issues with
zig 0.16.

Signed-off-by: Violet Purcell <vimproved@inventati.org>
2026-05-18 23:22:46 -04:00
Violet Purcell
9ea4589c2f gui-wm/river: add 0.3.17
Signed-off-by: Violet Purcell <vimproved@inventati.org>
2026-05-18 23:21:50 -04:00
Violet Purcell
67bdcac6d2 gui-wm/river: update 0.3.9999 & 9999
Formatting changes, add empty ZBS_DEPENDENCIES block to live packages
for ease of maintenance, update 0.3.9999 to zig 0.16.

Signed-off-by: Violet Purcell <vimproved@inventati.org>
2026-05-18 23:18:54 -04:00
Violet Purcell
fb52ed6fca gui-wm/kwm: drop 0.2.2
Signed-off-by: Violet Purcell <vimproved@inventati.org>
2026-05-18 21:28:46 -04:00
Violet Purcell
e10f730a3d gui-wm/kwm: add 0.3.0
Signed-off-by: Violet Purcell <vimproved@inventati.org>
2026-05-18 21:28:21 -04:00
Violet Purcell
25c1ff774e gui-wm/kwm: add 9999
Signed-off-by: Violet Purcell <vimproved@inventati.org>
2026-05-18 21:28:06 -04:00
Daichi Yamamoto
460494e5f2 gui-apps/xremap: add 0.15.7, drop 0.15.6
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2026-05-19 10:01:56 +09: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