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: Tue, 22 Sep 2015 17:05:47
Message-Id: 1442941466.0d9febe6bce60366b4be191fae82d4a29905575d.aballier@gentoo
1 commit: 0d9febe6bce60366b4be191fae82d4a29905575d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 17:03:05 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 17:04:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9febe6
7
8 ros-meta/diagnostics: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/diagnostics/Manifest | 1 +
13 ros-meta/diagnostics/diagnostics-1.8.8.ebuild | 25 +++++++++++++++++++++++++
14 ros-meta/diagnostics/diagnostics-9999.ebuild | 25 +++++++++++++++++++++++++
15 ros-meta/diagnostics/metadata.xml | 5 +++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/ros-meta/diagnostics/Manifest b/ros-meta/diagnostics/Manifest
19 new file mode 100644
20 index 0000000..b695377
21 --- /dev/null
22 +++ b/ros-meta/diagnostics/Manifest
23 @@ -0,0 +1 @@
24 +DIST diagnostics-1.8.8.tar.gz 508404 SHA256 e50eb7d49fd2ce13ce8bccb81cb67c198119d7524b3aada37035c8ab9fe2d3ec SHA512 f0e59442cf4cd277c1ef77e7bceec973a15519c9d81bbde21851592ba52c4c7d55a6358c6a65004490b3e3822a6edc772f20e41992a2b3604d9e64e9fd7124ef WHIRLPOOL 32c8fbdc6591abfd270c1c38aebc5dc8f5d7381e5675f6f50f07be0f433bc5a8b81ac33c438d56e753cb75c6914c8fd4c38d9cc82c720fb04b170b4afef597cb
25
26 diff --git a/ros-meta/diagnostics/diagnostics-1.8.8.ebuild b/ros-meta/diagnostics/diagnostics-1.8.8.ebuild
27 new file mode 100644
28 index 0000000..74073e3
29 --- /dev/null
30 +++ b/ros-meta/diagnostics/diagnostics-1.8.8.ebuild
31 @@ -0,0 +1,25 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros/diagnostics"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/diagnostic_aggregator
50 + dev-ros/diagnostic_analysis
51 + dev-ros/diagnostic_common_diagnostics
52 + dev-ros/diagnostic_updater
53 + dev-ros/self_test
54 + dev-ros/test_diagnostic_aggregator
55 +"
56 +DEPEND="${RDEPEND}"
57
58 diff --git a/ros-meta/diagnostics/diagnostics-9999.ebuild b/ros-meta/diagnostics/diagnostics-9999.ebuild
59 new file mode 100644
60 index 0000000..74073e3
61 --- /dev/null
62 +++ b/ros-meta/diagnostics/diagnostics-9999.ebuild
63 @@ -0,0 +1,25 @@
64 +# Copyright 1999-2014 Gentoo Foundation
65 +# Distributed under the terms of the GNU General Public License v2
66 +# $Id$
67 +
68 +EAPI=5
69 +ROS_REPO_URI="https://github.com/ros/diagnostics"
70 +KEYWORDS="~amd64 ~arm"
71 +ROS_SUBDIR=${PN}
72 +
73 +inherit ros-catkin
74 +
75 +DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
76 +LICENSE="BSD"
77 +SLOT="0"
78 +IUSE=""
79 +
80 +RDEPEND="
81 + dev-ros/diagnostic_aggregator
82 + dev-ros/diagnostic_analysis
83 + dev-ros/diagnostic_common_diagnostics
84 + dev-ros/diagnostic_updater
85 + dev-ros/self_test
86 + dev-ros/test_diagnostic_aggregator
87 +"
88 +DEPEND="${RDEPEND}"
89
90 diff --git a/ros-meta/diagnostics/metadata.xml b/ros-meta/diagnostics/metadata.xml
91 new file mode 100644
92 index 0000000..c42ea5b
93 --- /dev/null
94 +++ b/ros-meta/diagnostics/metadata.xml
95 @@ -0,0 +1,5 @@
96 +<?xml version="1.0" encoding="UTF-8"?>
97 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 +<pkgmetadata>
99 +<herd>ros</herd>
100 +</pkgmetadata>