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_core/
Date: Thu, 24 Sep 2015 08:56:13
Message-Id: 1443084796.bf3d1f71ccc8c22559a51b0b8002e8fb185b6157.aballier@gentoo
1 commit: bf3d1f71ccc8c22559a51b0b8002e8fb185b6157
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:53:16 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:53:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3d1f71
7
8 dev-ros/hector_pose_estimation_core: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/hector_pose_estimation_core/Manifest | 1 +
13 .../hector_pose_estimation_core-0.2.0.ebuild | 28 ++++++++++++++++++++++
14 .../hector_pose_estimation_core-9999.ebuild | 28 ++++++++++++++++++++++
15 dev-ros/hector_pose_estimation_core/metadata.xml | 5 ++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/dev-ros/hector_pose_estimation_core/Manifest b/dev-ros/hector_pose_estimation_core/Manifest
19 new file mode 100644
20 index 0000000..bb99c54
21 --- /dev/null
22 +++ b/dev-ros/hector_pose_estimation_core/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_core/hector_pose_estimation_core-0.2.0.ebuild b/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.2.0.ebuild
27 new file mode 100644
28 index 0000000..64f702c
29 --- /dev/null
30 +++ b/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.2.0.ebuild
31 @@ -0,0 +1,28 @@
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="Extended Kalman Filter (EKF) that estimates the 6DOF pose of the robot"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/rostime
50 + dev-ros/rosconsole
51 + dev-ros/roscpp
52 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
53 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
54 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
55 + dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
56 + dev-ros/tf
57 +"
58 +DEPEND="${RDEPEND}
59 + dev-cpp/eigen:3"
60
61 diff --git a/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-9999.ebuild b/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-9999.ebuild
62 new file mode 100644
63 index 0000000..64f702c
64 --- /dev/null
65 +++ b/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-9999.ebuild
66 @@ -0,0 +1,28 @@
67 +# Copyright 1999-2014 Gentoo Foundation
68 +# Distributed under the terms of the GNU General Public License v2
69 +# $Id$
70 +
71 +EAPI=5
72 +ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_localization"
73 +KEYWORDS="~amd64 ~arm"
74 +ROS_SUBDIR=${PN}
75 +
76 +inherit ros-catkin
77 +
78 +DESCRIPTION="Extended Kalman Filter (EKF) that estimates the 6DOF pose of the robot"
79 +LICENSE="BSD"
80 +SLOT="0"
81 +IUSE=""
82 +
83 +RDEPEND="
84 + dev-ros/rostime
85 + dev-ros/rosconsole
86 + dev-ros/roscpp
87 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
88 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
89 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
90 + dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
91 + dev-ros/tf
92 +"
93 +DEPEND="${RDEPEND}
94 + dev-cpp/eigen:3"
95
96 diff --git a/dev-ros/hector_pose_estimation_core/metadata.xml b/dev-ros/hector_pose_estimation_core/metadata.xml
97 new file mode 100644
98 index 0000000..c42ea5b
99 --- /dev/null
100 +++ b/dev-ros/hector_pose_estimation_core/metadata.xml
101 @@ -0,0 +1,5 @@
102 +<?xml version="1.0" encoding="UTF-8"?>
103 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
104 +<pkgmetadata>
105 +<herd>ros</herd>
106 +</pkgmetadata>