commit: 4d96b247bb887973f746a446cc3d333765609ff6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 29 06:20:23 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 29 06:20:23 2015 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=4d96b247
repositories: Add frabjous, bug #561774 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=561774 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index b95a94e..3a69bc6 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1464,6 +1464,18 @@ FIN <feed>https://github.com/foux/fouxlay/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>frabjous</name> + <description lang="en">Frabjous! Yet another personal Gentoo overlay</description> + <homepage>https://github.com/csmk/frabjous</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Ian Moone</name> + </owner> + <source type="git">https://github.com/csmk/frabjous.git</source> + <source type="git">[email protected]:csmk/frabjous.git</source> + <feed>https://github.com/csmk/frabjous/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>freeswitch</name> <description lang="en">Freeswitch Gentoo overlay</description> <homepage>https://github.com/alphallc/freeswitch/</homepage>
