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/hector_pose_estimation/
Date: Thu, 24 Sep 2015 08:56:13
Message-Id: 1443084838.d5633c97ae6c4e9b00843643a9da79be03b237f3.aballier@gentoo
1 commit: d5633c97ae6c4e9b00843643a9da79be03b237f3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:53:58 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:53:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5633c97
7
8 dev-ros/hector_pose_estimation: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/hector_pose_estimation/Manifest | 1 +
13 .../hector_pose_estimation-0.2.0.ebuild | 27 ++++++++++++++++++++++
14 .../hector_pose_estimation-9999.ebuild | 27 ++++++++++++++++++++++
15 dev-ros/hector_pose_estimation/metadata.xml | 5 ++++
16 4 files changed, 60 insertions(+)
17
18 diff --git a/dev-ros/hector_pose_estimation/Manifest b/dev-ros/hector_pose_estimation/Manifest
19 new file mode 100644
20 index 0000000..bb99c54
21 --- /dev/null
22 +++ b/dev-ros/hector_pose_estimation/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/hector_pose_estimation/hector_pose_estimation-0.2.0.ebuild b/dev-ros/hector_pose_estimation/hector_pose_estimation-0.2.0.ebuild
27 new file mode 100644
28 index 0000000..7023413
29 --- /dev/null
30 +++ b/dev-ros/hector_pose_estimation/hector_pose_estimation-0.2.0.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/tu-darmstadt-ros-pkg/hector_localization"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="hector_pose_estimation node and the hector_pose_estimation nodelet"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/hector_pose_estimation_core
50 + dev-ros/nodelet
51 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
52 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
53 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
54 + dev-ros/tf
55 + dev-ros/message_filters
56 +"
57 +# dev-ros/hector_timing
58 +DEPEND="${RDEPEND}"
59
60 diff --git a/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild b/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild
61 new file mode 100644
62 index 0000000..7023413
63 --- /dev/null
64 +++ b/dev-ros/hector_pose_estimation/hector_pose_estimation-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/tu-darmstadt-ros-pkg/hector_localization"
72 +KEYWORDS="~amd64 ~arm"
73 +ROS_SUBDIR=${PN}
74 +
75 +inherit ros-catkin
76 +
77 +DESCRIPTION="hector_pose_estimation node and the hector_pose_estimation nodelet"
78 +LICENSE="BSD"
79 +SLOT="0"
80 +IUSE=""
81 +
82 +RDEPEND="
83 + dev-ros/hector_pose_estimation_core
84 + dev-ros/nodelet
85 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
86 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
87 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
88 + dev-ros/tf
89 + dev-ros/message_filters
90 +"
91 +# dev-ros/hector_timing
92 +DEPEND="${RDEPEND}"
93
94 diff --git a/dev-ros/hector_pose_estimation/metadata.xml b/dev-ros/hector_pose_estimation/metadata.xml
95 new file mode 100644
96 index 0000000..c42ea5b
97 --- /dev/null
98 +++ b/dev-ros/hector_pose_estimation/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>