commit: b2f457125236abc6d423dc476bf0fb097bd34707 Author: lucascouts <lucascs <AT> protonmail <DOT> com> AuthorDate: Mon Dec 2 00:10:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 24 20:02:21 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b2f45712
repositories: add bentoo-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/710 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 3bbdcbd5..323fc922 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -556,6 +556,17 @@ <source type="git">https://github.com/bell07/gentoo-bell07_overlay.git</source> <source type="git">git+ssh://[email protected]/bell07/gentoo-bell07_overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>bentoo</name> + <description lang="en">An overlay of user-friendly "Stage5" of Gentoo Linux.</description> + <homepage>https://github.com/lucascouts/bentoo.git</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Lucas C.S.</name> + </owner> + <source type="git">https://github.com/lucascouts/bentoo.git</source> + <source type="git">git+ssh://[email protected]/lucascouts/bentoo.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>benzene-overlay</name> <description lang="en">Universebenzene's personal Gentoo overlay</description>
