commit: e39fbd6cf9644664fdefddec209c1303dd1870d5 Author: Anonymous1157 <sunsetsergal <AT> gmail <DOT> com> AuthorDate: Wed Jan 25 23:37:45 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 13:45:42 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=e39fbd6c
repositories: Add sunset-repo Closes: https://github.com/gentoo/api-gentoo-org/pull/571 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 3cd84a4..e2950d7 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4015,6 +4015,18 @@ <source type="git">git+ssh://[email protected]/istitov/stuff.git</source> <feed>https://github.com/istitov/stuff/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>sunset-repo</name> + <description lang="en">Personal overlay. Small programs and utils, X11 + themes, and version bumps of ebuilds from main repo.</description> + <homepage>https://github.com/Anonymous1157/sunset-repo</homepage> + <owner type="person"> + <email>[email protected]</email> + </owner> + <source type="git">https://github.com/Anonymous1157/sunset-repo.git</source> + <source type="git">git+ssh://[email protected]/Anonymous1157/sunset-repo.git</source> + <feed>https://github.com/Anonymous1157/sunset-repo/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>suntar</name> <description lang="en">Suntar's overlay</description>
