commit: c7ed3ec297ce27ba4db22fb28e4da61bb01f88b5 Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> AuthorDate: Wed Sep 4 01:02:30 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 09:18:25 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=c7ed3ec2
repositories: add flash-games Closes: https://github.com/gentoo/api-gentoo-org/pull/688 Signed-off-by: Sam James <sam <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 f3f5e32..559cbf7 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1384,6 +1384,18 @@ <source type="git">git+ssh://[email protected]/flammie/flammie-overlay.git</source> <feed>https://github.com/flammie/flammie-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>flash-games</name> + <description lang="en">Old flash games, with Ruffle as dependency</description> + <homepage>https://gitlab.com/gentoo-overlays-by-vitaly-zdanevich/flash-games</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Vitaly Zdanevich</name> + </owner> + <source type="git">https://gitlab.com/gentoo-overlays-by-vitaly-zdanevich/flash-games.git</source> + <source type="git">git+ssh://[email protected]:gentoo-overlays-by-vitaly-zdanevich/flash-games.git</source> + <feed>https://gitlab.com/gentoo-overlays-by-vitaly-zdanevich/flash-games/-/commits/main?format=atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>flavour</name> <description lang="en">Personal overlay of Wim Muskee</description>
