diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 16:53:27 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:30:43 +0200 |
commit | 37d92b23572c28ae1d01a55b5c6fa046e01580b7 (patch) | |
tree | 66f44fdcc7aa4d05ea7c5cde0b1e05c0250774c4 /dev-ros/map_msgs | |
parent | dev-ros/map_msgs: bump to 1.14.0 (diff) | |
download | gentoo-37d92b23572c28ae1d01a55b5c6fa046e01580b7.tar.gz gentoo-37d92b23572c28ae1d01a55b5c6fa046e01580b7.tar.bz2 gentoo-37d92b23572c28ae1d01a55b5c6fa046e01580b7.zip |
dev-ros/map_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/map_msgs')
-rw-r--r-- | dev-ros/map_msgs/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/map_msgs/map_msgs-1.13.0.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-ros/map_msgs/Manifest b/dev-ros/map_msgs/Manifest index a0bb535ece04..fac546396345 100644 --- a/dev-ros/map_msgs/Manifest +++ b/dev-ros/map_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/map_msgs/map_msgs-1.13.0.ebuild b/dev-ros/map_msgs/map_msgs-1.13.0.ebuild deleted file mode 100644 index c6857178b651..000000000000 --- a/dev-ros/map_msgs/map_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/std_msgs dev-ros/sensor_msgs dev-ros/nav_msgs" - -inherit ros-catkin - -DESCRIPTION="Messages commonly used in mapping packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |