commit: acc455cada037b21cc170d209a2ff2da8ff92d7a Author: Vasile Vilvoiu <vasi <AT> vilvoiu <DOT> ro> AuthorDate: Sat Apr 9 14:06:29 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Apr 14 07:29:19 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=acc455ca
repositories: Add rimio-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/504 Signed-off-by: Jakov Smolić <jsmolic <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 8077eb4..f7fc30f 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3455,6 +3455,18 @@ <source type="git">git+ssh://[email protected]/rich0/rich0-overlay.git</source> <feed>https://github.com/rich0/rich0-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>rimio</name> + <description lang="en">rimio's personal overlay</description> + <homepage>https://github.com/rimio/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Vasile Vilvoiu</name> + </owner> + <source type="git">https://github.com/rimio/gentoo-overlay.git</source> + <source type="git">git+ssh://[email protected]/rimio/gentoo-overlay.git</source> + <feed>https://github.com/rimio/gentoo-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>rion</name> <description>Russian overlay with a some patched and specific
