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/base_local_planner/
Date: Wed, 30 Sep 2015 12:04:35
Message-Id: 1443614630.ef8cbd7d4e99b18da4956dec6dabdb173c2bcca5.aballier@gentoo
1 commit: ef8cbd7d4e99b18da4956dec6dabdb173c2bcca5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 11:24:35 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=ef8cbd7d
7
8 dev-ros/base_local_planner: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 dev-ros/base_local_planner/Manifest | 1 +
13 .../base_local_planner-1.13.0.ebuild | 37 ++++++++++++++++++++++
14 .../base_local_planner-9999.ebuild | 37 ++++++++++++++++++++++
15 dev-ros/base_local_planner/metadata.xml | 5 +++
16 4 files changed, 80 insertions(+)
17
18 diff --git a/dev-ros/base_local_planner/Manifest b/dev-ros/base_local_planner/Manifest
19 new file mode 100644
20 index 0000000..2ab0c74
21 --- /dev/null
22 +++ b/dev-ros/base_local_planner/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/dev-ros/base_local_planner/base_local_planner-1.13.0.ebuild b/dev-ros/base_local_planner/base_local_planner-1.13.0.ebuild
27 new file mode 100644
28 index 0000000..a6369ac
29 --- /dev/null
30 +++ b/dev-ros/base_local_planner/base_local_planner-1.13.0.ebuild
31 @@ -0,0 +1,37 @@
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-planning/navigation"
38 +CATKIN_HAS_MESSAGES=yes
39 +ROS_SUBDIR=${PN}
40 +KEYWORDS="~amd64 ~arm"
41 +PYTHON_COMPAT=( python2_7 )
42 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
43 +
44 +inherit ros-catkin
45 +
46 +DESCRIPTION="Trajectory Rollout and Dynamic Window approaches to local robot navigation on a plane"
47 +LICENSE="BSD"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +RDEPEND="
52 + dev-ros/roscpp
53 + dev-ros/tf
54 + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
55 + dev-ros/nav_core
56 + dev-ros/pcl_conversions
57 + dev-ros/rostest
58 + dev-ros/costmap_2d
59 + dev-ros/pluginlib
60 + dev-ros/angles
61 + dev-libs/boost:=[threads]
62 + dev-cpp/eigen:3
63 + sci-libs/pcl
64 +"
65 +DEPEND="${RDEPEND}
66 + dev-ros/cmake_modules
67 + test? ( dev-cpp/gtest )
68 +"
69
70 diff --git a/dev-ros/base_local_planner/base_local_planner-9999.ebuild b/dev-ros/base_local_planner/base_local_planner-9999.ebuild
71 new file mode 100644
72 index 0000000..a6369ac
73 --- /dev/null
74 +++ b/dev-ros/base_local_planner/base_local_planner-9999.ebuild
75 @@ -0,0 +1,37 @@
76 +# Copyright 1999-2014 Gentoo Foundation
77 +# Distributed under the terms of the GNU General Public License v2
78 +# $Id$
79 +
80 +EAPI=5
81 +ROS_REPO_URI="https://github.com/ros-planning/navigation"
82 +CATKIN_HAS_MESSAGES=yes
83 +ROS_SUBDIR=${PN}
84 +KEYWORDS="~amd64 ~arm"
85 +PYTHON_COMPAT=( python2_7 )
86 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
87 +
88 +inherit ros-catkin
89 +
90 +DESCRIPTION="Trajectory Rollout and Dynamic Window approaches to local robot navigation on a plane"
91 +LICENSE="BSD"
92 +SLOT="0"
93 +IUSE=""
94 +
95 +RDEPEND="
96 + dev-ros/roscpp
97 + dev-ros/tf
98 + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
99 + dev-ros/nav_core
100 + dev-ros/pcl_conversions
101 + dev-ros/rostest
102 + dev-ros/costmap_2d
103 + dev-ros/pluginlib
104 + dev-ros/angles
105 + dev-libs/boost:=[threads]
106 + dev-cpp/eigen:3
107 + sci-libs/pcl
108 +"
109 +DEPEND="${RDEPEND}
110 + dev-ros/cmake_modules
111 + test? ( dev-cpp/gtest )
112 +"
113
114 diff --git a/dev-ros/base_local_planner/metadata.xml b/dev-ros/base_local_planner/metadata.xml
115 new file mode 100644
116 index 0000000..c42ea5b
117 --- /dev/null
118 +++ b/dev-ros/base_local_planner/metadata.xml
119 @@ -0,0 +1,5 @@
120 +<?xml version="1.0" encoding="UTF-8"?>
121 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
122 +<pkgmetadata>
123 +<herd>ros</herd>
124 +</pkgmetadata>