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/move_slow_and_clear/
Date: Wed, 30 Sep 2015 12:04:47
Message-Id: 1443614630.451aa564a8b2995e4c58578a4331565f38f86a24.aballier@gentoo
1 commit: 451aa564a8b2995e4c58578a4331565f38f86a24
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 11:56:22 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=451aa564
7
8 dev-ros/move_slow_and_clear: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 dev-ros/move_slow_and_clear/Manifest | 1 +
13 dev-ros/move_slow_and_clear/metadata.xml | 5 ++++
14 .../move_slow_and_clear-1.13.0.ebuild | 31 ++++++++++++++++++++++
15 .../move_slow_and_clear-9999.ebuild | 31 ++++++++++++++++++++++
16 4 files changed, 68 insertions(+)
17
18 diff --git a/dev-ros/move_slow_and_clear/Manifest b/dev-ros/move_slow_and_clear/Manifest
19 new file mode 100644
20 index 0000000..2ab0c74
21 --- /dev/null
22 +++ b/dev-ros/move_slow_and_clear/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/move_slow_and_clear/metadata.xml b/dev-ros/move_slow_and_clear/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/move_slow_and_clear/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/dev-ros/move_slow_and_clear/move_slow_and_clear-1.13.0.ebuild b/dev-ros/move_slow_and_clear/move_slow_and_clear-1.13.0.ebuild
39 new file mode 100644
40 index 0000000..18fca39
41 --- /dev/null
42 +++ b/dev-ros/move_slow_and_clear/move_slow_and_clear-1.13.0.ebuild
43 @@ -0,0 +1,31 @@
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 +ROS_SUBDIR=${PN}
51 +KEYWORDS="~amd64 ~arm"
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="Move slow and clear"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/roscpp
62 + dev-ros/nav_core
63 + dev-ros/costmap_2d
64 + dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
65 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
66 + dev-ros/pluginlib
67 + dev-libs/boost:=[threads]
68 + dev-cpp/eigen:3
69 + sci-libs/pcl
70 +"
71 +DEPEND="${RDEPEND}
72 + dev-ros/cmake_modules
73 +
74 +"
75
76 diff --git a/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild b/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild
77 new file mode 100644
78 index 0000000..18fca39
79 --- /dev/null
80 +++ b/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild
81 @@ -0,0 +1,31 @@
82 +# Copyright 1999-2014 Gentoo Foundation
83 +# Distributed under the terms of the GNU General Public License v2
84 +# $Id$
85 +
86 +EAPI=5
87 +ROS_REPO_URI="https://github.com/ros-planning/navigation"
88 +ROS_SUBDIR=${PN}
89 +KEYWORDS="~amd64 ~arm"
90 +
91 +inherit ros-catkin
92 +
93 +DESCRIPTION="Move slow and clear"
94 +LICENSE="BSD"
95 +SLOT="0"
96 +IUSE=""
97 +
98 +RDEPEND="
99 + dev-ros/roscpp
100 + dev-ros/nav_core
101 + dev-ros/costmap_2d
102 + dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
103 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
104 + dev-ros/pluginlib
105 + dev-libs/boost:=[threads]
106 + dev-cpp/eigen:3
107 + sci-libs/pcl
108 +"
109 +DEPEND="${RDEPEND}
110 + dev-ros/cmake_modules
111 +
112 +"