Repository mirror & CI
27710c5edc
Merge updates from master
2026-06-11 10:01:24 +00:00
David Roman
8f3b6cbdd4
dev-python/timeslot: treeclean
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-11 10:23:12 +02:00
David Roman
fad62a21e2
app-misc/aw-core: treeclean
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-11 10:23:12 +02:00
David Roman
d8d791c558
app-misc/aw-client: treeclean
...
Closes: https://bugs.gentoo.org/974592 (pkgremoved)
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-11 10:23:11 +02:00
David Roman
bbbf05f979
dev-python/TakeTheTime: treeclean
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-11 10:23:11 +02:00
Oliver Freyermuth
54118902ad
sys-fs/btrfs-heatmap: enable py3.14
...
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com >
2026-06-11 03:25:52 +02:00
Yuan Liao
bd08811bd0
games-emulation/dosbox-x: Add 2026.06.02
...
Signed-off-by: Yuan Liao <liaoyuan@gmail.com >
2026-06-10 20:00:07 -04:00
Yuan Liao
c616e6ef77
games-emulation/dosbox-x: Drop 2026.03.29
...
Signed-off-by: Yuan Liao <liaoyuan@gmail.com >
2026-06-10 19:49:00 -04:00
ingenarel (NeoJesus)
9013041f45
media-sound/mpd-discord-rpc: new package, add 1.11.0
...
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org >
2026-06-11 03:48:14 +06:00
David Roman
cbb25fb3aa
dev-python/arpy: enable py3.13, py3.14, py3.15
...
Closes: https://bugs.gentoo.org/976639
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-10 23:00:24 +02:00
ingenarel (NeoJesus)
6a683eaf98
dev-util/tombi: add 1.1.3
...
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org >
2026-06-11 02:03:37 +06:00
ingenarel (NeoJesus)
4c93c7ea61
dev-util/tombi: drop 1.0.0
...
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org >
2026-06-11 02:03:37 +06:00
Repository mirror & CI
a9b15fef8d
2026-06-10 18:01:30 UTC
2026-06-10 18:01:30 +00:00
Repository mirror & CI
3b4c3a85a8
Merge updates from master
2026-06-10 18:01:30 +00:00
Paul Zander
2e79ca38f1
Revert "dev-python/fastapi: treeclean"
...
This reverts commit 5d2fc328be .
Do not treeclean packages you do not own without communicating this
first.
`dev-python/fastapi::gentoo` lacks features present in the `::guru` version.
As such "the package was _not_ moved to Gentoo" and we keep the `::guru`
version until the `::gentoo` version is updated sufficiently.
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2026-06-10 14:32:52 +02:00
Patrick Nicolas
010dd1825e
media-libs/wivrn: add 26.6, drop 25.12
...
Signed-off-by: Patrick Nicolas <patricknicolas@laposte.net >
2026-06-10 13:40:27 +02:00
Andrés Becerra
5d2fc328be
dev-python/fastapi: treeclean
...
Signed-off-by: Andrés Becerra <andres.becerra@gmail.com >
2026-06-10 13:12:49 +02:00
Alexander Weber
013ae6c823
app-accessibility/onboard: fix #977155
...
Signed-off-by: Alexander Weber <web.alexander@web.de >
2026-06-10 12:36:07 +02:00
Paul Zander
f58594980b
www-client/yandex-browser: drop to maintainer-needed
...
Dumped in without adjusting the `metadata.xml`.
Bug: https://bugs.gentoo.org/930073
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2026-06-10 11:00:01 +02:00
Nowa Ammerlaan
603bc78a51
dev-libs/nanopb: disable py3.11, bump protobuf compat
...
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org >
2026-06-10 10:54:55 +02:00
Huang Rui
43314c461e
dev-util/gemini-cli: add 0.45.3, drop 0.45.0
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2026-06-10 09:29:54 +08:00
Huang Rui
719f30d7ba
dev-util/codex: add 0.139.0, drop 0.137.0
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2026-06-10 09:29:28 +08:00
Itai Ferber
3af0aa6d14
dev-lang/swift: fix ebuild local var name
...
d201619d3 introduced a check for a Swift compiler to use for
bootstrapping Swift 6, but typo'd the variable name used in one case.
This only affected in-place upgrades with no other Swift version
installed, so wasn't caught in testing.
Signed-off-by: Itai Ferber <itai@itaiferber.net >
2026-06-09 18:27:43 -04:00
Itai Ferber
e04b0cf93b
dev-lang/swift-bin: die on installation failure
...
Hardens the src_install phase by validating that the expected image
exists in the downloaded package, and dies if copying those files to
"$ED" fails.
Signed-off-by: Itai Ferber <itai@itaiferber.net >
2026-06-09 15:59:12 -04:00
Itai Ferber
3fa00fae2e
dev-lang/swift-bin: fix swift-bin-6.3* distfiles
...
The `swift-bin-6.3*-r1` gpkgs were incorrectly manually packaged using
the wrong top-level dirname (`swift-6.3*` instead of `swift-6.3*-r1`),
causing the distfile to download and install successfully, but leaving
an empty tree. The distfiles have been fixed.
Signed-off-by: Itai Ferber <itai@itaiferber.net >
2026-06-09 15:59:12 -04:00
AshyPinguin
54a90b574d
dev-embedded/flip-link: ignore non-applicable CFLAGS warning
...
Closes: https://bugs.gentoo.org/976338
Signed-off-by: AshyPinguin <pinguinlars1105+gentoo@gmail.com >
2026-06-09 21:33:34 +02:00
Andrés Becerra
84c2f9a01f
net-misc/freetube-bin: add myself as a maintainer
...
Signed-off-by: Andrés Becerra <andres.becerra@gmail.com >
2026-06-09 21:03:17 +02:00
Ben Buhse
3f262a1b2c
gui-wm/beansprout: update 9999 to Zig 0.16
...
Signed-off-by: Ben Buhse <me@benbuhse.email >
2026-06-09 11:16:45 -05:00
Ben Buhse
f0f48b8d91
gui-wm/beansprout: add 1.1.1, drop 1.0.0
...
Signed-off-by: Ben Buhse <me@benbuhse.email >
2026-06-09 11:16:45 -05:00
Jonathan Neitzel
dd25e1b09a
gui-libs/xdg-desktop-portal-termfilechooser: add 1.4.1, drop 1.4.0-r1
...
Signed-off-by: Jonathan Neitzel <jonathanneitzel@protonmail.com >
2026-06-09 18:14:45 +02:00
AshyPinguin
b39a39672b
gui-apps/awww: add wayland as a dependency
...
Closes: https://bugs.gentoo.org/976331
Signed-off-by: AshyPinguin <pinguinlars1105+gentoo@gmail.com >
2026-06-09 16:35:17 +02:00
AshyPinguin
7683c3b55f
dev-embedded/flip-link: restrict non-runnable tests
...
Signed-off-by: AshyPinguin <pinguinlars1105+gentoo@gmail.com >
2026-06-09 16:35:17 +02:00
Paul Zander
1482bacd64
dev-libs/libchdr: tree-clean, promoted to ::gentoo as media-libs/libchdr
...
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2026-06-09 15:56:31 +02:00
David Roman
db13e47268
dev-embedded/idf-component-manager: drop 2.4.2, 3.0.0
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 15:35:43 +02:00
David Roman
191a94a83b
dev-embedded/idf-component-manager: add missing psutil RDEPEND
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 15:35:43 +02:00
Nowa Ammerlaan
90f928de08
net-im/teams-for-linux: add 2.11.1
...
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org >
2026-06-09 15:27:33 +02:00
Repository mirror & CI
4171f67c17
2026-06-09 13:01:44 UTC
2026-06-09 13:01:44 +00:00
Repository mirror & CI
c0d42434d8
Merge updates from master
2026-06-09 13:01:43 +00:00
David Roman
da1003edb0
dev-python/guidata: drop 3.13.4
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 14:37:36 +02:00
David Roman
faec48659d
dev-python/guidata: add 3.14.4
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 14:37:36 +02:00
David Roman
06de3a0fd0
net-misc/gemget: avoid stripping binary at src_compile
...
Closes: https://bugs.gentoo.org/975486
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 14:37:36 +02:00
David Roman
7beb3db34b
dev-lang/uiua: drop 0.16.2, 0.17.2
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 14:37:36 +02:00
David Roman
bacbffa23b
dev-lang/uiua: update RUST_MIN_VER to 1.88.0
...
Closes: https://bugs.gentoo.org/974735
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 14:37:36 +02:00
Itai Ferber
8d37b1d4f0
net-vpn/mullvadvpn-app: add 2026.3_beta3
...
Signed-off-by: Itai Ferber <itai@itaiferber.net >
2026-06-09 08:20:55 -04:00
David Roman
c21fdf9025
media-sound/lms: add 3.77.0
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 12:12:57 +02:00
Alexander Weber
82e753eb0f
app-accessibility/onboard: update HOMEPAGE
...
Signed-off-by: Alexander Weber <web.alexander@web.de >
2026-06-09 07:33:40 +02:00
Huang Rui
f285eca0d1
dev-util/gemini-cli: add 0.45.2, drop 0.44.1
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2026-06-09 09:28:20 +08:00
Huang Rui
8356420989
dev-util/codex: add 0.138.0, drop 0.136.0
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2026-06-09 09:28:07 +08:00
Niklaus 'vimja' Hofer
48becb4b21
net-im/tuwunel: Remove system-rocksdb USE-flag
...
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email >
2026-06-09 02:06:01 +02:00
Niklaus 'vimja' Hofer
a0345922de
net-im/tuwunel: Remove dependency on vendor-tarball
...
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email >
2026-06-09 02:06:01 +02:00