commit:     e684ed482c6033dd1c3e887d32808d835d5d288e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  8 12:15:35 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  8 12:22:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e684ed48

dev-ros/diagnostic_aggregator: Bump to 1.9.3.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ros/diagnostic_aggregator/Manifest             |  1 +
 .../diagnostic_aggregator-1.9.3.ebuild             | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-ros/diagnostic_aggregator/Manifest 
b/dev-ros/diagnostic_aggregator/Manifest
index b3c5812d756..7422fed8f2f 100644
--- a/dev-ros/diagnostic_aggregator/Manifest
+++ b/dev-ros/diagnostic_aggregator/Manifest
@@ -1 +1,2 @@
 DIST diagnostics-1.9.2.tar.gz 530844 BLAKE2B 
9b67f24df11ec5a716bd80ae7eb0f80f777c3014c4c0ed115e15f67649245bb685c13502a8e7889fe02bdcce43d465c11c0b2d448b698716aebed25c23512883
 SHA512 
6074b7fb6366bc40252af6317b27f509ee969f30c532fae47bba506f4851656d8bef041bea6256046325316807ba4d9e570f695d517b562970ecaf72d2def759
+DIST diagnostics-1.9.3.tar.gz 531618 BLAKE2B 
10bbf697477d58cfe405e6634259af4125792be873bc38aa899d09089c4162a2107d5910bcba670edb5df77d5692b9c57070a4eca911c648c7a4a25d2ffa9f07
 SHA512 
56e97ea5751c82acc18e7098d0449c7be271c91a191d363671ff118bedb9797d0b5568394c929d534d73560ff9048915d0693aa0b66942761fb12ed255f6f1b7

diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.3.ebuild 
b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.3.ebuild
new file mode 100644
index 00000000000..650ad537d33
--- /dev/null
+++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 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="Aggregates ROS diagnostics"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+       dev-ros/pluginlib
+               dev-libs/tinyxml2:=
+       dev-ros/roscpp
+       dev-ros/rospy
+       dev-ros/rostest
+       dev-ros/xmlrpcpp
+       dev-ros/bondcpp
+       dev-libs/boost:=
+       dev-libs/console_bridge:=
+"
+DEPEND="${RDEPEND}
+       test? ( dev-ros/rostest )"

Reply via email to