commit: 628732bdd43b246ff979a62fca30948eddedd96a Author: Leonardo H. Neumann <leonardohn <AT> null <DOT> net> AuthorDate: Thu Dec 24 01:26:38 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 24 08:38:39 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=628732bd
repositories: Add gentoobr overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/350 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 9fd98d0..6484a63 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1928,6 +1928,23 @@ <source type="git">git://github.com/microcai/gentoo-zh.git</source> <feed>https://github.com/microcai/gentoo-zh/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>gentoobr</name> + <description lang="en">Overlay containing experimental packages developed + by the brazilian community, with focus on providing programs useful to + portuguese speaking users and introducing new people to contribute.</description> + <description lang="pt">Overlay contendo pacotes experimentais desenvolvidos + pela comunidade brasileira, com foco em oferecer programas úteis à falantes + da língua portuguesa e em introduzir novas pessoas a contribuir.</description> + <homepage>https://github.com/gentoobr/overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Leonardo Henrique Neumann</name> + </owner> + <source type="git">https://github.com/gentoobr/overlay.git</source> + <source type="git">git+ssh://[email protected]/gentoobr/overlay.git</source> + <feed>https://github.com/gentoobr/overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>gerislay</name> <description lang="en">A personal overlay with no specific focus (mainly to
