summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-08 18:15:34 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-08 19:29:43 +0200
commite2f3b417c1fd9d61ae6d8dd8ebb3aeadf07d7879 (patch)
tree00bbb499670047ed8dd6f252facbdca37387417b /dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.0.ebuild
parentdev-ros/actionlib_msgs: Bump to 1.13.0. (diff)
downloadgentoo-e2f3b417c1fd9d61ae6d8dd8ebb3aeadf07d7879.tar.gz
gentoo-e2f3b417c1fd9d61ae6d8dd8ebb3aeadf07d7879.tar.bz2
gentoo-e2f3b417c1fd9d61ae6d8dd8ebb3aeadf07d7879.zip
dev-ros/diagnostic_msgs: Bump to 1.13.0.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.0.ebuild')
-rw-r--r--dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.0.ebuild b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.0.ebuild
new file mode 100644
index 000000000000..d7e1dd47b266
--- /dev/null
+++ b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.13.0.ebuild
@@ -0,0 +1,20 @@
+# 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"
+
+inherit ros-catkin
+
+DESCRIPTION="Standardized interface for the diagnostic and runtime monitoring systems in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"