diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:13:37 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:21:09 +0200 |
commit | 763c55207d04d40884b9b5a0615a3bff25657e23 (patch) | |
tree | ed62095fff559d1c8a0601405fed7bdff27b01f0 /ros-meta/laser_pipeline/laser_pipeline-1.6.4.ebuild | |
parent | ros-meta/qt_gui_core: Bump to 0.4.2. (diff) | |
download | gentoo-763c55207d04d40884b9b5a0615a3bff25657e23.tar.gz gentoo-763c55207d04d40884b9b5a0615a3bff25657e23.tar.bz2 gentoo-763c55207d04d40884b9b5a0615a3bff25657e23.zip |
ros-meta/laser_pipeline: bump to 1.6.4
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/laser_pipeline/laser_pipeline-1.6.4.ebuild')
-rw-r--r-- | ros-meta/laser_pipeline/laser_pipeline-1.6.4.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ros-meta/laser_pipeline/laser_pipeline-1.6.4.ebuild b/ros-meta/laser_pipeline/laser_pipeline-1.6.4.ebuild new file mode 100644 index 000000000000..477ae01a7003 --- /dev/null +++ b/ros-meta/laser_pipeline/laser_pipeline-1.6.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-perception/laser_pipeline" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Meta-package for processing laser data" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/laser_assembler + dev-ros/laser_filters + dev-ros/laser_geometry +" +DEPEND="${RDEPEND}" |