commit: ec68b71866b7cd9c6a07f3f44bdd355fe60890c6 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Sep 22 09:23:15 2015 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 09:39:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec68b718
profiles: Add ROS_MESSAGES descriptions. profiles/desc/ros_messages.desc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/desc/ros_messages.desc b/profiles/desc/ros_messages.desc new file mode 100644 index 0000000..3ec8a3b --- /dev/null +++ b/profiles/desc/ros_messages.desc @@ -0,0 +1,11 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of ROS_MESSAGES USE-EXPANDED variables. +# Keep it sorted. + +cxx - Generate and install C++ messages. +eus - Generate and install EusLisp messages. +lisp - Generate and install Common-Lisp messages. +python - Generate and install Python messages. The PYTHON_TARGETS variable controls the Python versions to build for.
