summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-25 11:02:28 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-25 11:02:28 +0100
commitf21eeb1929abdb577df35d20fd8dc31bb4301d05 (patch)
tree8b8f2e4d1bc07c80014eb8c6c2ba213bac0ba8ce /dev-ros/stereo_msgs/stereo_msgs-1.12.4.ebuild
parentdev-ros/shape_msgs: Bump to 1.12.4. (diff)
downloadgentoo-f21eeb1929abdb577df35d20fd8dc31bb4301d05.tar.gz
gentoo-f21eeb1929abdb577df35d20fd8dc31bb4301d05.tar.bz2
gentoo-f21eeb1929abdb577df35d20fd8dc31bb4301d05.zip
dev-ros/stereo_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/stereo_msgs/stereo_msgs-1.12.4.ebuild')
-rw-r--r--dev-ros/stereo_msgs/stereo_msgs-1.12.4.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/stereo_msgs/stereo_msgs-1.12.4.ebuild b/dev-ros/stereo_msgs/stereo_msgs-1.12.4.ebuild
new file mode 100644
index 000000000000..d52a83e2a33b
--- /dev/null
+++ b/dev-ros/stereo_msgs/stereo_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 dev-ros/sensor_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages specific to stereo processing, such as disparity images"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"