summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-07-27 11:08:03 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-07-27 11:25:59 +0200
commitf51cb90e0693fcaf7cf4074825b0911a7465748f (patch)
tree225e460add5d77f71b6cdb2bcb3031df175fdacc /dev-ros/voxel_grid/voxel_grid-1.13.0.ebuild
parentdev-ros/rotate_recovery: update deps (diff)
downloadgentoo-f51cb90e0693fcaf7cf4074825b0911a7465748f.tar.gz
gentoo-f51cb90e0693fcaf7cf4074825b0911a7465748f.tar.bz2
gentoo-f51cb90e0693fcaf7cf4074825b0911a7465748f.zip
dev-ros/voxel_grid: Remove old
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-ros/voxel_grid/voxel_grid-1.13.0.ebuild')
-rw-r--r--dev-ros/voxel_grid/voxel_grid-1.13.0.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-ros/voxel_grid/voxel_grid-1.13.0.ebuild b/dev-ros/voxel_grid/voxel_grid-1.13.0.ebuild
deleted file mode 100644
index 619dcc5b0f7d..000000000000
--- a/dev-ros/voxel_grid/voxel_grid-1.13.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 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 )"