diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 13:46:59 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 13:52:23 +0200 |
commit | 3127ad231f7ecb77d4fbbcbcaa334604179103de (patch) | |
tree | a0540e18957b05aeef219346ef3a24d85f19fbe1 /dev-ros/pcl_ros/pcl_ros-9999.ebuild | |
parent | dev-ros/pcl_conversions: Initial import. Ebuild by me. (diff) | |
download | gentoo-3127ad231f7ecb77d4fbbcbcaa334604179103de.tar.gz gentoo-3127ad231f7ecb77d4fbbcbcaa334604179103de.tar.bz2 gentoo-3127ad231f7ecb77d4fbbcbcaa334604179103de.zip |
dev-ros/pcl_ros: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/pcl_ros/pcl_ros-9999.ebuild')
-rw-r--r-- | dev-ros/pcl_ros/pcl_ros-9999.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-ros/pcl_ros/pcl_ros-9999.ebuild b/dev-ros/pcl_ros/pcl_ros-9999.ebuild new file mode 100644 index 000000000000..9894bf31aa95 --- /dev/null +++ b/dev-ros/pcl_ros/pcl_ros-9999.ebuild @@ -0,0 +1,37 @@ +# 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/perception_pcl" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="PCL (Point Cloud Library) ROS interface stack" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/rosbag + dev-ros/rosconsole + dev-ros/roslib + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] + >=dev-cpp/eigen-3.2.5:3 + dev-ros/pluginlib + dev-ros/tf + dev-ros/tf2 + dev-ros/tf2_ros + dev-ros/nodelet + dev-ros/nodelet_topic_tools + sci-libs/pcl[qhull] + dev-ros/pcl_conversions + dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}" |