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/test_diagnostic_aggregator/
Date: Tue, 22 Sep 2015 17:05:40
Message-Id: 1442941466.10723711b1b7d5c67d3f63ce3be665297fcc6a51.aballier@gentoo
1 commit: 10723711b1b7d5c67d3f63ce3be665297fcc6a51
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 17:02:37 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=10723711
7
8 dev-ros/test_diagnostic_aggregator: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/test_diagnostic_aggregator/Manifest | 1 +
13 dev-ros/test_diagnostic_aggregator/metadata.xml | 5 +++++
14 .../test_diagnostic_aggregator-1.8.8.ebuild | 25 ++++++++++++++++++++++
15 .../test_diagnostic_aggregator-9999.ebuild | 25 ++++++++++++++++++++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/dev-ros/test_diagnostic_aggregator/Manifest b/dev-ros/test_diagnostic_aggregator/Manifest
19 new file mode 100644
20 index 0000000..b695377
21 --- /dev/null
22 +++ b/dev-ros/test_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/test_diagnostic_aggregator/metadata.xml b/dev-ros/test_diagnostic_aggregator/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/test_diagnostic_aggregator/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/test_diagnostic_aggregator/test_diagnostic_aggregator-1.8.8.ebuild b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.8.8.ebuild
39 new file mode 100644
40 index 0000000..8a16bb9
41 --- /dev/null
42 +++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-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="diagnostic_aggregator tests"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/diagnostic_aggregator
62 + dev-ros/diagnostic_msgs
63 + dev-ros/pluginlib
64 + dev-ros/roscpp
65 + dev-ros/rospy
66 + dev-ros/rostest
67 +"
68 +DEPEND="${RDEPEND}"
69
70 diff --git a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-9999.ebuild b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-9999.ebuild
71 new file mode 100644
72 index 0000000..8a16bb9
73 --- /dev/null
74 +++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-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="diagnostic_aggregator tests"
88 +LICENSE="BSD"
89 +SLOT="0"
90 +IUSE=""
91 +
92 +RDEPEND="
93 + dev-ros/diagnostic_aggregator
94 + dev-ros/diagnostic_msgs
95 + dev-ros/pluginlib
96 + dev-ros/roscpp
97 + dev-ros/rospy
98 + dev-ros/rostest
99 +"
100 +DEPEND="${RDEPEND}"