summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-03-25 15:32:53 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-03-25 15:48:46 +0200
commit9353ae4bcb803e2209c135917484d24884f5398b (patch)
tree7233f053fb9d80ff7aaf99bc969be45cf9ee102b /dev-ros/voxel_grid/voxel_grid-1.15.2.ebuild
parentdev-ros/rotate_recovery: Bump to 1.15.2. (diff)
downloadgentoo-9353ae4bcb803e2209c135917484d24884f5398b.tar.gz
gentoo-9353ae4bcb803e2209c135917484d24884f5398b.tar.bz2
gentoo-9353ae4bcb803e2209c135917484d24884f5398b.zip
dev-ros/voxel_grid: Bump to 1.15.2.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ros/voxel_grid/voxel_grid-1.15.2.ebuild')
-rw-r--r--dev-ros/voxel_grid/voxel_grid-1.15.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/voxel_grid/voxel_grid-1.15.2.ebuild b/dev-ros/voxel_grid/voxel_grid-1.15.2.ebuild
new file mode 100644
index 000000000000..8ced333d52ee
--- /dev/null
+++ b/dev-ros/voxel_grid/voxel_grid-1.15.2.ebuild
@@ -0,0 +1,18 @@
+# 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-planning/navigation"
+ROS_SUBDIR=${PN}
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Implementation of an efficient 3D voxel grid"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roscpp"
+DEPEND="${RDEPEND}
+ test? ( dev-cpp/gtest )"