diff options
author | 2020-07-16 14:56:26 +0200 | |
---|---|---|
committer | 2020-07-16 15:02:23 +0200 | |
commit | cf383dc365d0fca3885d3f915acec20ed3ec1413 (patch) | |
tree | 9dac5fb71b752b11a2026c05e8a70bdd188b10f2 /dev-ros/octomap_ros | |
parent | dev-ros/octomap_ros: bump eapi (diff) | |
download | gentoo-cf383dc365d0fca3885d3f915acec20ed3ec1413.tar.gz gentoo-cf383dc365d0fca3885d3f915acec20ed3ec1413.tar.bz2 gentoo-cf383dc365d0fca3885d3f915acec20ed3ec1413.zip |
dev-ros/octomap_ros: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/octomap_ros')
-rw-r--r-- | dev-ros/octomap_ros/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-ros/octomap_ros/Manifest b/dev-ros/octomap_ros/Manifest index cb26de2dcd6c..cd6e0b4e4fe6 100644 --- a/dev-ros/octomap_ros/Manifest +++ b/dev-ros/octomap_ros/Manifest @@ -1,2 +1 @@ -DIST octomap_ros-0.4.0.tar.gz 5076 BLAKE2B 4c1431d139e7025cae3ac9fa41fa86c71690be58d3177a3a4694f62affc2d61a73eeb456ab78b17c6b63ece8cf9582cff179c4f73ba3520e792a1e819e5ee69b SHA512 41910879d042dcbd969544e89fe40c1da8be75118ef1b813e3cb0319b83529a9c759fe99ed430b275d10d5df987bed7e2b4d7300ed561d159b6007de306bc8ce DIST octomap_ros-0.4.1.tar.gz 5879 BLAKE2B a41d8d6688bfc2a182fce6c7b2e032c3cbc7b467c6c8b806adc4e93f371fb49a1aa5d9001b17407d8db33facc3edf868020816a06ff051d5190b9ca5463d6b12 SHA512 692a9f16589b24521440f81f4a55ddaca1778a5bc3c05e30313847300b4012af3a2d2db3786fec7e4a6b7af197c37dc447fded81ab343fcccfa2a4c8810883ab diff --git a/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild deleted file mode 100644 index b73677241874..000000000000 --- a/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild +++ /dev/null @@ -1,22 +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/OctoMap/octomap_ros" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/tf - dev-ros/pcl_ros - sci-libs/octomap - dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -" -DEPEND="${RDEPEND}" |