Commit Graph

42020 Commits

Author SHA1 Message Date
Repository mirror & CI
b5bc318c09 2026-06-19 13:46:16 UTC 2026-06-19 13:46:17 +00:00
Repository mirror & CI
457dc34b1b Merge updates from master 2026-06-19 13:46:16 +00:00
Theron York
9fe592caa9 net-proxy/dnss: fix pkgcheck warnings, drop init service files
- Remove unknown openrc USE flag and unused RDEPEND/DEPEND.
- Drop conditional install of systemd and openrc service files.
- Reorder SRC_URI before IUSE, add final newline.
- Keep example config install (when present).

Signed-off-by: Theron York <theron.york@cloudnuke.org>
2026-06-15 23:35:25 -05:00
ingenarel (NeoJesus)
9ddc94681c app-misc/lf: drop 33-r1, 36
I don't usually do cleanups for old versions for packages that I don't
maintain

however I have tried to contact ephemer4l myself via their email, and
it's been a while. And they haven't responded, the last 7 commits was
also from me, and the previous PRs that I did about this package was
also unnoticed by them, and I later just merged it with pram myself

Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-16 09:17:33 +06:00
ingenarel (NeoJesus)
9c81711040 app-misc/lf: update 9999
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-16 09:15:51 +06:00
ingenarel (NeoJesus)
44801218a0 app-misc/lf: add 41
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-16 09:15:51 +06:00
ingenarel (NeoJesus)
e7433d5cd4 media-sound/rmpc: update 9999
update 9999 like the previous commit

also add the fix for aws-lc-sys

the -sys crate part was generated by
f9fe0341f3

Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
Part-of: https://codeberg.org/gentoo/guru/pulls/20
Merges: https://codeberg.org/gentoo/guru/pulls/20
2026-06-16 09:14:24 +06:00
ingenarel (NeoJesus)
651247c1b6 media-sound/rmpc: add 0.11.0
updates:
 - license years
 - crate licenses

adds necessary dependencies for -sys crates so vendored deps don't get
used:
- libfuzzer-sys needs clang, for the version that's in the ebuild,
  upstream built it against clang 19, but I have also tested this with
  clang 22, and compile and tests ran fine, so I set LLVM_COMPAT from 19
  to 22
- inotify-sys can use pkgconfig

the -sys crate part was generated by
92c40e243b

Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
Part-of: https://codeberg.org/gentoo/guru/pulls/20
2026-06-16 09:14:24 +06:00
ingenarel (NeoJesus)
8e5bd0b0ad dev-util/docker-language-server: new package, add 0.20.1
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-16 09:12:22 +06:00
Elouan Lesteven
f3d8df75e6 app-misc/fetch: add 2.1.0, drop 2.0.0
Signed-off-by: Elouan Lesteven <elouan.lesteven@protonmail.com>
2026-06-15 22:57:44 +02:00
Dale Showers
3d516f58a9 net-im/heisenbridge: add python 3.14 for v1.15.3
Signed-off-by: Dale Showers <gentoo@fictx.com>
2026-06-15 15:57:48 -04:00
Dale Showers
fe6e71e76e net-im/heisenbridge: add python 3.14
Signed-off-by: Dale Showers <gentoo@fictx.com>
2026-06-15 15:57:48 -04:00
Niklaus 'vimja' Hofer
1da263ce73 media-sound/openaudible-bin: add 4.8.3, drop 4.8.1
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2026-06-15 21:46:01 +02:00
tooknox
e324430deb x11-apps/variety: switch from multi to single python impl
Signed-off-by: tooknox <yt+gentoo@sysv.in>
2026-06-15 23:26:19 +05:30
Itai Ferber
41b579d026 net-vpn/mullvadvpn-app: add 2026.3, drop 2026.2, 2026.3_beta1, 2026.3_beta2, 2026.3_beta3
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-06-15 07:15:43 -04:00
Gregor Feierabend
f6eabf2221 net-mail/goimapnotify: determining commit hash from release tarball
Signed-off-by: Gregor Feierabend <gf.devel@pm.me>
2026-06-15 11:51:26 +01:00
Gregor Feierabend
82b4cbb983 net-mail/goimapnotify: unkeyword 9999 for ~amd64
Signed-off-by: Gregor Feierabend <gf.devel@pm.me>
2026-06-15 11:23:27 +01:00
Gregor Feierabend
5e43fc28b3 net-mail/goimapnotify: new package, add 2.5.5, 9999
Signed-off-by: Gregor Feierabend <gf.devel@pm.me>
2026-06-15 11:16:42 +01:00
tooknox
6f02f72395 x11-apps/variety: bug fix
Bug: https://bugs.gentoo.org/977444
Bug: https://bugs.gentoo.org/977443
Closes: https://bugs.gentoo.org/977444

Signed-off-by: tooknox <yt+gentoo@sysv.in>
2026-06-15 15:13:32 +05:30
Huang Rui
1d6e3a4fa6 sci-electronics/circt: fix install abort and MLIR test failure
Install only the tools that were actually built so a missing slang or Z3
frontend no longer aborts the merge, and drop the upstream check-mlir
stage whose mlir-runner JIT tests need shared runtime libs that our
static build does not expose.

Closes: https://bugs.gentoo.org/977442
Closes: https://bugs.gentoo.org/977441
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-06-15 14:24:56 +08:00
Erica Nebula
20da8acc23 games-util/oversteer: Call xdg postinst and postrm phases properly
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-06-14 23:18:18 -05:00
Erica Nebula
07a9893a04 games-util/linuxtrack-qt6-wayland: Refresh icon cache
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-06-14 23:17:20 -05:00
Erica Nebula
19dc33e19a games-util/input-remapper: sync live ebuild
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-06-14 23:15:42 -05:00
Erica Nebula
d91b80eb98 games-util/input-remapper: drop 2.2.0
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-06-14 23:15:42 -05:00
Erica Nebula
fb9cf03f98 games-util/input-remapper: add 2.2.1
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
2026-06-14 23:15:42 -05:00
Quincy Fleming
0912125cb9 dev-embedded/qdl: drop 2.5, 2.6
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
2026-06-14 19:00:35 -05:00
Quincy Fleming
66dcfe8944 dev-embedded/qdl: update live build
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
2026-06-14 18:57:56 -05:00
Quincy Fleming
ba060a9bda dev-embedded/qdl: add 2.7
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
2026-06-14 18:57:04 -05:00
Alberto Gireud
0c98c7360d dev-python/i3ipc: enable py3.14
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-06-14 17:30:15 -05:00
Alberto Gireud
3920d82ee9 dev-python/python-lsp-mypy: enable py3.14
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-06-14 17:30:15 -05:00
Carmine Paolino
aa37ee2f08 gui-apps/hyprmoncfg: add 1.7.1
Signed-off-by: Carmine Paolino <carmine@paolino.me>
2026-06-14 23:40:39 +02:00
Alberto Gireud
d5cffd8882 net-irc/halloy: drop 2026.6-r1
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-06-14 16:37:33 -05:00
Alberto Gireud
c6ffe02cce net-irc/halloy: add 2026.7.2
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-06-14 16:34:42 -05:00
Alberto Gireud
1dccc541af net-irc/halloy: drop 2026.6
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-06-14 16:33:27 -05:00
Alberto Gireud
ed8a05e8e8 net-irc/halloy: add 2026.7.1
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-06-14 16:26:16 -05:00
Alberto Gireud
99ebf777a7 net-irc/halloy: drop 2026.5
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-06-14 16:24:46 -05:00
Alberto Gireud
818fe811cb net-irc/halloy: add 2026.7
Closes: https://bugs.gentoo.org/976320
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
2026-06-14 16:24:07 -05:00
Repository mirror & CI
0a50e2786f 2026-06-14 19:46:42 UTC 2026-06-14 19:46:42 +00:00
Repository mirror & CI
7349f53cff 2026-06-14 18:31:38 UTC 2026-06-14 18:31:38 +00:00
Jonas Frei
657118e211 gui-apps/wayle: Added missing RDEPENDs
Closes: https://bugs.gentoo.org/977399
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-06-14 20:21:20 +02:00
tooknox
e7c5ff4f13 x11-terms/wezterm-nightly-bin: fix keyword for live ebuild
Signed-off-by: tooknox <yt+gentoo@sysv.in>
2026-06-14 23:44:12 +05:30
Huang Rui
e4c0f28b67 sci-electronics/surfer: install icon and desktop from source tree
- /-/raw/main/ assets drift and stop matching the recorded Manifest size
- the v0.7.0 tarball already ships surfer/assets so the extra fetch is dropped
- strip the .png from the desktop Icon key to pass desktop-file validation

Closes: https://bugs.gentoo.org/975824
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-06-15 01:50:04 +08:00
Emi
6978811f85 gui-apps/noctalia: drop 5.0.0_pre20260531
Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
2026-06-14 19:21:20 +02:00
Emi
23f1bc0fb2 gui-apps/noctalia: add 5.0.0_pre20260614
Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
2026-06-14 19:20:44 +02:00
Repository mirror & CI
28386f2799 2026-06-14 17:01:41 UTC 2026-06-14 17:01:41 +00:00
Patrick Nicolas
5767ee1f72 media-libs/wivrn: update cmake parameters
Signed-off-by: Patrick Nicolas <patricknicolas@laposte.net>
2026-06-14 17:38:53 +02:00
tooknox
e656ff69ba x11-terms/wezterm-nightly-bin: fix wget issue
Signed-off-by: tooknox <yt+gentoo@sysv.in>
2026-06-14 17:41:20 +05:30
Repository mirror & CI
a6db61a5ba 2026-06-14 10:46:22 UTC 2026-06-14 10:46:22 +00:00
Repository mirror & CI
f56317524a Merge updates from master 2026-06-14 10:46:21 +00:00
Kurt Kanzenbach
3f64e14c35 net-libs/ulfius: Upgrade minimum cmake version
Upgrade minimum cmake version.

Closes: https://bugs.gentoo.org/975976
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
2026-06-14 12:37:05 +02:00