Commit Graph

37273 Commits

Author SHA1 Message Date
Repository mirror & CI
2fcc33cafb 2025-12-10 11:01:04 UTC 2025-12-10 11:01:04 +00:00
Repository mirror & CI
964d9a3286 Merge updates from master 2025-12-10 11:01:03 +00:00
Paul Zander
6efd04a69c sci-ml/ollama: add 0.13.2
No longer pass `AMDGPU_TARGETS`, seems `CMAKE_HIP_ARCHITECTURES` is honoured
now.

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-12-10 11:54:37 +01:00
Huang Rui
017b0f8737 media-video/kikoplay: drop myself as a maintainer
Signed-off-by: Huang Rui <vowstar@gmail.com>
2025-12-10 18:14:21 +08:00
Huang Rui
89b7de0997 sci-electronics/surfer: new package, add 0.4.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
2025-12-10 18:12:18 +08:00
Huang Rui
c78fef7d05 media-video/uxplay: drop 1.67-r1, 1.68.3-r1, 1.70-r1
Signed-off-by: Huang Rui <vowstar@gmail.com>
2025-12-10 18:11:13 +08:00
Huang Rui
17cfb08dcf media-video/uxplay: add 1.72.2
Signed-off-by: Huang Rui <vowstar@gmail.com>
2025-12-10 18:11:13 +08:00
Joe Kappus
3beeddd119 app-admin/s-tui: 1.2.0, revbump, runtime fix
Comment out the failing import, it's not used anyway.

Bug: https://github.com/amanusk/s-tui/issues/246
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-12-10 02:16:52 -05:00
Joe Kappus
2a43b15be8 app-admin/s-tui: enable py3.14
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-12-10 02:03:52 -05:00
Joe Kappus
c5feaa520c app-admin/s-tui: drop 1.1.6
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-12-10 02:01:39 -05:00
Repository mirror & CI
22c29c1317 2025-12-10 05:46:09 UTC 2025-12-10 05:46:09 +00:00
Thomas Bracht Laumann Jespersen
c0f7aec8fa www-apps/soupault-bin: update HOMEPAGE
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-12-10 06:34:18 +01:00
Thomas Bracht Laumann Jespersen
a33fdd4a17 www-apps/soupault: drop 5.1.0
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-12-10 06:31:41 +01:00
Skyler Mäntysaari
af5e9c57d1 dev-libs/mtxclient: fix re2 subslot dep
Use := operator instead of hardcoded :0/10 to properly track re2
ABI changes

Signed-off-by: Skyler Mäntysaari <sm@skym.fi>
2025-12-10 05:38:47 +02:00
ingenarel
a5bc9e843d app-misc/lf: modify src_unpack() internally instead of redefining
functions should be defined on the order that they are called

for more info, check:
e19c6d5744 (commitcomment-172006236)

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-10 07:44:45 +06:00
ingenarel
880455c7d9 app-misc/lf: fix LICENSE for dependencies
- I did a typo where I used LICENSES instead of LICENSE when trying to
  append license for go modules. I fixed that

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-10 07:44:45 +06:00
ingenarel
d7a5e9c995 dev-vcs/lazygit: fix LICENSE for dependencies; update format
- I did a typo where I used LICENSES instead of LICENSE when trying to
  append license for go modules. I fixed that
- go-license was generating Gentoo incompatible license names, the issue
  didn't get caught because of the typo. I also fixed that.

See https://bugs.gentoo.org/967017 for more info about the issue related
to go-license

I used my wrapper to fix it, which can be found here:
https://github.com/ingenarel/gentoo-dev-scripts/blob/master/gentoo-go-license

format changes:

- use ${var} instead of $var, which was recommended by negril
- don't use *9999, instead use 9999, it was recommended by negril,
  because packages like blender have versions like 5.0.9999, so using
  a good format logic is nice

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-10 07:44:45 +06:00
ingenarel
7d789ee5f7 net-im/discordo: fix LICENSE for dependencies; update format
- I did a typo where I used LICENSES instead of LICENSE when trying to
  append license for go modules. I fixed that
- go-license was generating Gentoo incompatible license names, the issue
  didn't get caught because of the typo. I also fixed that.

See https://bugs.gentoo.org/967017 for more info about the issue related
to go-license

I used my wrapper to fix it, which can be found here:
https://github.com/ingenarel/gentoo-dev-scripts/blob/master/gentoo-go-license

format changes:

- use ${var} instead of $var, which was recommended by negril
- don't use *9999, instead use 9999, it was recommended by negril,
  because packages like blender have versions like 5.0.9999, so using
  a good format logic is nice

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-10 07:29:21 +06:00
ingenarel
253261129a app-misc/ghq: update LICENSE for 9999
licenses for the dependencies were checked by go-licenses

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-10 07:17:37 +06:00
ingenarel
ce6290ad07 app-misc/ghq: modify src_unpack() internally instead of redefining
functions should be defined on the order that they are called

for more info, check:
e19c6d5744 (commitcomment-172006236)

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-10 07:17:37 +06:00
ingenarel
0883a2c682 app-misc/watchexec: update format
- modify src_unpack() internally instead of redefining:
  functions should be defined on the order that they are called
  for more info, check:
  e19c6d5744 (commitcomment-172006236)

- fixed the long line which fixes the following pkgcheck error:
  app-misc/watchexec
    ExcessiveLineLength: version 2.3.2: excessive line length
    (over 120 characters) on line: 8

- used ${var} instead of $var which was recommended by negril

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-10 07:13:29 +06:00
elliot
880a2ce5d1 dev-python/python-xdis: new package, add 6.1.8
Signed-off-by: elliot <elliot@tar.bet>
2025-12-09 15:43:34 -06:00
Katalin Rebhan
33333d4eea dev-lang/swift: add 6.2.2
Signed-off-by: Katalin Rebhan <me@dblsaiko.net>
2025-12-09 22:29:19 +01:00
Sergey Torokhov
85d09f0002 dev-vcs/lazygit: 0.57.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-12-09 21:31:23 +03:00
Itai Ferber
26a6fa6299 net-vpn/mullvadvpn-app: link gentoo bug in comment
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-12-09 10:48:47 -05:00
Itai Ferber
842eedf6da net-vpn/mullvadvpn-app: unkeyword beta releases
For those wanting to opt out of Mullvad's regular beta releases, there's
currently no easy way to mask the package versions. Leaving the beta
releases unkeyworded allows those interested to opt in explicitly (and
is likely more appropriate than adding, e.g., a 'beta' USE flag).

Closes: https://bugs.gentoo.org/966989
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-12-09 07:51:31 -05:00
Itai Ferber
dbb04397ff net-vpn/mullvadvpn-app: add 2025.14, drop 2025.13, 2025.14_beta3
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-12-09 07:49:01 -05:00
Haelwenn (lanodan) Monnier
23cd23e873 media-libs/openxr-loader: add 1.1.54
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2025-12-09 13:07:55 +01:00
Repository mirror & CI
11d7814434 2025-12-09 10:30:51 UTC 2025-12-09 10:30:51 +00:00
Repository mirror & CI
5f7d01fd49 Merge updates from master 2025-12-09 10:30:50 +00:00
Dale Sweeney
76772b90ca media-video/gpu-screen-recorder: add 5.10.2
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
2025-12-08 23:47:18 -05:00
Erica Nebula
5d47aa74ca media-video/obs-cmd: drop 0.30.0
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2025-12-08 22:34:04 -06:00
Erica Nebula
97ba6e4eb0 media-video/obs-cmd: add 0.30.1
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2025-12-08 22:33:06 -06:00
dsaf
9b9b42ea25 app-misc/pfetch: add 9999
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
2025-12-08 21:18:00 -03:00
Sebastian Engel
f1fefed50c games-util/xone: drop 0.4.9, 0.4.10
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2025-12-08 23:52:48 +01:00
Sebastian Engel
96dbf36cd8 games-util/xone: add 0.5.0
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2025-12-08 23:52:26 +01:00
dsaf
50090a66b2 app-misc/pfetch-rs: update HOMEPAGE, SRC_URI
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
2025-12-08 19:45:16 -03:00
Caio Henrique
9870bfc001 app-misc/keyd: check for uinput support
Signed-off-by: Caio Henrique <caioh9920@proton.me>
2025-12-08 19:18:14 -03:00
dsaf
153ba3b907 app-misc/pfetch-rs: new package, add 2.11.1
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
2025-12-08 18:57:50 -03:00
dsaf
79a70422d9 app-misc/pfetch: correct metadata, drop *, add 1.9.4
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
2025-12-08 18:08:31 -03:00
Myisha Betty
d84e51abbd media-sound/neocrystal: drop 1.4.* versions, add version 1.5.1
Signed-off-by: Myisha Betty <myisha.gentoo@proton.me>
2025-12-08 16:33:09 +03:00
Ivan Prokudin
9c6763c319 app-admin/chezmoi: setup go requirement equal to the one from sources
Signed-off-by: Ivan Prokudin <cyberbat83@gmail.com>
2025-12-08 14:46:39 +02:00
Repository mirror & CI
2d9919acbc 2025-12-08 12:31:32 UTC 2025-12-08 12:31:32 +00:00
Viorel Munteanu
539304e364 net-misc/maestral: drop 1.9.4
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-12-08 13:24:58 +02:00
Viorel Munteanu
af04609409 net-misc/maestral: drop 1.9.5
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-12-08 13:24:58 +02:00
Viorel Munteanu
f1e7d0f5fa net-misc/maestral-qt: drop 1.9.4
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-12-08 13:24:58 +02:00
Viorel Munteanu
e2c31f4d9c net-misc/maestral-qt: drop 1.9.5
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-12-08 13:24:58 +02:00
Viorel Munteanu
f8593cb463 net-misc/maestral-qt: add 1.9.8
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-12-08 13:24:57 +02:00
Viorel Munteanu
80f8204034 net-misc/maestral: add 1.9.6, drop 1.9.6_rc0
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-12-08 13:22:58 +02:00
Viorel Munteanu
3a4040ffab net-im/discord-canary-bin: add 0.0.821, drop 0.0.786
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-12-08 09:06:59 +02:00