diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-08-03 09:48:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-08-03 12:50:07 +0200 |
commit | d41a1a67b9926dc4f60a59340cdda003af206b13 (patch) | |
tree | 17815a81bad23a9ceb371a115d48728394d87330 /dev-ros/calibration_msgs/calibration_msgs-0.10.15.ebuild | |
parent | dev-ros/calibration_launch: Bump to 0.10.15. (diff) | |
download | gentoo-d41a1a67b9926dc4f60a59340cdda003af206b13.tar.gz gentoo-d41a1a67b9926dc4f60a59340cdda003af206b13.tar.bz2 gentoo-d41a1a67b9926dc4f60a59340cdda003af206b13.zip |
dev-ros/calibration_msgs: Bump to 0.10.15.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/calibration_msgs/calibration_msgs-0.10.15.ebuild')
-rw-r--r-- | dev-ros/calibration_msgs/calibration_msgs-0.10.15.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/calibration_msgs/calibration_msgs-0.10.15.ebuild b/dev-ros/calibration_msgs/calibration_msgs-0.10.15.ebuild new file mode 100644 index 000000000000..84fc5ca3dc67 --- /dev/null +++ b/dev-ros/calibration_msgs/calibration_msgs-0.10.15.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-perception/calibration" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages for storing calibration samples to be used in calibration procedures" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |