summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-10-03 12:58:14 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-10-03 13:11:00 +0200
commit4df3b22af247c8bad32c8b81ac65e9acaa354f6e (patch)
tree8a328f15b7b9efcc9a53e03e38365a530f2aa44a /dev-ros/stereo_msgs/stereo_msgs-1.12.5.ebuild
parentdev-ros/shape_msgs: Bump to 1.12.5. (diff)
downloadgentoo-4df3b22af247c8bad32c8b81ac65e9acaa354f6e.tar.gz
gentoo-4df3b22af247c8bad32c8b81ac65e9acaa354f6e.tar.bz2
gentoo-4df3b22af247c8bad32c8b81ac65e9acaa354f6e.zip
dev-ros/stereo_msgs: Bump to 1.12.5.
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros/stereo_msgs/stereo_msgs-1.12.5.ebuild')
-rw-r--r--dev-ros/stereo_msgs/stereo_msgs-1.12.5.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/stereo_msgs/stereo_msgs-1.12.5.ebuild b/dev-ros/stereo_msgs/stereo_msgs-1.12.5.ebuild
new file mode 100644
index 000000000000..c011de9913ff
--- /dev/null
+++ b/dev-ros/stereo_msgs/stereo_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/sensor_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages specific to stereo processing, such as disparity images"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"