diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-26 19:14:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-26 19:29:30 +0200 |
commit | 4b33c74b829597ec732a9f83738d50c4b4829a4f (patch) | |
tree | 0d7ef968509d03bfcf36d264fabcfa1f0d6c2896 /ros-meta/diagnostics/diagnostics-1.9.0.ebuild | |
parent | dev-ros/test_diagnostic_aggregator: Bump to 1.9.0. (diff) | |
download | gentoo-4b33c74b829597ec732a9f83738d50c4b4829a4f.tar.gz gentoo-4b33c74b829597ec732a9f83738d50c4b4829a4f.tar.bz2 gentoo-4b33c74b829597ec732a9f83738d50c4b4829a4f.zip |
ros-meta/diagnostics: Bump to 1.9.0.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta/diagnostics/diagnostics-1.9.0.ebuild')
-rw-r--r-- | ros-meta/diagnostics/diagnostics-1.9.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild new file mode 100644 index 000000000000..7ab7d9f9ee78 --- /dev/null +++ b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/diagnostics" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/diagnostic_aggregator + dev-ros/diagnostic_analysis + dev-ros/diagnostic_common_diagnostics + dev-ros/diagnostic_updater + dev-ros/self_test + dev-ros/test_diagnostic_aggregator +" +DEPEND="${RDEPEND}" |