commit: 4b6b44406684c3af7d496e23b832856ac65940f2 Author: Eugeniusz Gienek <eugene <AT> sky <DOT> community> AuthorDate: Sun Jan 14 23:42:14 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 12 12:04:58 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=4b6b4440
repositories: Added gentooplusplus repo Closes: https://github.com/gentoo/api-gentoo-org/pull/646 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 1b056be..559658f 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1661,6 +1661,18 @@ <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>gentooplusplus</name> + <description lang="en">Personal overlay especially for lightweight software</description> + <homepage>https://github.com/Eugeniusz-Gienek/gentooplusplus</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Eugeniusz Gienek</name> + </owner> + <source type="git">https://github.com/Eugeniusz-Gienek/gentooplusplus.git</source> + <source type="git">[email protected]:Eugeniusz-Gienek/gentooplusplus.git</source> + <feed>https://github.com/Eugeniusz-Gienek/gentooplusplus/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
