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/gmapping/
Date: Wed, 30 Sep 2015 09:19:03
Message-Id: 1443604719.73f0e9d08c3a708f768981d8d1df6e200b7413bf.aballier@gentoo
1 commit: 73f0e9d08c3a708f768981d8d1df6e200b7413bf
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 09:17:47 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 09:18:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f0e9d0
7
8 dev-ros/gmapping: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 dev-ros/gmapping/Manifest | 1 +
13 dev-ros/gmapping/gmapping-1.3.8.ebuild | 26 ++++++++++++++++++++++++++
14 dev-ros/gmapping/gmapping-9999.ebuild | 26 ++++++++++++++++++++++++++
15 dev-ros/gmapping/metadata.xml | 5 +++++
16 4 files changed, 58 insertions(+)
17
18 diff --git a/dev-ros/gmapping/Manifest b/dev-ros/gmapping/Manifest
19 new file mode 100644
20 index 0000000..03e8e1a
21 --- /dev/null
22 +++ b/dev-ros/gmapping/Manifest
23 @@ -0,0 +1 @@
24 +DIST slam_gmapping-1.3.8.tar.gz 20533 SHA256 027e31fbe6d8768a746b0eeb93238459b295b15efc0f43f9410afc57d71385d1 SHA512 d7b054296f286a5e61e5f952a29ccff2165503123ab6a89724ec34180fb0f4c452fc0ae81ec853cac170b304095e62cef420431e5aca85a262febc2b5ab5ccf2 WHIRLPOOL ced3e8b2c1f3887afd6df6ea780d3a9a111b29f20db0dedf6af497737e9b2f7c089ce3f673ba309262271c2741a1b73474c2412bbe89c84937c706bad0d95b15
25
26 diff --git a/dev-ros/gmapping/gmapping-1.3.8.ebuild b/dev-ros/gmapping/gmapping-1.3.8.ebuild
27 new file mode 100644
28 index 0000000..f532cf5
29 --- /dev/null
30 +++ b/dev-ros/gmapping/gmapping-1.3.8.ebuild
31 @@ -0,0 +1,26 @@
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/ros-perception/slam_gmapping"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
44 +LICENSE="CC-BY-NC-SA-2.5"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-libs/boost:=
50 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
51 + dev-ros/roscpp
52 + dev-ros/tf
53 + dev-ros/openslam_gmapping
54 + dev-ros/rosbag_storage
55 +"
56 +DEPEND="${RDEPEND}
57 + dev-ros/rostest"
58
59 diff --git a/dev-ros/gmapping/gmapping-9999.ebuild b/dev-ros/gmapping/gmapping-9999.ebuild
60 new file mode 100644
61 index 0000000..f532cf5
62 --- /dev/null
63 +++ b/dev-ros/gmapping/gmapping-9999.ebuild
64 @@ -0,0 +1,26 @@
65 +# Copyright 1999-2014 Gentoo Foundation
66 +# Distributed under the terms of the GNU General Public License v2
67 +# $Id$
68 +
69 +EAPI=5
70 +ROS_REPO_URI="https://github.com/ros-perception/slam_gmapping"
71 +KEYWORDS="~amd64 ~arm"
72 +ROS_SUBDIR=${PN}
73 +
74 +inherit ros-catkin
75 +
76 +DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
77 +LICENSE="CC-BY-NC-SA-2.5"
78 +SLOT="0"
79 +IUSE=""
80 +
81 +RDEPEND="
82 + dev-libs/boost:=
83 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
84 + dev-ros/roscpp
85 + dev-ros/tf
86 + dev-ros/openslam_gmapping
87 + dev-ros/rosbag_storage
88 +"
89 +DEPEND="${RDEPEND}
90 + dev-ros/rostest"
91
92 diff --git a/dev-ros/gmapping/metadata.xml b/dev-ros/gmapping/metadata.xml
93 new file mode 100644
94 index 0000000..c42ea5b
95 --- /dev/null
96 +++ b/dev-ros/gmapping/metadata.xml
97 @@ -0,0 +1,5 @@
98 +<?xml version="1.0" encoding="UTF-8"?>
99 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 +<pkgmetadata>
101 +<herd>ros</herd>
102 +</pkgmetadata>