summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-02-02 15:05:01 +0100
committerAlexis Ballier <aballier@gentoo.org>2021-02-02 15:28:23 +0100
commit89ebb2778a06219c9684dad911d73a135ffa864e (patch)
tree78ebc5a246db304efdf3a040f1394d2ef03c71b9 /dev-ros/map_msgs/map_msgs-1.14.1.ebuild
parentdev-ros/urg_node: bump to 0.1.15 (diff)
downloadgentoo-89ebb2778a06219c9684dad911d73a135ffa864e.tar.gz
gentoo-89ebb2778a06219c9684dad911d73a135ffa864e.tar.bz2
gentoo-89ebb2778a06219c9684dad911d73a135ffa864e.zip
dev-ros/map_msgs: bump to 1.14.1
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/map_msgs/map_msgs-1.14.1.ebuild')
-rw-r--r--dev-ros/map_msgs/map_msgs-1.14.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/map_msgs/map_msgs-1.14.1.ebuild b/dev-ros/map_msgs/map_msgs-1.14.1.ebuild
new file mode 100644
index 000000000000..6e62f720f9fc
--- /dev/null
+++ b/dev-ros/map_msgs/map_msgs-1.14.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 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}"