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_geotiff/
Date: Mon, 28 Sep 2015 12:58:13
Message-Id: 1443444642.5b5fa7699c902c8ccf1c98ee4c0ee305422ed04f.aballier@gentoo
1 commit: 5b5fa7699c902c8ccf1c98ee4c0ee305422ed04f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 12:50:42 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 12:50:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5fa769
7
8 dev-ros/hector_geotiff: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 dev-ros/hector_geotiff/Manifest | 1 +
13 dev-ros/hector_geotiff/hector_geotiff-0.3.3.ebuild | 28 ++++++++++++++++++++++
14 dev-ros/hector_geotiff/hector_geotiff-9999.ebuild | 28 ++++++++++++++++++++++
15 dev-ros/hector_geotiff/metadata.xml | 5 ++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/dev-ros/hector_geotiff/Manifest b/dev-ros/hector_geotiff/Manifest
19 new file mode 100644
20 index 0000000..8dc36f5
21 --- /dev/null
22 +++ b/dev-ros/hector_geotiff/Manifest
23 @@ -0,0 +1 @@
24 +DIST hector_slam-0.3.3.tar.gz 64368 SHA256 e3da461e7e4020218ae3d26f2eb6e135d1ac486bb0dab52f60e9d2349c637e5c SHA512 755a639b865d897281f01e28ca8dcdf943d953422f38ba73ed7e982c22c178cb5becbb9d2962420136cad0927f5c412ce896fc9b1995b58d7163fb35a82c62c0 WHIRLPOOL 4813768350cb232d4171a2f1335472e07ddb526b8846f56f3820a2dd4c51673d3c26866554e1a5b3e097530265efd104bd2a5eeda7c25639af991b4696971d4d
25
26 diff --git a/dev-ros/hector_geotiff/hector_geotiff-0.3.3.ebuild b/dev-ros/hector_geotiff/hector_geotiff-0.3.3.ebuild
27 new file mode 100644
28 index 0000000..4f25216
29 --- /dev/null
30 +++ b/dev-ros/hector_geotiff/hector_geotiff-0.3.3.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_slam"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Node to save occupancy grid map, robot trajectory and object of interest data to GeoTiff images"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/hector_map_tools
50 + dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
51 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
52 + dev-ros/pluginlib
53 + dev-ros/roscpp
54 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
55 + dev-qt/qtcore:4
56 + dev-qt/qtgui:4
57 +"
58 +DEPEND="${RDEPEND}
59 + dev-cpp/eigen:3"
60
61 diff --git a/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild b/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild
62 new file mode 100644
63 index 0000000..4f25216
64 --- /dev/null
65 +++ b/dev-ros/hector_geotiff/hector_geotiff-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_slam"
73 +KEYWORDS="~amd64 ~arm"
74 +ROS_SUBDIR=${PN}
75 +
76 +inherit ros-catkin
77 +
78 +DESCRIPTION="Node to save occupancy grid map, robot trajectory and object of interest data to GeoTiff images"
79 +LICENSE="BSD"
80 +SLOT="0"
81 +IUSE=""
82 +
83 +RDEPEND="
84 + dev-ros/hector_map_tools
85 + dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
86 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
87 + dev-ros/pluginlib
88 + dev-ros/roscpp
89 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
90 + dev-qt/qtcore:4
91 + dev-qt/qtgui:4
92 +"
93 +DEPEND="${RDEPEND}
94 + dev-cpp/eigen:3"
95
96 diff --git a/dev-ros/hector_geotiff/metadata.xml b/dev-ros/hector_geotiff/metadata.xml
97 new file mode 100644
98 index 0000000..c42ea5b
99 --- /dev/null
100 +++ b/dev-ros/hector_geotiff/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>