commit: 56512d7a5bfae1788b50424ed1ac9de97b863aa2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 23 18:29:11 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 23 18:29:11 2015 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=56512d7a
repositories: Add fuverlay, #563472 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=563472 files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 18f088d..4db1cd6 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1510,6 +1510,17 @@ FIN <source type="git">git://git.funroll-loops.de/portage-overlay</source> </repo> <repo quality="experimental" status="unofficial"> + <name>fuverlay</name> + <description lang="en">Funkill's overlay</description> + <homepage>https://github.com/funkill/fuverlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Funkill</name> + </owner> + <source type="git">https://github.com/funkill/fuverlay.git</source> + <feed>https://github.com/funkill/fuverlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>funtoo-deadbeef</name> <description lang="en">DeaDBeeF player overlay for Funtoo Linux</description> <homepage>https://github.com/damex/funtoo-deadbeef</homepage>
