commit: 150d070aa3d2b5b87e91f928036d899b1fc88af7 Author: F.J. Felix <web <AT> inode64 <DOT> com> AuthorDate: Tue Jul 6 11:27:37 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 11:35:06 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=150d070a
repositories: Add inode64-overlay Closes: https://bugs.gentoo.org/800818 Closes: https://github.com/gentoo/api-gentoo-org/pull/409 Signed-off-by: Michał Górny <mgorny <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 cb5210e..8ed9a26 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1863,6 +1863,18 @@ <source type="git">git+ssh://[email protected]/repo/proj/guru.git</source> <feed>https://cgit.gentoo.org/repo/proj/guru.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>inode64-overlay</name> + <description lang="en">Server overlay, virtualization, developer tools and misc apps</description> + <description lang="es">Overlay de servidores, virtualización, herramientas para desarrolladores y aplicaciones varias</description> + <homepage>https://github.com/inode64/inode64-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>F.Javier Félix</name> + </owner> + <source type="git">https://github.com/inode64/inode64-overlay.git</source> + <feed>https://github.com/inode64/inode64-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>haarp</name> <description lang="en">misc ebuilds that aren't in the main tree</description>
