commit: c9731520b52aff5ccd1131587f838cb2a98e9ba8 Author: Julius Michaelis <gitter <AT> liftm <DOT> de> AuthorDate: Sun May 6 14:32:25 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 6 19:31:31 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=c9731520
repositories: Add OpenClonk overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/124 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 0d544b6..7a70700 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3310,6 +3310,18 @@ FIN <source type="git">[email protected]:olifre/olifre-portage.git</source> <feed>https://github.com/olifre/olifre-portage/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>openclonk</name> + <description lang="en">Overlay for the game OpenClonk</description> + <homepage>http://www.openclonk.org/</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Julius Michaelis</name> + </owner> + <source type="git">https://github.com/jcaesar/openclonk-overlay.git</source> + <source type="git">git+ssh://[email protected]/jcaesar/openclonk-overlay.git</source> + <feed>https://github.com/jcaesar/openclonk-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>openwrt</name> <description>Overlay for network configuration packages found in OpenWRT</description>
