commit: f9a6d8e38aa524e9768276971ecc0f999cab3699 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 13 15:29:21 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 13 15:29:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/api.git/commit/?id=f9a6d8e3
repositories: Add cg Fixes: https://bugs.gentoo.org/show_bug.cgi?id=557456 files/overlays/repositories.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index cc87e5b..4dca8ec 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -726,6 +726,15 @@ FIN <feed>http://github.com/feeds/transacid/commits/CenterIM-overlay/master</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>cg</name> + <description>Computer graphics ebuilds for gentoo</description> + <homepage>http://github.com/brothermechanic/cg</homepage> + <owner> + <email>[email protected]</email> + </owner> + <source type="git">https://github.com/brothermechanic/cg.git</source> + </repo> + <repo quality="experimental" status="unofficial"> <name>chaos</name> <description>Personal overlay</description> <homepage>http://github.com/chaoskagami/chaos-overlay</homepage>
