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/slam_gmapping/
Date: Wed, 30 Sep 2015 09:19:03
Message-Id: 1443604719.2f3cca552e570d3439efcff556543d1520a7fb4f.aballier@gentoo
1 commit: 2f3cca552e570d3439efcff556543d1520a7fb4f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 09:18:24 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=2f3cca55
7
8 ros-meta/slam_gmapping: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 ros-meta/slam_gmapping/Manifest | 1 +
13 ros-meta/slam_gmapping/metadata.xml | 5 +++++
14 ros-meta/slam_gmapping/slam_gmapping-1.3.8.ebuild | 18 ++++++++++++++++++
15 ros-meta/slam_gmapping/slam_gmapping-9999.ebuild | 18 ++++++++++++++++++
16 4 files changed, 42 insertions(+)
17
18 diff --git a/ros-meta/slam_gmapping/Manifest b/ros-meta/slam_gmapping/Manifest
19 new file mode 100644
20 index 0000000..03e8e1a
21 --- /dev/null
22 +++ b/ros-meta/slam_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/ros-meta/slam_gmapping/metadata.xml b/ros-meta/slam_gmapping/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/slam_gmapping/metadata.xml
31 @@ -0,0 +1,5 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<herd>ros</herd>
36 +</pkgmetadata>
37
38 diff --git a/ros-meta/slam_gmapping/slam_gmapping-1.3.8.ebuild b/ros-meta/slam_gmapping/slam_gmapping-1.3.8.ebuild
39 new file mode 100644
40 index 0000000..299e326
41 --- /dev/null
42 +++ b/ros-meta/slam_gmapping/slam_gmapping-1.3.8.ebuild
43 @@ -0,0 +1,18 @@
44 +# Copyright 1999-2014 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=5
49 +ROS_REPO_URI="https://github.com/ros-perception/slam_gmapping"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
56 +LICENSE="CC-BY-NC-SA-2.5"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="dev-ros/gmapping"
61 +DEPEND=""
62
63 diff --git a/ros-meta/slam_gmapping/slam_gmapping-9999.ebuild b/ros-meta/slam_gmapping/slam_gmapping-9999.ebuild
64 new file mode 100644
65 index 0000000..299e326
66 --- /dev/null
67 +++ b/ros-meta/slam_gmapping/slam_gmapping-9999.ebuild
68 @@ -0,0 +1,18 @@
69 +# Copyright 1999-2014 Gentoo Foundation
70 +# Distributed under the terms of the GNU General Public License v2
71 +# $Id$
72 +
73 +EAPI=5
74 +ROS_REPO_URI="https://github.com/ros-perception/slam_gmapping"
75 +KEYWORDS="~amd64 ~arm"
76 +ROS_SUBDIR=${PN}
77 +
78 +inherit ros-catkin
79 +
80 +DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
81 +LICENSE="CC-BY-NC-SA-2.5"
82 +SLOT="0"
83 +IUSE=""
84 +
85 +RDEPEND="dev-ros/gmapping"
86 +DEPEND=""