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/clear_costmap_recovery/
Date: Tue, 15 Aug 2017 06:25:47
Message-Id: 1502778329.109a9125e12f6319374010e37b52c2702ac6c6f3.aballier@gentoo
1 commit: 109a9125e12f6319374010e37b52c2702ac6c6f3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 15 06:09:29 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 15 06:25:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109a9125
7
8 dev-ros/clear_costmap_recovery: Bump to 1.14.2.
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 dev-ros/clear_costmap_recovery/Manifest | 1 +
13 .../clear_costmap_recovery-1.14.2.ebuild | 29 ++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-ros/clear_costmap_recovery/Manifest b/dev-ros/clear_costmap_recovery/Manifest
17 index ff346b43cc8..cd01d19194d 100644
18 --- a/dev-ros/clear_costmap_recovery/Manifest
19 +++ b/dev-ros/clear_costmap_recovery/Manifest
20 @@ -1 +1,2 @@
21 DIST navigation-1.14.0.tar.gz 340196 SHA256 3974bb52af21cf0a6e4da8eb231b3101b4c5da700793bdac1cdc97e69d6e5cac SHA512 8ac2048be6d06be1f137aab2e73c5c724e794b9e6125fa70e2283df3790200f7b5203bae12c46e0796523ae58a4f8ede79fd0c1afc09a306a99f450576c7b11a WHIRLPOOL 12e8b7f5043a9473033df772021c3ebae1cdf87bde52988874489e490e7dfdcb07623c588ffd1297fbbd3fc336813fc6f4e9ae812dc80dfcad3062cceb82ef0b
22 +DIST navigation-1.14.2.tar.gz 345166 SHA256 b8be76079876ff866bce634caf862f1e2fd8e017d82c207b6aed27ca94cf0f6c SHA512 6477104a330a20722fde1634a0d51b1706c9705b4b9415aa9703c99a61d2ce3de97caba24a6b667897e842490c15a6bf2cdbb2f51341febf29d0475b4c0f384b WHIRLPOOL d4fbea98ccf9d7d75ce6cdec54b32132b67a962b047fbf25ea2dd0c2be874e1f981d1f2de66e4a03567680e32c3bd01904429a072b99d9265c50e0baa44cdb5b
23
24 diff --git a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.2.ebuild b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.2.ebuild
25 new file mode 100644
26 index 00000000000..67523208db3
27 --- /dev/null
28 +++ b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.2.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +ROS_REPO_URI="https://github.com/ros-planning/navigation"
35 +ROS_SUBDIR=${PN}
36 +KEYWORDS="~amd64 ~arm"
37 +
38 +inherit ros-catkin
39 +
40 +DESCRIPTION="Recovery behavior that attempts to clear space by reverting the costmaps to the static map"
41 +LICENSE="BSD"
42 +SLOT="0"
43 +IUSE=""
44 +
45 +RDEPEND="
46 + >=dev-ros/costmap_2d-1.13.1
47 + dev-ros/nav_core
48 + dev-ros/pluginlib
49 + dev-ros/roscpp
50 + dev-ros/tf
51 + dev-cpp/eigen:3
52 + sci-libs/pcl
53 + dev-libs/boost:=[threads]
54 +"
55 +DEPEND="${RDEPEND}
56 + dev-ros/cmake_modules
57 + test? ( dev-ros/rostest dev-cpp/gtest )
58 +"