commit: 16669c0bda64054aff1845afe1b311616281d95b Author: Redson <redson <AT> riseup <DOT> net> AuthorDate: Fri Oct 14 12:38:54 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 13:24:24 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=16669c0b
repositories: Add broverlay Closes: https://github.com/gentoo/api-gentoo-org/pull/552 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> files/overlays/repositories.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index a863e2f..3f50922 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -704,6 +704,25 @@ <source type="git">[email protected]:stefan-langenmaier/brother-overlay.git</source> <feed>https://github.com/stefan-langenmaier/brother-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>broverlay</name> + <description lang="en"> + Overlay containing ebuilds made by a small Gentoo community, learning how to do them. + The focus is to have general-purpose ebuilds, available to everyone. + </description> + <description lang="pt"> + Overlay contendo ebuilds feitas por uma pequena comunidade de usuários de Gentoo, aprendendo como faze-los. + O foco é ter pacotes de propósito geral, disponível para todos. + </description> + <homepage>https://github.com/BROverlay/overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Redson dos Santos Silva</name> + </owner> + <source type="git">https://github.com/BROverlay/overlay.git</source> + <source type="git">git+ssh://[email protected]:BROverlay/overlay.git</source> + <feed>https://github.com/BROverlay/overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>bubba</name> <description lang="en">"Bubba" platform support for Excito B2|3</description>
