commit: b6c4ba5abb50baa00a2c99bcc26ccfa5006f5605 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 5 21:26:14 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 5 21:26:39 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=b6c4ba5a
Add hhvm overlay Fixes: https://bugs.gentoo.org/show_bug.cgi?id=538974 --- files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index e610d84..1e51921 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2259,6 +2259,18 @@ FIN <feed>http://git.overlays.gentoo.org/gitweb/?p=dev/heroxbd.git;a=rss</feed> </repo> <repo quality="experimental" status="unofficial"> + <name><![CDATA[hhvm]]></name> + <description><![CDATA[hhvm gentoo overlay]]></description> + <homepage>https://github.com/reanimus/hhvm-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name><![CDATA[Alex Guzman]]></name> + </owner> + <source type="git">git://github.com/reanimus/hhvm-overlay.git</source> + <source type="git">https://github.com/reanimus/hhvm-overlay.git</source> + <feed>https://github.com/reanimus/hhvm-overlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>hibiscus</name> <description lang="en">User overlay</description> <homepage>http://git.overlays.gentoo.org/gitweb/?p=user/hibiscus.git;a=summary</homepage>
