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