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/message_to_tf/
Date: Thu, 24 Sep 2015 08:55:58
Message-Id: 1443084321.567237c2b0b06e6a7a4dbc430b853e6845cf619d.aballier@gentoo
1 commit: 567237c2b0b06e6a7a4dbc430b853e6845cf619d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:45:21 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:45:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567237c2
7
8 dev-ros/message_to_tf: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/message_to_tf/Manifest | 1 +
13 dev-ros/message_to_tf/message_to_tf-0.2.0.ebuild | 24 ++++++++++++++++++++++++
14 dev-ros/message_to_tf/message_to_tf-9999.ebuild | 24 ++++++++++++++++++++++++
15 dev-ros/message_to_tf/metadata.xml | 5 +++++
16 4 files changed, 54 insertions(+)
17
18 diff --git a/dev-ros/message_to_tf/Manifest b/dev-ros/message_to_tf/Manifest
19 new file mode 100644
20 index 0000000..bb99c54
21 --- /dev/null
22 +++ b/dev-ros/message_to_tf/Manifest
23 @@ -0,0 +1 @@
24 +DIST hector_localization-0.2.0.tar.gz 70999 SHA256 e0b01a8d1d285086e4bb738346f5d37ce188f12197bb10e75d66ac0770fc2f18 SHA512 5eab4f1861bbf1f755595700b9cb7e7f3fd1231ac9fe95f7a6f9f22c6d96045ebcecdf01b81464888b8a263fab585eb7d19682b1cc5aab6fa8809f25e7913739 WHIRLPOOL af642d3458d380c18985aa88e10625b4e7f0ae94a8bfaf9d8d4f1e38fa764785a9c95d551c4b0412c0c91649d8d3768a8cc4774fa761b8fce6ca7d21db374dd7
25
26 diff --git a/dev-ros/message_to_tf/message_to_tf-0.2.0.ebuild b/dev-ros/message_to_tf/message_to_tf-0.2.0.ebuild
27 new file mode 100644
28 index 0000000..4c0669f
29 --- /dev/null
30 +++ b/dev-ros/message_to_tf/message_to_tf-0.2.0.ebuild
31 @@ -0,0 +1,24 @@
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/tu-darmstadt-ros-pkg/hector_localization"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Translates pose information from different kind of common_msgs message types to tf"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/tf
50 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
51 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
52 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
53 + dev-ros/topic_tools
54 +"
55 +DEPEND="${RDEPEND}"
56
57 diff --git a/dev-ros/message_to_tf/message_to_tf-9999.ebuild b/dev-ros/message_to_tf/message_to_tf-9999.ebuild
58 new file mode 100644
59 index 0000000..4c0669f
60 --- /dev/null
61 +++ b/dev-ros/message_to_tf/message_to_tf-9999.ebuild
62 @@ -0,0 +1,24 @@
63 +# Copyright 1999-2014 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +# $Id$
66 +
67 +EAPI=5
68 +ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_localization"
69 +KEYWORDS="~amd64 ~arm"
70 +ROS_SUBDIR=${PN}
71 +
72 +inherit ros-catkin
73 +
74 +DESCRIPTION="Translates pose information from different kind of common_msgs message types to tf"
75 +LICENSE="BSD"
76 +SLOT="0"
77 +IUSE=""
78 +
79 +RDEPEND="
80 + dev-ros/tf
81 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
82 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
83 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
84 + dev-ros/topic_tools
85 +"
86 +DEPEND="${RDEPEND}"
87
88 diff --git a/dev-ros/message_to_tf/metadata.xml b/dev-ros/message_to_tf/metadata.xml
89 new file mode 100644
90 index 0000000..c42ea5b
91 --- /dev/null
92 +++ b/dev-ros/message_to_tf/metadata.xml
93 @@ -0,0 +1,5 @@
94 +<?xml version="1.0" encoding="UTF-8"?>
95 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
96 +<pkgmetadata>
97 +<herd>ros</herd>
98 +</pkgmetadata>