commit: 8614550ec0fce8ccf89d4d1f8a5bec8b953bbac3 Author: swurl <swurl <AT> swurl <DOT> xyz> AuthorDate: Wed May 1 01:26:42 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 19 16:41:22 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=8614550e
repositories: add swirl (again) Signed-off-by: swurl <swurl <AT> swurl.xyz> Closes: https://github.com/gentoo/api-gentoo-org/pull/668 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 26c9fe3..f00c83a 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4181,6 +4181,20 @@ </owner> <source type="rsync">rsync://rsync.gentoo.stealer.net/swegener-overlay/</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>swirl</name> + <description lang="en">Overlay for software I use or made</description> + <homepage>https://git.swurl.xyz/swirl/overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>swurl</name> + </owner> + <source type="git">https://github.com/binex-dsk/ebuilds.git</source> + <source type="git">[email protected]:binex-dsk/ebuilds.git</source> + <source type="git">https://git.swurl.xyz/swirl/ebuilds.git</source> + <source type="git">[email protected]:swirl/ebuilds.git</source> + <feed>https://github.com/binex-dsk/ebuilds/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>SwordArMor</name> <description lang="en">Personnal overlay of alarig/SwordArMor</description>
