commit: a2b35ccba3a297c4b48753e3d53d0c128339cb7d Author: RomikB <romikb <AT> mail <DOT> ru> AuthorDate: Mon May 12 11:36:58 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 10 17:49:42 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=a2b35ccb
repositories: add RomikB Part-of: https://github.com/gentoo/api-gentoo-org/pull/741 Closes: https://github.com/gentoo/api-gentoo-org/pull/741 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 72da0706..dd654ce0 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3796,6 +3796,18 @@ <source type="git">git+ssh://[email protected]/sandikata/ROKO__.git</source> <feed>https://github.com/sandikata/ROKO__/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>RomikB</name> + <description lang="en">Personal builds of RomikB including AmneziaWG</description> + <homepage>https://github.com/RomikB/gentoo-repository</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>RomikB</name> + </owner> + <source type="git">https://github.com/RomikB/gentoo-repository.git</source> + <source type="git">git+ssh://[email protected]/RomikB/gentoo-repository.git</source> + <feed>https://github.com/RomikB/gentoo-repository/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>ros-overlay</name> <description>Ebuilds for the Robot Operating System (ROS).</description>
