From eedf8ca51fa2ba69e2371f1edbb12f4a948ae426 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 23 Sep 2015 10:38:20 +0200 Subject: ros-meta/laser_pipeline: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild (limited to 'ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild') diff --git a/ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild b/ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild new file mode 100644 index 000000000000..acb6e3eab753 --- /dev/null +++ b/ros-meta/laser_pipeline/laser_pipeline-1.6.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-perception/laser_pipeline" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Meta-package for processing laser data, e.g. converting laser data into 3D representations" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/laser_assembler + dev-ros/laser_filters + dev-ros/laser_geometry +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad