summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 16:53:01 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 18:30:43 +0200
commit2e5dd7913a30d94f9a16a0c83a87b087c2a74449 (patch)
treef2e33521f4758c5b6968b560a52462dd3eb37ead /dev-ros/map_msgs/map_msgs-1.14.0.ebuild
parentdev-ros/move_base_msgs: Remove old (diff)
downloadgentoo-2e5dd7913a30d94f9a16a0c83a87b087c2a74449.tar.gz
gentoo-2e5dd7913a30d94f9a16a0c83a87b087c2a74449.tar.bz2
gentoo-2e5dd7913a30d94f9a16a0c83a87b087c2a74449.zip
dev-ros/map_msgs: bump to 1.14.0
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.14.0.ebuild')
-rw-r--r--dev-ros/map_msgs/map_msgs-1.14.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/map_msgs/map_msgs-1.14.0.ebuild b/dev-ros/map_msgs/map_msgs-1.14.0.ebuild
new file mode 100644
index 000000000000..b8edba6c29a9
--- /dev/null
+++ b/dev-ros/map_msgs/map_msgs-1.14.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-planning/navigation_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+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}"