summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-01-20 12:17:13 +0100
committerAlexis Ballier <aballier@gentoo.org>2021-01-20 16:33:08 +0100
commit7ba06268bd5272e292ccb0ee2de5fbb6ce2aad22 (patch)
tree61f3e08cc924f005f97dee9f979c0871f82d45be /dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.1.ebuild
parentdev-ros/actionlib_msgs: Bump to 1.13.1. (diff)
downloadgentoo-7ba06268bd5272e292ccb0ee2de5fbb6ce2aad22.tar.gz
gentoo-7ba06268bd5272e292ccb0ee2de5fbb6ce2aad22.tar.bz2
gentoo-7ba06268bd5272e292ccb0ee2de5fbb6ce2aad22.zip
dev-ros/diagnostic_msgs: Bump to 1.13.1.
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.1.ebuild')
-rw-r--r--dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.1.ebuild b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.1.ebuild
new file mode 100644
index 000000000000..91ebe4b5b50d
--- /dev/null
+++ b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Standardized interface for the diagnostic and runtime monitoring systems in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"