summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 16:52:17 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 18:30:43 +0200
commit7cd580409fcc5c423a4d3f5c3b64a71ac801c72e (patch)
tree31cf43164bb08781fbc5804d72e1340d5a1ec5d6 /dev-ros/move_base_msgs
parentdev-ros/move_base_msgs: bump to 1.14.0 (diff)
downloadgentoo-7cd580409fcc5c423a4d3f5c3b64a71ac801c72e.tar.gz
gentoo-7cd580409fcc5c423a4d3f5c3b64a71ac801c72e.tar.bz2
gentoo-7cd580409fcc5c423a4d3f5c3b64a71ac801c72e.zip
dev-ros/move_base_msgs: 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/move_base_msgs')
-rw-r--r--dev-ros/move_base_msgs/Manifest1
-rw-r--r--dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-ros/move_base_msgs/Manifest b/dev-ros/move_base_msgs/Manifest
index a0bb535ece04..fac546396345 100644
--- a/dev-ros/move_base_msgs/Manifest
+++ b/dev-ros/move_base_msgs/Manifest
@@ -1,2 +1 @@
-DIST navigation_msgs-1.13.0.tar.gz 2251 BLAKE2B b70ade2d296f8a94ae89286caa4f23adba5ac5c058ccfcdf6a35a9bac03e5238a37bcd91bbf99f62d3fe806639e8a655c5fcc9391e637e37238f0421805903dd SHA512 e7b4a83bbbd5384f72d1a9d7e3544cde718728ba2a2562b3c0da5b5fd7db146faf8c717d4af2509eaf1ff545ac85da121f7e37cb7b6b53c8a5b8d683c6b4e66c
DIST navigation_msgs-1.14.0.tar.gz 2329 BLAKE2B 7414a4b67fde26223cdf81a14b1c3e56f2bf5519d46455234de75bf79b10c8fa0f1a04a2865703723c0a975bde77e22754e751c07edc73fddd10bae9ac5b0feb SHA512 0354856b8964547cb96d59717d1d1e8b4c261b79bd451a25755303d295aecf3f0011a825307e0fc6ccd5179f4ea921a8debd8be79b5e4d2bdab0f0d57b54e56d
diff --git a/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
deleted file mode 100644
index 29432d3e9a38..000000000000
--- a/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-planning/navigation_msgs"
-CATKIN_HAS_MESSAGES=yes
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Holds the action description and relevant messages for the move_base package"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"