summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-08 18:21:40 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-08 19:29:49 +0200
commitdd2afabc9907a9761d5b377d8bf6fcdd2bd39bb2 (patch)
tree739b2dfce30792c8f4d4cf449bdcee42e1edcc1e /dev-ros/nav_msgs/nav_msgs-1.12.6.ebuild
parentdev-ros/nav_msgs: bump eapi (diff)
downloadgentoo-dd2afabc9907a9761d5b377d8bf6fcdd2bd39bb2.tar.gz
gentoo-dd2afabc9907a9761d5b377d8bf6fcdd2bd39bb2.tar.bz2
gentoo-dd2afabc9907a9761d5b377d8bf6fcdd2bd39bb2.zip
dev-ros/nav_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/nav_msgs/nav_msgs-1.12.6.ebuild')
-rw-r--r--dev-ros/nav_msgs/nav_msgs-1.12.6.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ros/nav_msgs/nav_msgs-1.12.6.ebuild b/dev-ros/nav_msgs/nav_msgs-1.12.6.ebuild
deleted file mode 100644
index 1113971a55b2..000000000000
--- a/dev-ros/nav_msgs/nav_msgs-1.12.6.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
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/common_msgs"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs dev-ros/actionlib_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Common messages used to interact with the navigation stack"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"