Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/diagnostics/
Date: Mon, 24 Aug 2020 13:45:18
Message-Id: 1598276679.e3d2826fc3f2700d1512fbe2954840d5963c136f.aballier@gentoo
1 commit: e3d2826fc3f2700d1512fbe2954840d5963c136f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 13:34:12 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 13:44:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d2826f
7
8 ros-meta/diagnostics: Bump to 1.9.6.
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ros-meta/diagnostics/Manifest | 1 +
14 ros-meta/diagnostics/diagnostics-1.9.6.ebuild | 25 +++++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/ros-meta/diagnostics/Manifest b/ros-meta/diagnostics/Manifest
18 index 2b0c74a98cf..c5f155e4f88 100644
19 --- a/ros-meta/diagnostics/Manifest
20 +++ b/ros-meta/diagnostics/Manifest
21 @@ -1 +1,2 @@
22 DIST diagnostics-1.9.4.tar.gz 533933 BLAKE2B 07effeceaa55fd86995a1202777a926c4474e7fe4bba1e013ec5bd6191ed7b39ab6a6e7220d9a48a97c79beec3965ba0bd639e3e56ad64d061730a9a40258e49 SHA512 1438e7b81e74f86a90a8528cf363b94149657f178fba58b532909249c2a9841d4225c0169ff78914ac695acc1494a89b06f0dee145a4b3b00a0c7efaebe0d467
23 +DIST diagnostics-1.9.6.tar.gz 534544 BLAKE2B 25cf7d15033dbb265d5e75d137b344f0a22b63bafb5ecf67d4cc24727ce03f83a0fc040c571e67ec703f155139d158ba415c9005cfc5937cd556b55fd60bc4a4 SHA512 f239504c9920b9c6582f24a322b8bd24c671d6e7dd29f144bf506a051356456e902ddeb0cb122be0dae1d2d3418da33cd5237229bf017695cee48289358bbd4b
24
25 diff --git a/ros-meta/diagnostics/diagnostics-1.9.6.ebuild b/ros-meta/diagnostics/diagnostics-1.9.6.ebuild
26 new file mode 100644
27 index 00000000000..28e8a21adcf
28 --- /dev/null
29 +++ b/ros-meta/diagnostics/diagnostics-1.9.6.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +ROS_REPO_URI="https://github.com/ros/diagnostics"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/diagnostic_aggregator
48 + dev-ros/diagnostic_analysis
49 + dev-ros/diagnostic_common_diagnostics
50 + dev-ros/diagnostic_updater
51 + dev-ros/rosdiagnostic
52 + dev-ros/self_test
53 + dev-ros/test_diagnostic_aggregator
54 +"
55 +DEPEND="${RDEPEND}"