From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D189F138359 for ; Mon, 24 Aug 2020 13:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44534E08BB; Mon, 24 Aug 2020 13:45:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F036E08BB for ; Mon, 24 Aug 2020 13:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1687833BF08 for ; Mon, 24 Aug 2020 13:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E36E33E for ; Mon, 24 Aug 2020 13:45:12 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1598276679.e3d2826fc3f2700d1512fbe2954840d5963c136f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/diagnostics/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/diagnostics/Manifest ros-meta/diagnostics/diagnostics-1.9.6.ebuild X-VCS-Directories: ros-meta/diagnostics/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e3d2826fc3f2700d1512fbe2954840d5963c136f X-VCS-Branch: master Date: Mon, 24 Aug 2020 13:45:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6f48a2c-002b-479c-8b7d-8be4279ee39b X-Archives-Hash: 464ec539b6dc3021a20f33bbb76edf46 commit: e3d2826fc3f2700d1512fbe2954840d5963c136f Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 24 13:34:12 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 24 13:44:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d2826f ros-meta/diagnostics: Bump to 1.9.6. Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/diagnostics/Manifest | 1 + ros-meta/diagnostics/diagnostics-1.9.6.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/ros-meta/diagnostics/Manifest b/ros-meta/diagnostics/Manifest index 2b0c74a98cf..c5f155e4f88 100644 --- a/ros-meta/diagnostics/Manifest +++ b/ros-meta/diagnostics/Manifest @@ -1 +1,2 @@ DIST diagnostics-1.9.4.tar.gz 533933 BLAKE2B 07effeceaa55fd86995a1202777a926c4474e7fe4bba1e013ec5bd6191ed7b39ab6a6e7220d9a48a97c79beec3965ba0bd639e3e56ad64d061730a9a40258e49 SHA512 1438e7b81e74f86a90a8528cf363b94149657f178fba58b532909249c2a9841d4225c0169ff78914ac695acc1494a89b06f0dee145a4b3b00a0c7efaebe0d467 +DIST diagnostics-1.9.6.tar.gz 534544 BLAKE2B 25cf7d15033dbb265d5e75d137b344f0a22b63bafb5ecf67d4cc24727ce03f83a0fc040c571e67ec703f155139d158ba415c9005cfc5937cd556b55fd60bc4a4 SHA512 f239504c9920b9c6582f24a322b8bd24c671d6e7dd29f144bf506a051356456e902ddeb0cb122be0dae1d2d3418da33cd5237229bf017695cee48289358bbd4b diff --git a/ros-meta/diagnostics/diagnostics-1.9.6.ebuild b/ros-meta/diagnostics/diagnostics-1.9.6.ebuild new file mode 100644 index 00000000000..28e8a21adcf --- /dev/null +++ b/ros-meta/diagnostics/diagnostics-1.9.6.ebuild @@ -0,0 +1,25 @@ +# 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="Packages related to gathering, viewing, and analyzing diagnostics data" +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/rosdiagnostic + dev-ros/self_test + dev-ros/test_diagnostic_aggregator +" +DEPEND="${RDEPEND}"