commit: 8fafeb062ee20057f0be62d3b3bb89cc71e9d599 Author: Alain Zscheile <fogti+devel <AT> ytrizja <DOT> de> AuthorDate: Sun Jul 23 13:06:48 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Jul 26 09:16:58 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=8fafeb06
repositories: re-add zscheile overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/614 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 9b05b02..5bf5999 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4729,6 +4729,19 @@ <source type="git">git+ssh://[email protected]/zozx/zozx-overlay.git</source> <feed>https://github.com/zozx/zozx-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>zscheile</name> + <description>Zscheile Overlay</description> + <homepage>https://github.com/fogti/portage-zscheile</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Alain Zscheile</name> + </owner> + <source type="git">https://github.com/fogti/portage-zscheile.git</source> + <source type="git">git://github.com/fogti/portage-zscheile.git</source> + <source type="git">[email protected]:fogti/portage-zscheile.git</source> + <feed>https://github.com/fogti/portage-zscheile/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>zugaina</name> <description>collection of ebuilds by ycarus</description>
