diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-12-10 18:35:56 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-12-11 13:09:52 +0100 |
commit | 7671b34fbc1c1278b52b7363989b3b8733b96b10 (patch) | |
tree | 2a3a7410a8e98109f9365f7666e70de7383f35be /dev-ros/geometric_shapes/geometric_shapes-0.6.0.ebuild | |
parent | app-emulation/dynamips: version bump (diff) | |
download | gentoo-7671b34fbc1c1278b52b7363989b3b8733b96b10.tar.gz gentoo-7671b34fbc1c1278b52b7363989b3b8733b96b10.tar.bz2 gentoo-7671b34fbc1c1278b52b7363989b3b8733b96b10.zip |
dev-ros/geometric_shapes: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/geometric_shapes/geometric_shapes-0.6.0.ebuild')
-rw-r--r-- | dev-ros/geometric_shapes/geometric_shapes-0.6.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ros/geometric_shapes/geometric_shapes-0.6.0.ebuild b/dev-ros/geometric_shapes/geometric_shapes-0.6.0.ebuild deleted file mode 100644 index 80708cfa63ea..000000000000 --- a/dev-ros/geometric_shapes/geometric_shapes-0.6.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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/geometric_shapes" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Generic definitions of geometric shapes and bodies" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-cpp/eigen:3 - dev-libs/boost:= - media-libs/qhull - media-libs/assimp - sci-libs/octomap - dev-ros/random_numbers - dev-ros/resource_retriever - dev-ros/eigen_stl_containers - dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-libs/console_bridge:= -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest dev-ros/rosunit ) -" |