diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 18:27:15 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 19:04:20 +0200 |
commit | d013b6ca7ec1c4ff91c51056ace70c1a0cd5cf39 (patch) | |
tree | 4a280b0d78f8ba69a55547621710e0f72a259005 /dev-ros/tf2_msgs/tf2_msgs-9999.ebuild | |
parent | dev-ros/diagnostic_analysis: Initial import. Ebuild by me. (diff) | |
download | gentoo-d013b6ca7ec1c4ff91c51056ace70c1a0cd5cf39.tar.gz gentoo-d013b6ca7ec1c4ff91c51056ace70c1a0cd5cf39.tar.bz2 gentoo-d013b6ca7ec1c4ff91c51056ace70c1a0cd5cf39.zip |
dev-ros/tf2_msgs: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/tf2_msgs/tf2_msgs-9999.ebuild')
-rw-r--r-- | dev-ros/tf2_msgs/tf2_msgs-9999.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/tf2_msgs/tf2_msgs-9999.ebuild b/dev-ros/tf2_msgs/tf2_msgs-9999.ebuild new file mode 100644 index 000000000000..b27e93ac6517 --- /dev/null +++ b/dev-ros/tf2_msgs/tf2_msgs-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/geometry_experimental" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="TF2 messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |