commit: 00cb38d2ec99a9ea4c3143d61016f4c345344dfb Author: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT> com> AuthorDate: Mon Aug 11 10:36:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 21 09:42:35 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=00cb38d2
repositories: add another-brave-overlay This overlay automatically generates ebuilds for the Brave web browser using GitHub workflows. In contrast to the brave-overlay, it closely tracks the Google Chrome ebuilds in ::gentoo, with a scheduled workflow to identify any divergence. It also provides ebuilds for all three release channels. The high frequency of updates for nightly releases makes a separate overlay more practical than a contribution to GURU. Part-of: https://github.com/gentoo/api-gentoo-org/pull/753 Closes: https://github.com/gentoo/api-gentoo-org/pull/753 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 4c396822..1c49da76 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -326,6 +326,17 @@ <source type="git">https://github.com/Anoncheg1/anonch-overlay.git</source> <source type="git">git+ssh://[email protected]/Anoncheg1/anonch-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>another-brave-overlay</name> + <description lang="en">Overlay for automatically generated Brave web browser ebuilds</description> + <homepage>https://github.com/falbrechtskirchinger/another-brave-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Florian Albrechtskirchinger</name> + </owner> + <source type="git">https://github.com/falbrechtskirchinger/another-brave-overlay.git</source> + <feed>https://github.com/falbrechtskirchinger/another-brave-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>antons-matrix-overlay</name> <description lang="en">Packages related to matrix.org messaging system</description>
