summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-04-05 21:38:36 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-04-06 10:49:43 +0200
commit59cda2c12b81d53732effa9ec632ee2e00b8537e (patch)
treea756593b2dc9e60058152b45dcb71ba51d006592 /ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild
parentdev-ros/pcl_ros: Bump to 1.5.4. (diff)
downloadgentoo-59cda2c12b81d53732effa9ec632ee2e00b8537e.tar.gz
gentoo-59cda2c12b81d53732effa9ec632ee2e00b8537e.tar.bz2
gentoo-59cda2c12b81d53732effa9ec632ee2e00b8537e.zip
ros-meta/perception_pcl: Bump to 1.5.4.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild')
-rw-r--r--ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild b/ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild
new file mode 100644
index 000000000000..48d0c60e3ead
--- /dev/null
+++ b/ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-perception/perception_pcl"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/pcl_ros
+"
+DEPEND="${RDEPEND}"