Commit Graph

42426 Commits

Author SHA1 Message Date
Viorel Munteanu
194c6e55dd gnome-extra/resources: move elog from global scope
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2026-06-22 09:47:52 +03:00
tooknox
c638bb83d9 sci-electronics/flexbv-free-bin: new package, add 5.3156
- also added FlexBV-Free-EULA

Signed-off-by: tooknox <yt+gentoo@sysv.in>
2026-06-22 11:37:58 +05:30
ingenarel (NeoJesus)
dd55d763b5 www-client/chawan: clean up patch files
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-22 09:51:54 +06:00
ingenarel (NeoJesus)
677df70af9 www-client/chawan: makeopts_jobs -> get_makeopts_jobs
Recently did a EAPI change, and the ebuild command ran fine, so I
thought everything was fine

Now I've realized I should've run every ebuild phase instead of just the
pretend and unpack phases

Previously the ebuilds would fail because makeopts_jobs is banned in
EAPI 9, now it should work

Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-22 09:44:35 +06:00
ingenarel (NeoJesus)
32e4b80573 www-client/chawan: add 0.4.3
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-22 09:44:35 +06:00
ingenarel (NeoJesus)
e33a3ab7fa dev-util/docker-language-server: compile with symbol tables
I originally copied the compile command from the Makefile, and modified
it according to the needs

However, it originally was passing on the `-s` and `-w` flag to the go
linker

From https://pkg.go.dev/cmd/link
```
-s
	Omit the symbol table and debug information.
	Implies the -w flag, which can be negated with -w=0.

-w
	Omit the DWARF symbol table.
```

So when the install phase happened, portage was complaining about pre
stripped files

This should be fixed now

Thanks goes to ago for finding this bug!

Closes: https://bugs.gentoo.org/977875
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-22 09:44:35 +06:00
Daichi Yamamoto
d31c449fdc dev-util/ocamlformat: drop 0.26.2
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2026-06-22 11:49:35 +09:00
Daichi Yamamoto
bafb370515 dev-util/ocamlformat: add 0.29.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2026-06-22 11:49:30 +09:00
Daichi Yamamoto
9b521b907d dev-ml/ocamlformat-lib: add 0.29.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2026-06-22 11:49:24 +09:00
Daichi Yamamoto
500de0e261 dev-ml/ocamlformat-rpc-lib: add 0.29.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2026-06-22 11:47:35 +09:00
Rahil Bhimjiani
3f88a05354 net-dns/blocky: update to 0.32.1 & remove 0.30.0
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2026-06-22 08:11:23 +05:30
ingenarel (NeoJesus)
5ed920ecff media-sound/rmpc: fix dependencies, install desktop file
Changes done to: 9999, 0.11.0 -> 0.11.0-r1
all changes that are listed here apply to both of the versions

- Previously I was assigning
  $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}')
  in DEPEND, that was a mistake on my part. it should've been in
  BDEPEND. because clang is actually being executed in the compile phase
  to get the "libclang_rt.fuzzer-${CHOST%%-*}.a" path

  On top of that, another mistake was thinking that libclang_rt.fuzzer
  was actually being provided by the clang package. instead it was being
  provided by the llvm-runtimes/compiler-rt-sanitizers[libfuzzer]
package
  so that's inside DEPEND now.

  Huge thanks to gonsoos for pointing this out to me in

651247c1b6 (r189289633)

- A desktop file was also being provided that I didn't notice.
  The ebuilds install that now

  Huge thanks to TimovVeen for pointing this out to me in

651247c1b6 (r189405830)

- instead of having references to files like
  `target/completions/rmpc.bash`
  it now uses
  `target/completions/"${PN}".bash`

Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-22 08:33:26 +06:00
Daichi Yamamoto
3c9917080a dev-python/pillow-heif: add 1.4.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2026-06-22 09:05:25 +09:00
tooknox
eb995c2d6d sci-electronics/openboardview-bin: new package, add 10.0.0
Signed-off-by: tooknox <yt+gentoo@sysv.in>
2026-06-22 01:33:09 +05:30
Quincy Fleming
9e3d3f0394 dev-embedded/qdl: Fix test build failure
Closes: https://bugs.gentoo.org/977873
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
2026-06-21 12:56:21 -05:00
Bjorn Ferson
652e0cc245 media-sound/decibels: new package, add 49.6.1
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
2026-06-21 19:35:12 +02:00
Agil Mammadov
8b9369ccf8 app-text/nnote: new package, add 0.3.4
Signed-off-by: Agil Mammadov <mammadovagil@proton.me>
2026-06-21 21:08:53 +04:00
Bjorn Ferson
614cae4531 x11-themes/adw-gtk3: add 6.5
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
2026-06-21 19:07:25 +02:00
Bjorn Ferson
70ce22d192 gnome-extra/Refine: fix broken python shebang in 0.8.0-r1
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
2026-06-21 18:38:35 +02:00
Huang Rui
20351d8fe7 sci-electronics/circt: add zstd to RDEPEND
The firtool tools link libzstd through LLVM, so declare the runtime
dependency and force the link on to keep it out of automagic territory.

Closes: https://bugs.gentoo.org/977877
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-06-21 23:12:24 +08:00
Huang Rui
5691f8b2f5 sci-electronics/surfer: fix install with USE=debug
Under USE=debug cargo builds into target/debug, so the hardcoded
target/release path made dobin fail. Use cargo_target_dir so the
install path follows the active profile.

Closes: https://bugs.gentoo.org/977872
Signed-off-by: Huang Rui <vowstar@gmail.com>
2026-06-21 23:12:23 +08:00
Repository mirror & CI
4bfc8dc6d7 2026-06-21 13:46:02 UTC 2026-06-21 13:46:02 +00:00
Repository mirror & CI
6515ad7210 Merge updates from master 2026-06-21 13:46:01 +00:00
Haelwenn (lanodan) Monnier
96d9ab2702 x11-themes/MoreWaita: Add comment before RESTRICT=bincheck
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2026-06-21 15:35:45 +02:00
Haelwenn (lanodan) Monnier
f1ac6d7c00 gui-apps/hiprompt-gtk-py: enable py3.14
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2026-06-21 15:13:18 +02:00
Thomas Matthijs
ef8c5a2ad0 dev-vcs/gitkay: new package, add 1.2.0
Signed-off-by: Thomas Matthijs <gentoo@selckin.be>
2026-06-21 13:21:49 +02:00
Bjorn Ferson
4a077ea9a5 gnome-extra/resources: new package, add 1.10.2
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
2026-06-21 08:47:09 +02:00
Bjorn Ferson
34ad28cea5 gnome-extra/Refine: update SRC_URI
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
2026-06-21 08:35:15 +02:00
Bjorn Ferson
e1ca042020 gnome-extra/Refine: new package, add 0.8.0
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
2026-06-21 08:31:45 +02:00
Bjorn Ferson
38ef27396d x11-themes/MoreWaita: update SRC_URI
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
2026-06-20 23:43:49 +02:00
Bjorn Ferson
955bc02769 x11-themes/MoreWaita: new package, add 49, 9999
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
2026-06-20 23:40:09 +02:00
Timo van Veen
2f2b1ba107 app-text/tinymist: add 0.15.0
Signed-off-by: Timo van Veen <timovanveen@hotmail.nl>
2026-06-20 22:18:53 +02:00
tooknox
4ef1720c2b x11-apps/variety: bug fix
- restricting test

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

Signed-off-by: tooknox <yt+gentoo@sysv.in>
2026-06-20 20:28:05 +05:30
Pavel Sobolev
07ddc52bdd sci-libs/onnxruntime: drop 1.25.1
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-06-20 16:32:04 +03:00
Pavel Sobolev
e15ce6bcf4 sci-libs/onnxruntime: add 1.27.0
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-06-20 16:32:04 +03:00
Pavel Sobolev
e62bce54ee app-text/markdown-oxide: add 0.25.11
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-06-20 16:32:04 +03:00
Pavel Sobolev
84bf1f067b dev-python/posthog: drop 7.18.0
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-06-20 16:32:04 +03:00
Pavel Sobolev
a602b1930d dev-python/posthog: add 7.19.2
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-06-20 16:32:04 +03:00
Michael Moon
af05597ebf games-simulation/kittenspaceagency-bin: Update to 2026.6.8-r4680
Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
2026-06-20 20:41:04 +08:00
Michael Moon
a1cc6e3f03 games-simulation/kittenspaceagency-bin: Update to 2026.6.7-r4631
Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
2026-06-20 20:41:04 +08:00
Niklaus 'vimja' Hofer
b069459c2a net-im/go-sendxmpp: add 0.16.0, drop 0.15.6
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2026-06-20 13:50:08 +02:00
Niklaus 'vimja' Hofer
da9407179e net-im/go-sendxmpp: update SRC_URI
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2026-06-20 13:45:44 +02:00
Niklaus 'vimja' Hofer
3b76a51f2d net-analyzer/zabbix-agent2-plugin-nvidia-gpu:
Bug: https://bugs.gentoo.org/975428
Closes: https://bugs.gentoo.org/975428
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2026-06-20 13:27:39 +02:00
Dale Showers
ec2505a396 media-video/motioneye: drop 0.43.1
Signed-off-by: Dale Showers <gentoo@fictx.com>
2026-06-19 23:50:19 -04:00
Dale Showers
a8ea3634b8 media-video/motioneye: drop 0.44.0_beta1
Signed-off-by: Dale Showers <gentoo@fictx.com>
2026-06-19 23:48:53 -04:00
Dale Showers
fe62ea2224 media-video/motioneye: add 0.44.0_beta3
Signed-off-by: Dale Showers <gentoo@fictx.com>
2026-06-19 23:48:53 -04:00
Gurov
806f7bfb12 games-util/hydra-launcher-bin: add 4.0.2
Signed-off-by: Gurov <gurov@disroot.org>
2026-06-19 23:11:39 +03:00
Florian Albrechtskirchinger
ed3442c122 dev-python/graphql-core: add 3.2.11
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2026-06-19 20:23:38 +02:00
Jesse de Haan
127218283f app-editors/neovide: add 0.16.2
Signed-off-by: Jesse de Haan <me@jdeh.ca>
2026-06-19 13:49:35 -04:00
Emi
18ec41e33d gui-wm/mangowm: add pixman to RDEPEND
Closes: https://bugs.gentoo.org/976957
Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
2026-06-19 18:42:26 +02:00