diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-01-20 12:17:30 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-01-20 16:33:09 +0100 |
commit | 24a5046c43e01c4e1631091934648b0e8c6a8e2c (patch) | |
tree | 458b11b54862dda420a718b25df8e9781ea21121 /dev-ros/stereo_msgs/stereo_msgs-1.13.1.ebuild | |
parent | dev-ros/shape_msgs: Bump to 1.13.1. (diff) | |
download | gentoo-24a5046c43e01c4e1631091934648b0e8c6a8e2c.tar.gz gentoo-24a5046c43e01c4e1631091934648b0e8c6a8e2c.tar.bz2 gentoo-24a5046c43e01c4e1631091934648b0e8c6a8e2c.zip |
dev-ros/stereo_msgs: Bump to 1.13.1.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/stereo_msgs/stereo_msgs-1.13.1.ebuild')
-rw-r--r-- | dev-ros/stereo_msgs/stereo_msgs-1.13.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/stereo_msgs/stereo_msgs-1.13.1.ebuild b/dev-ros/stereo_msgs/stereo_msgs-1.13.1.ebuild new file mode 100644 index 000000000000..b6832f6bac0c --- /dev/null +++ b/dev-ros/stereo_msgs/stereo_msgs-1.13.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/common_msgs" +KEYWORDS="~amd64 ~arm" +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}" |