Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/hector_localization/
Date: Thu, 24 Sep 2015 08:56:01
Message-Id: 1443084941.69f1ece1be209a09c39865b1cdc9c7b0cfa90d1d.aballier@gentoo
1 commit: 69f1ece1be209a09c39865b1cdc9c7b0cfa90d1d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:55:41 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:55:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f1ece1
7
8 ros-meta/hector_localization: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/hector_localization/Manifest | 1 +
13 .../hector_localization-0.2.0.ebuild | 22 ++++++++++++++++++++++
14 .../hector_localization-9999.ebuild | 22 ++++++++++++++++++++++
15 ros-meta/hector_localization/metadata.xml | 5 +++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/ros-meta/hector_localization/Manifest b/ros-meta/hector_localization/Manifest
19 new file mode 100644
20 index 0000000..bb99c54
21 --- /dev/null
22 +++ b/ros-meta/hector_localization/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/ros-meta/hector_localization/hector_localization-0.2.0.ebuild b/ros-meta/hector_localization/hector_localization-0.2.0.ebuild
27 new file mode 100644
28 index 0000000..ea15627
29 --- /dev/null
30 +++ b/ros-meta/hector_localization/hector_localization-0.2.0.ebuild
31 @@ -0,0 +1,22 @@
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="Collection of packages, that provide the full 6DOF pose of a robot or platform"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/hector_pose_estimation
50 + dev-ros/hector_pose_estimation_core
51 + dev-ros/message_to_tf
52 +"
53 +DEPEND="${RDEPEND}"
54
55 diff --git a/ros-meta/hector_localization/hector_localization-9999.ebuild b/ros-meta/hector_localization/hector_localization-9999.ebuild
56 new file mode 100644
57 index 0000000..ea15627
58 --- /dev/null
59 +++ b/ros-meta/hector_localization/hector_localization-9999.ebuild
60 @@ -0,0 +1,22 @@
61 +# Copyright 1999-2014 Gentoo Foundation
62 +# Distributed under the terms of the GNU General Public License v2
63 +# $Id$
64 +
65 +EAPI=5
66 +ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_localization"
67 +KEYWORDS="~amd64 ~arm"
68 +ROS_SUBDIR=${PN}
69 +
70 +inherit ros-catkin
71 +
72 +DESCRIPTION="Collection of packages, that provide the full 6DOF pose of a robot or platform"
73 +LICENSE="BSD"
74 +SLOT="0"
75 +IUSE=""
76 +
77 +RDEPEND="
78 + dev-ros/hector_pose_estimation
79 + dev-ros/hector_pose_estimation_core
80 + dev-ros/message_to_tf
81 +"
82 +DEPEND="${RDEPEND}"
83
84 diff --git a/ros-meta/hector_localization/metadata.xml b/ros-meta/hector_localization/metadata.xml
85 new file mode 100644
86 index 0000000..c42ea5b
87 --- /dev/null
88 +++ b/ros-meta/hector_localization/metadata.xml
89 @@ -0,0 +1,5 @@
90 +<?xml version="1.0" encoding="UTF-8"?>
91 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
92 +<pkgmetadata>
93 +<herd>ros</herd>
94 +</pkgmetadata>