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/nav_core/
Date: Wed, 30 Sep 2015 12:04:47
Message-Id: 1443614630.61b812216841a9ac06ce96e4a4deaf0aceff34a5.aballier@gentoo
1 commit: 61b812216841a9ac06ce96e4a4deaf0aceff34a5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 10:36:34 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=61b81221
7
8 dev-ros/nav_core: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 dev-ros/nav_core/Manifest | 1 +
13 dev-ros/nav_core/metadata.xml | 5 +++++
14 dev-ros/nav_core/nav_core-1.13.0.ebuild | 23 +++++++++++++++++++++++
15 dev-ros/nav_core/nav_core-9999.ebuild | 23 +++++++++++++++++++++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/dev-ros/nav_core/Manifest b/dev-ros/nav_core/Manifest
19 new file mode 100644
20 index 0000000..2ab0c74
21 --- /dev/null
22 +++ b/dev-ros/nav_core/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/nav_core/metadata.xml b/dev-ros/nav_core/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/nav_core/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/nav_core/nav_core-1.13.0.ebuild b/dev-ros/nav_core/nav_core-1.13.0.ebuild
39 new file mode 100644
40 index 0000000..c739195
41 --- /dev/null
42 +++ b/dev-ros/nav_core/nav_core-1.13.0.ebuild
43 @@ -0,0 +1,23 @@
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="Common interfaces for navigation specific robot actions"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
62 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
63 + dev-ros/tf
64 + dev-ros/costmap_2d
65 +"
66 +DEPEND="${RDEPEND}"
67
68 diff --git a/dev-ros/nav_core/nav_core-9999.ebuild b/dev-ros/nav_core/nav_core-9999.ebuild
69 new file mode 100644
70 index 0000000..c739195
71 --- /dev/null
72 +++ b/dev-ros/nav_core/nav_core-9999.ebuild
73 @@ -0,0 +1,23 @@
74 +# Copyright 1999-2014 Gentoo Foundation
75 +# Distributed under the terms of the GNU General Public License v2
76 +# $Id$
77 +
78 +EAPI=5
79 +ROS_REPO_URI="https://github.com/ros-planning/navigation"
80 +ROS_SUBDIR=${PN}
81 +KEYWORDS="~amd64 ~arm"
82 +
83 +inherit ros-catkin
84 +
85 +DESCRIPTION="Common interfaces for navigation specific robot actions"
86 +LICENSE="BSD"
87 +SLOT="0"
88 +IUSE=""
89 +
90 +RDEPEND="
91 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
92 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
93 + dev-ros/tf
94 + dev-ros/costmap_2d
95 +"
96 +DEPEND="${RDEPEND}"