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