commit: a3c36bd098f25d0327d2c57f9563c54d78a63156 Author: stefan11111 <stefan11111 <AT> shitposting <DOT> expert> AuthorDate: Thu Nov 13 20:51:28 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 26 03:41:57 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=a3c36bd0
repositories: add stefan_overlay overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/768 Closes: https://github.com/gentoo/api-gentoo-org/pull/768 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 725fb417..e8bf1305 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4030,6 +4030,17 @@ <source type="git">[email protected]:anyc/steam-overlay.git</source> <feed>https://github.com/anyc/steam-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>stefan_overlay</name> + <description lang="en">Various ebuilds someone may find useful</description> + <homepage>https://github.com/stefan11111/stefan_overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>stefan11111</name> + </owner> + <source type="git">https://github.com/stefan11111/stefan_overlay.git</source> + <feed>https://github.com/stefan11111/stefan_overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>stephdewit</name> <description lang="en">Stéphane de Wit's personal overlay</description>
