diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-03 12:58:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-03 13:10:59 +0200 |
commit | 4124b3190d0435388943a155d4528c319c695759 (patch) | |
tree | d37e60fff46e53faf52e07ca73cd5d43a37a7bc7 /dev-ros/shape_msgs/shape_msgs-1.12.5.ebuild | |
parent | dev-ros/sensor_msgs: Bump to 1.12.5. (diff) | |
download | gentoo-4124b3190d0435388943a155d4528c319c695759.tar.gz gentoo-4124b3190d0435388943a155d4528c319c695759.tar.bz2 gentoo-4124b3190d0435388943a155d4528c319c695759.zip |
dev-ros/shape_msgs: Bump to 1.12.5.
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros/shape_msgs/shape_msgs-1.12.5.ebuild')
-rw-r--r-- | dev-ros/shape_msgs/shape_msgs-1.12.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/shape_msgs/shape_msgs-1.12.5.ebuild b/dev-ros/shape_msgs/shape_msgs-1.12.5.ebuild new file mode 100644 index 000000000000..5f45a9a6461d --- /dev/null +++ b/dev-ros/shape_msgs/shape_msgs-1.12.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 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 dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages for defining shapes, such as simple solid object primitives, planes, and meshes" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |