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