diff options
author | 2016-02-25 11:02:11 +0100 | |
---|---|---|
committer | 2016-02-25 11:02:11 +0100 | |
commit | bb0a2087f5df498ff0cdae8ae3c5bcda9b07c124 (patch) | |
tree | 31436076d82f1353cc40f9d05743b8fd5c48af02 /dev-ros/geometry_msgs/geometry_msgs-1.12.4.ebuild | |
parent | dev-ros/diagnostic_msgs: Bump to 1.12.4. (diff) | |
download | gentoo-bb0a2087f5df498ff0cdae8ae3c5bcda9b07c124.tar.gz gentoo-bb0a2087f5df498ff0cdae8ae3c5bcda9b07c124.tar.bz2 gentoo-bb0a2087f5df498ff0cdae8ae3c5bcda9b07c124.zip |
dev-ros/geometry_msgs: Bump to 1.12.4.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/geometry_msgs/geometry_msgs-1.12.4.ebuild')
-rw-r--r-- | dev-ros/geometry_msgs/geometry_msgs-1.12.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/geometry_msgs/geometry_msgs-1.12.4.ebuild b/dev-ros/geometry_msgs/geometry_msgs-1.12.4.ebuild new file mode 100644 index 000000000000..b7914738d8fb --- /dev/null +++ b/dev-ros/geometry_msgs/geometry_msgs-1.12.4.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/common_msgs" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages for common geometric primitives such as points, vectors, and poses" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |