Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/diagnostic_analysis/
Date: Tue, 22 Sep 2015 17:05:15
Message-Id: 1442941459.f56bb87b1347ad57d9c04d1c7cfada7def307614.aballier@gentoo
1 commit: f56bb87b1347ad57d9c04d1c7cfada7def307614
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 16:24:42 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 17:04:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56bb87b
7
8 dev-ros/diagnostic_analysis: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/diagnostic_analysis/Manifest | 1 +
13 .../diagnostic_analysis-1.8.8.ebuild | 25 ++++++++++++++++++++++
14 .../diagnostic_analysis-9999.ebuild | 25 ++++++++++++++++++++++
15 dev-ros/diagnostic_analysis/metadata.xml | 5 +++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/dev-ros/diagnostic_analysis/Manifest b/dev-ros/diagnostic_analysis/Manifest
19 new file mode 100644
20 index 0000000..b695377
21 --- /dev/null
22 +++ b/dev-ros/diagnostic_analysis/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/dev-ros/diagnostic_analysis/diagnostic_analysis-1.8.8.ebuild b/dev-ros/diagnostic_analysis/diagnostic_analysis-1.8.8.ebuild
27 new file mode 100644
28 index 0000000..083a528
29 --- /dev/null
30 +++ b/dev-ros/diagnostic_analysis/diagnostic_analysis-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 +PYTHON_COMPAT=( python2_7 )
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="Converts diagnostics data into a series of CSV files"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
51 + dev-ros/roslib[${PYTHON_USEDEP}]
52 + dev-ros/rosbag[${PYTHON_USEDEP}]
53 + dev-ros/rostest[${PYTHON_USEDEP}]
54 +"
55 +DEPEND="${RDEPEND}
56 + test? ( dev-python/nose[${PYTHON_USEDEP}] )"
57
58 diff --git a/dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild b/dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild
59 new file mode 100644
60 index 0000000..083a528
61 --- /dev/null
62 +++ b/dev-ros/diagnostic_analysis/diagnostic_analysis-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 +PYTHON_COMPAT=( python2_7 )
73 +
74 +inherit ros-catkin
75 +
76 +DESCRIPTION="Converts diagnostics data into a series of CSV files"
77 +LICENSE="BSD"
78 +SLOT="0"
79 +IUSE=""
80 +
81 +RDEPEND="
82 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
83 + dev-ros/roslib[${PYTHON_USEDEP}]
84 + dev-ros/rosbag[${PYTHON_USEDEP}]
85 + dev-ros/rostest[${PYTHON_USEDEP}]
86 +"
87 +DEPEND="${RDEPEND}
88 + test? ( dev-python/nose[${PYTHON_USEDEP}] )"
89
90 diff --git a/dev-ros/diagnostic_analysis/metadata.xml b/dev-ros/diagnostic_analysis/metadata.xml
91 new file mode 100644
92 index 0000000..c42ea5b
93 --- /dev/null
94 +++ b/dev-ros/diagnostic_analysis/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>