summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-12 19:10:23 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-12 19:14:04 +0200
commit6e3bc32b854735d5498978c2568e4c48a3a4a4f1 (patch)
treeacdb2b75c68963a2c43fb3dbbc78da826629f949 /dev-ros/rosdiagnostic/rosdiagnostic-1.10.2.ebuild
parentdev-ros/diagnostic_updater: Bump to 1.10.2. (diff)
downloadgentoo-6e3bc32b854735d5498978c2568e4c48a3a4a4f1.tar.gz
gentoo-6e3bc32b854735d5498978c2568e4c48a3a4a4f1.tar.bz2
gentoo-6e3bc32b854735d5498978c2568e4c48a3a4a4f1.zip
dev-ros/rosdiagnostic: Bump to 1.10.2.
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosdiagnostic/rosdiagnostic-1.10.2.ebuild')
-rw-r--r--dev-ros/rosdiagnostic/rosdiagnostic-1.10.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-1.10.2.ebuild b/dev-ros/rosdiagnostic/rosdiagnostic-1.10.2.ebuild
new file mode 100644
index 000000000000..89a06deb6a4d
--- /dev/null
+++ b/dev-ros/rosdiagnostic/rosdiagnostic-1.10.2.ebuild
@@ -0,0 +1,20 @@
+# 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/diagnostics"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Command to print aggregated diagnostic contents to the command line"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+ dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
+"
+RDEPEND="${DEPEND}"