commit: 5ce99c998317e1782819bdc9afa37a935caeb7c6 Author: Michael Pirogov <vbnet.ru <AT> gmail <DOT> com> AuthorDate: Mon Oct 2 19:11:20 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 09:45:25 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=5ce99c99
repositories: add ubuilds Closes: https://github.com/gentoo/api-gentoo-org/pull/627 Signed-off-by: Florian Schmaus <flow <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 2dd76a0..5fc341f 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4250,6 +4250,18 @@ </owner> <source type="git">git://git.turret.cyou/portage-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>ubuilds</name> + <description lang="en">Ebuilds to live long and prosper</description> + <homepage>https://github.com/uu/ubuilds</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Michael Pirogov</name> + </owner> + <source type="git">https://github.com/uu/ubuilds.git</source> + <source type="git">[email protected]:uu/ubuilds.git</source> + <feed>https://github.com/uu/ubuilds/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>ukui</name> <description lang="en">Gentoo Overlay for UKUI Desktop Environment</description>
