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/navigation/
Date: Wed, 30 Sep 2015 12:04:46
Message-Id: 1443614630.88e3134be9d4615148919492af36b095dcf053c9.aballier@gentoo
1 commit: 88e3134be9d4615148919492af36b095dcf053c9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 12:03:37 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 12:03:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e3134b
7
8 ros-meta/navigation: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 ros-meta/navigation/Manifest | 1 +
13 ros-meta/navigation/metadata.xml | 5 ++++
14 ros-meta/navigation/navigation-1.13.0.ebuild | 35 ++++++++++++++++++++++++++++
15 ros-meta/navigation/navigation-9999.ebuild | 35 ++++++++++++++++++++++++++++
16 4 files changed, 76 insertions(+)
17
18 diff --git a/ros-meta/navigation/Manifest b/ros-meta/navigation/Manifest
19 new file mode 100644
20 index 0000000..2ab0c74
21 --- /dev/null
22 +++ b/ros-meta/navigation/Manifest
23 @@ -0,0 +1 @@
24 +DIST navigation-1.13.0.tar.gz 336419 SHA256 5ef288325a0de4accfb4ef0cc37d9e9c4106a05d98b0ae5757f6c4823abada97 SHA512 1b686d4d1e930901dcf899fb73c8609855c3bb6d797322f6f3b9ea7ccb349f98802870b44e0fcbee4e68abebeecbaff57d453dc790fbc908cd23b8afda22e1af WHIRLPOOL 096103d8b774205995a12d294c820187fb89302285b363f6e6b9a4bb1e30a2edf9b33a451effc00b8aeec4d8f40664f61266314d389b9c668c0d7cf2152f70dd
25
26 diff --git a/ros-meta/navigation/metadata.xml b/ros-meta/navigation/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/navigation/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/navigation/navigation-1.13.0.ebuild b/ros-meta/navigation/navigation-1.13.0.ebuild
39 new file mode 100644
40 index 0000000..483b54d
41 --- /dev/null
42 +++ b/ros-meta/navigation/navigation-1.13.0.ebuild
43 @@ -0,0 +1,35 @@
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-planning/navigation"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="2D navigation stack"
56 +LICENSE="BSD LGPL-2.1"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/amcl
62 + dev-ros/base_local_planner
63 + dev-ros/carrot_planner
64 + dev-ros/clear_costmap_recovery
65 + dev-ros/costmap_2d
66 + dev-ros/dwa_local_planner
67 + dev-ros/fake_localization
68 + dev-ros/global_planner
69 + dev-ros/map_server
70 + dev-ros/move_base
71 + dev-ros/move_slow_and_clear
72 + dev-ros/nav_core
73 + dev-ros/navfn
74 + dev-ros/robot_pose_ekf
75 + dev-ros/rotate_recovery
76 + dev-ros/voxel_grid
77 +"
78 +DEPEND="${RDEPEND}"
79
80 diff --git a/ros-meta/navigation/navigation-9999.ebuild b/ros-meta/navigation/navigation-9999.ebuild
81 new file mode 100644
82 index 0000000..483b54d
83 --- /dev/null
84 +++ b/ros-meta/navigation/navigation-9999.ebuild
85 @@ -0,0 +1,35 @@
86 +# Copyright 1999-2014 Gentoo Foundation
87 +# Distributed under the terms of the GNU General Public License v2
88 +# $Id$
89 +
90 +EAPI=5
91 +ROS_REPO_URI="https://github.com/ros-planning/navigation"
92 +KEYWORDS="~amd64 ~arm"
93 +ROS_SUBDIR=${PN}
94 +
95 +inherit ros-catkin
96 +
97 +DESCRIPTION="2D navigation stack"
98 +LICENSE="BSD LGPL-2.1"
99 +SLOT="0"
100 +IUSE=""
101 +
102 +RDEPEND="
103 + dev-ros/amcl
104 + dev-ros/base_local_planner
105 + dev-ros/carrot_planner
106 + dev-ros/clear_costmap_recovery
107 + dev-ros/costmap_2d
108 + dev-ros/dwa_local_planner
109 + dev-ros/fake_localization
110 + dev-ros/global_planner
111 + dev-ros/map_server
112 + dev-ros/move_base
113 + dev-ros/move_slow_and_clear
114 + dev-ros/nav_core
115 + dev-ros/navfn
116 + dev-ros/robot_pose_ekf
117 + dev-ros/rotate_recovery
118 + dev-ros/voxel_grid
119 +"
120 +DEPEND="${RDEPEND}"