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 9603A139694 for ; Wed, 26 Apr 2017 17:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4DC421C07D; Wed, 26 Apr 2017 17:54:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7311921C07D for ; Wed, 26 Apr 2017 17:53:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 65FEC34168E for ; Wed, 26 Apr 2017 17:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07057448 for ; Wed, 26 Apr 2017 17:53:53 +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: <1493227770.0633d0023040df5707ae56b38d25d3f0cef22d67.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosdiagnostic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosdiagnostic/Manifest dev-ros/rosdiagnostic/metadata.xml dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild X-VCS-Directories: dev-ros/rosdiagnostic/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0633d0023040df5707ae56b38d25d3f0cef22d67 X-VCS-Branch: master Date: Wed, 26 Apr 2017 17:53:53 +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-Archives-Salt: 67bcd4b1-d4ab-4435-85fc-3288147eb482 X-Archives-Hash: 0013233d337607a338827d59535416fb commit: 0633d0023040df5707ae56b38d25d3f0cef22d67 Author: Alexis Ballier gentoo org> AuthorDate: Wed Apr 26 17:26:38 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Apr 26 17:29:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0633d002 dev-ros/rosdiagnostic: initial import Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ros/rosdiagnostic/Manifest | 1 + dev-ros/rosdiagnostic/metadata.xml | 11 +++++++++++ dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild | 21 +++++++++++++++++++++ dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild | 21 +++++++++++++++++++++ 4 files changed, 54 insertions(+) diff --git a/dev-ros/rosdiagnostic/Manifest b/dev-ros/rosdiagnostic/Manifest new file mode 100644 index 00000000000..c0da37d2e25 --- /dev/null +++ b/dev-ros/rosdiagnostic/Manifest @@ -0,0 +1 @@ +DIST diagnostics-1.9.0.tar.gz 528593 SHA256 9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c WHIRLPOOL 2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74 diff --git a/dev-ros/rosdiagnostic/metadata.xml b/dev-ros/rosdiagnostic/metadata.xml new file mode 100644 index 00000000000..6cc2de65678 --- /dev/null +++ b/dev-ros/rosdiagnostic/metadata.xml @@ -0,0 +1,11 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + + ros/diagnostics + + diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild new file mode 100644 index 00000000000..c186f88cf03 --- /dev/null +++ b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild @@ -0,0 +1,21 @@ +# 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} +PYTHON_COMPAT=( python2_7 ) + +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_USEDEP}] +" +RDEPEND="${DEPEND}" diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild b/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild new file mode 100644 index 00000000000..c186f88cf03 --- /dev/null +++ b/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild @@ -0,0 +1,21 @@ +# 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} +PYTHON_COMPAT=( python2_7 ) + +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_USEDEP}] +" +RDEPEND="${DEPEND}"