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_aggregator/
Date: Tue, 22 Sep 2015 17:05:17
Message-Id: 1442941459.afe184021c2b8993431d372c7c03e5bc187b2b1d.aballier@gentoo
1 commit: afe184021c2b8993431d372c7c03e5bc187b2b1d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 16:23:01 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=afe18402
7
8 dev-ros/diagnostic_aggregator: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/diagnostic_aggregator/Manifest | 1 +
13 .../diagnostic_aggregator-1.8.8.ebuild | 27 ++++++++++++++++++++++
14 .../diagnostic_aggregator-9999.ebuild | 27 ++++++++++++++++++++++
15 dev-ros/diagnostic_aggregator/metadata.xml | 5 ++++
16 4 files changed, 60 insertions(+)
17
18 diff --git a/dev-ros/diagnostic_aggregator/Manifest b/dev-ros/diagnostic_aggregator/Manifest
19 new file mode 100644
20 index 0000000..b695377
21 --- /dev/null
22 +++ b/dev-ros/diagnostic_aggregator/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_aggregator/diagnostic_aggregator-1.8.8.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.8.8.ebuild
27 new file mode 100644
28 index 0000000..c01522b
29 --- /dev/null
30 +++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.8.8.ebuild
31 @@ -0,0 +1,27 @@
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="Aggregates ROS diagnostics"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
50 + dev-ros/pluginlib
51 + dev-ros/roscpp
52 + dev-ros/rospy
53 + dev-ros/rostest
54 + dev-ros/xmlrpcpp
55 + dev-libs/boost:=
56 +"
57 +DEPEND="${RDEPEND}
58 + test? ( dev-ros/rostest )"
59
60 diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
61 new file mode 100644
62 index 0000000..c01522b
63 --- /dev/null
64 +++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
65 @@ -0,0 +1,27 @@
66 +# Copyright 1999-2014 Gentoo Foundation
67 +# Distributed under the terms of the GNU General Public License v2
68 +# $Id$
69 +
70 +EAPI=5
71 +ROS_REPO_URI="https://github.com/ros/diagnostics"
72 +KEYWORDS="~amd64 ~arm"
73 +ROS_SUBDIR=${PN}
74 +
75 +inherit ros-catkin
76 +
77 +DESCRIPTION="Aggregates ROS diagnostics"
78 +LICENSE="BSD"
79 +SLOT="0"
80 +IUSE=""
81 +
82 +RDEPEND="
83 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
84 + dev-ros/pluginlib
85 + dev-ros/roscpp
86 + dev-ros/rospy
87 + dev-ros/rostest
88 + dev-ros/xmlrpcpp
89 + dev-libs/boost:=
90 +"
91 +DEPEND="${RDEPEND}
92 + test? ( dev-ros/rostest )"
93
94 diff --git a/dev-ros/diagnostic_aggregator/metadata.xml b/dev-ros/diagnostic_aggregator/metadata.xml
95 new file mode 100644
96 index 0000000..c42ea5b
97 --- /dev/null
98 +++ b/dev-ros/diagnostic_aggregator/metadata.xml
99 @@ -0,0 +1,5 @@
100 +<?xml version="1.0" encoding="UTF-8"?>
101 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
102 +<pkgmetadata>
103 +<herd>ros</herd>
104 +</pkgmetadata>