commit: 0f4f5119591ecf6eca8eeeab37489cb1d354e9d0 Author: Dominique Michel <dominique.c.michel <AT> gmail <DOT> com> AuthorDate: Mon Oct 9 10:23:48 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Oct 12 12:02:39 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=0f4f5119
repositories: add proaudio-gentoo Closes: https://github.com/gentoo/api-gentoo-org/pull/629 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 2399d76..f13f85c 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3156,6 +3156,18 @@ <source type="git">git+ssh://[email protected]/ppfeufer/gentoo-overlay.git</source> <feed>https://github.com/ppfeufer/gentoo-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>proaudio-gentoo</name> + <description lang="en">New generation ProAudio overlay</description> + <homepage>https://github.com/domichel/proaudio-gentoo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Dominique Michel</name> + </owner> + <source type="git">https://github.com/domichel/proaudio-gentoo.git</source> + <source type="git">git+ssh://[email protected]/domichel/proaudio-gentoo.git</source> + <feed>https://github.com/domichel/proaudio-gentoo/commits.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>pross</name> <description lang="en">Up to date ck-sources</description>
