commit: 193d2208f85779e716b95deffbf8352913a6a5f2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 31 22:16:35 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 31 22:16:35 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=193d2208
Add ros overlay Fixes: https://bugs.gentoo.org/show_bug.cgi?id=529722 --- files/overlays/repositories.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index a90fadf..7224bfd 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4515,6 +4515,16 @@ FIN <feed>https://github.com/sandikata/ROKO__/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>ros</name> + <description>Ebuilds for the Robot Operating System (ROS).</description> + <homepage>https://github.com/ros/ros-overlay</homepage> + <owner> + <email>[email protected]</email> + </owner> + <source type="git">git://github.com/ros/ros-overlay.git</source> + <feed>https://github.com/ros/ros-overlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>roslin</name> <description><![CDATA[This is roslin, my small overlay. Enjoy! (:]]></description> <homepage>http://gitorious.org/roslin/roslin</homepage>
