summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-08-24 15:36:27 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-08-24 15:44:41 +0200
commitd5820426ed0f968a0a67c5a8b1aa1bc72d694e37 (patch)
treed51e9553d5bf4cbb9356fc1259758a9f4b6de3dd /dev-ros/rosdiagnostic/rosdiagnostic-1.10.1.ebuild
parentdev-ros/diagnostic_updater: Bump to 1.10.1. (diff)
downloadgentoo-d5820426ed0f968a0a67c5a8b1aa1bc72d694e37.tar.gz
gentoo-d5820426ed0f968a0a67c5a8b1aa1bc72d694e37.tar.bz2
gentoo-d5820426ed0f968a0a67c5a8b1aa1bc72d694e37.zip
dev-ros/rosdiagnostic: Bump to 1.10.1.
Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosdiagnostic/rosdiagnostic-1.10.1.ebuild')
-rw-r--r--dev-ros/rosdiagnostic/rosdiagnostic-1.10.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-1.10.1.ebuild b/dev-ros/rosdiagnostic/rosdiagnostic-1.10.1.ebuild
new file mode 100644
index 000000000000..89a06deb6a4d
--- /dev/null
+++ b/dev-ros/rosdiagnostic/rosdiagnostic-1.10.1.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}"