Commit Graph

499 Commits

Author SHA1 Message Date
ingenarel (NeoJesus)
873b23b2cf www-client/chawan: update EAPI 8 -> 9
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-18 09:15:22 +06:00
Ceres
4eaef38fa5 www-client/zen-bin: drop 1.19.13b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-06-13 19:02:46 +01:00
Ceres
6ce48ff165 www-client/zen-bin: add 1.21.1b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-06-13 19:02:46 +01:00
Jonas Frei
e031da0d7f www-client/helium-bin: drop 0.11.5.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-06-12 21:24:30 +02:00
Jonas Frei
4ed14965d5 www-client/helium-bin: add 0.13.2.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-06-12 21:24:30 +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
ingenarel (NeoJesus)
be19f5a950 www-client/chawan: drop 0.4.0
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-09 04:19:08 +06:00
ingenarel (NeoJesus)
53379094c7 www-client/chawan: add 0.4.2
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-09 04:19:08 +06:00
ingenarel (NeoJesus)
f15060ab4f www-client/chawan: update 9999
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-09 04:19:08 +06:00
Adel KARA SLIMANE
00ee2074f2 www-client/zen-bin: add %u to default Exec= entry
URL handler was being confused by missing %u
  kf.kio.core: "/usr/share/applications/zen-zen-bin.desktop" contains supported protocols but doesn't use %u or %U in its Exec line! This is inconsistent.

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2026-06-07 22:55:59 +02:00
Sergey Torokhov
63cfd77be4 www-client/yandex-browser: 26.4.1.1101_p1 bump (26.3.1.1088_p1 drop)
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2026-06-07 18:10:31 +03:00
Ceres
daa3afe4de www-client/zen-bin: drop 1.20.1b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-06-06 16:49:08 +01:00
Ceres
0415384400 www-client/zen-bin: add 1.20.2b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-06-06 16:49:02 +01:00
Ceres
4ac527da88 www-client/waterfox-bin: drop 6.6.13
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-06-03 16:28:26 +01:00
Ceres
aa3f5e1336 www-client/waterfox-bin: add 6.6.14
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-06-03 16:28:21 +01:00
ingenarel (NeoJesus)
6e097f81e0 www-client/chawan: drop 0.3.3
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-31 04:39:23 +06:00
ingenarel (NeoJesus)
783c54e4ba www-client/chawan: add 0.4.1
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-31 04:39:23 +06:00
ingenarel (NeoJesus)
347405cba1 www-client/chawan: set compiler flags and linker flags properly for nimc
Another thanks to Agostino Sarubbo for finding this bug

code is mostly copy pasted from the nim_gen_config() function from
nim-utils.eclass, modified a bit to actually append to the original
nim.cfg, instead of replacing it

This should hopefully, fix the issue. With my testing, I tested by
setting the compiler to clang and then GCC, and thankfully when I
checked btop, nimc was actually using the appropriate compiler

Closes: https://bugs.gentoo.org/975973
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-30 18:50:03 +06:00
Jonas Frei
c3a14cbc8e www-client/helium-bin: drop 0.11.2.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-05-29 20:57:46 +02:00
Jonas Frei
558a96ebbc www-client/helium-bin: add 0.12.5.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-05-29 20:57:46 +02:00
Ceres
ca0e60afee www-client/zen-bin: drop 1.18.10b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-28 21:19:28 +01:00
Ceres
06907e3a15 www-client/zen-bin: add 1.20.1b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-28 21:19:08 +01:00
ingenarel (NeoJesus)
a46947eff8 www-client/chawan: properly separate and set dependencies
As per the devmanual, ${DEPEND} has been moved from ${BDEPEND}, because

> BDEPEND specifies dependencies applicable to CBUILD, i.e. programs that
> need to be executed during the build, e.g. virtual/pkgconfig. DEPEND
> specifies dependencies for CHOST, i.e. packages that need to be found on
> built system, e.g. libraries and headers.

On top of that, a proper ${RDEPEND} has also been set, as it didn't
contain the necessary dependencies, which was found by Agostino Sarubbo

Closes: https://bugs.gentoo.org/975673
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-25 19:14:54 +06:00
Ceres
041af62160 www-client/zen-bin: drop 1.19.12b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-22 14:19:50 +01:00
Ceres
2ba3dffbd3 www-client/zen-bin: add 1.19.13b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-22 14:19:48 +01:00
ingenarel (NeoJesus)
8adeb61578 www-client/chawan: add 0.4.0
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-05-21 11:09:58 +06:00
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
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
Jonas Frei
e01150f940 www-client/helium-bin: drop 0.10.8.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-05-17 14:24:39 +02:00
Jonas Frei
9c8958f7cb www-client/helium-bin: add 0.12.3.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-05-17 14:24:39 +02:00
Ceres
93ae67e33f www-client/zen-bin: drop 1.19.11b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-09 16:51:45 +01:00
Ceres
0fc1aa54e7 www-client/zen-bin: add 1.19.12b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-09 16:51:22 +01:00
strategictraveler
3ee2661528 www-client/mullvad-browser-bin: add 15.0.12, drop 15.0.11
Signed-off-by: strategictraveler <strategictraveler@proton.me>
2026-05-07 15:14:12 +00:00
Ceres
44b553121f www-client/zen-bin: drop 1.19.10b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-04 16:37:27 +01:00
Ceres
5ae30b7873 www-client/zen-bin: add 1.19.11b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-04 16:37:23 +01:00
Ceres
47950211b8 www-client/zen-bin: drop 1.19.8b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-04-28 19:09:10 +01:00
Ceres
955fe47869 www-client/zen-bin: add 1.19.10b
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-04-28 19:09:06 +01:00
strategictraveler
316ad7d05d www-client/mullvad-browser-bin: add 15.0.11, drop 15.0.10
Signed-off-by: strategictraveler <strategictraveler@proton.me>
2026-04-28 10:23:01 +00:00
Jonas Frei
2f0d24d243 www-client/helium-bin: drop 0.10.7.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-04-26 20:29:36 +02:00
Jonas Frei
90f685e19a www-client/helium-bin: add 0.11.5.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-04-26 20:29:36 +02:00
Ceres
6585bb1d97 www-client/waterfox-bin: drop 6.6.11
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-04-22 14:46:19 +01:00
Ceres
db0862bdad www-client/waterfox-bin: add 6.6.12
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-04-22 14:45:52 +01:00
strategictraveler
59706985e5 www-client/mullvad-browser-bin: add 15.0.10, drop 15.0.9-r1
Signed-off-by: strategictraveler <strategictraveler@proton.me>
2026-04-21 19:59:24 +00:00
David Roman
9c7c9d9720 Revert "www-client/brave-browser: add 1.89.137"
This reverts commit 23504aa56f.

Signed-off-by: David Roman <stkw0@disroot.org>
2026-04-19 13:04:25 +02:00
amielke
23504aa56f www-client/brave-browser: add 1.89.137
Signed-off-by: amielke <gentoo@amielke.de>
2026-04-16 19:42:06 +02:00
Sergey Torokhov
fb09a1d629 www-client/yandex-browser: 26.3.1.1088_p1 bump (26.3.1.1041_p1 drop)
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2026-04-14 20:56:52 +03:00
Jonas Frei
fee320c9ca www-client/helium-bin: drop 0.10.6.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-04-14 18:20:56 +02:00
Jonas Frei
50aec9fc4b www-client/helium-bin: add 0.11.2.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-04-14 18:20:56 +02:00
Ceres
e905c810e9 www-client/waterfox-bin: new package, add 6.6.11
dependencies mostly taken from www-client/firefox-bin,
as i couldnt find any dependency list from waterfox

phase functions mostly taken from www-client/zen-bin,
as the process is very similar

Signed-off-by: Ceres <ceres@ceressees.dev>

www-client/waterfox-bin: add metadata.xml

Signed-off-by: Ceres <ceres@ceressees.dev>
2026-04-12 17:31:47 +01:00