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/map_msgs-1.13.0.ebuild | |
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/map_msgs-1.13.0.ebuild')
-rw-r--r-- | dev-ros/map_msgs/map_msgs-1.13.0.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
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}" |