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_base_msgs/
Date: Wed, 23 Sep 2015 08:51:58
Message-Id: 1442997717.6ffe85ef0bcb87b2353926ed6fac0d38fa1b6a80.aballier@gentoo
1 commit: 6ffe85ef0bcb87b2353926ed6fac0d38fa1b6a80
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 08:41:57 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 08:41:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffe85ef
7
8 dev-ros/move_base_msgs: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/move_base_msgs/Manifest | 1 +
13 dev-ros/move_base_msgs/metadata.xml | 5 +++++
14 dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild | 21 +++++++++++++++++++++
15 dev-ros/move_base_msgs/move_base_msgs-9999.ebuild | 21 +++++++++++++++++++++
16 4 files changed, 48 insertions(+)
17
18 diff --git a/dev-ros/move_base_msgs/Manifest b/dev-ros/move_base_msgs/Manifest
19 new file mode 100644
20 index 0000000..2ce2517
21 --- /dev/null
22 +++ b/dev-ros/move_base_msgs/Manifest
23 @@ -0,0 +1 @@
24 +DIST navigation_msgs-1.13.0.tar.gz 2251 SHA256 09bba8fb7a60135183830dec4381cd3187244794aab9759ac50bbc6007e04a61 SHA512 e7b4a83bbbd5384f72d1a9d7e3544cde718728ba2a2562b3c0da5b5fd7db146faf8c717d4af2509eaf1ff545ac85da121f7e37cb7b6b53c8a5b8d683c6b4e66c WHIRLPOOL 43284659576fd06fd15db50ad38ab98160e60d594ba9306cba209b9a789c6895a5e00744126a683ffdeedfd177891b0e38a01b69cf72f4445f80ff6126497cc3
25
26 diff --git a/dev-ros/move_base_msgs/metadata.xml b/dev-ros/move_base_msgs/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/move_base_msgs/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_base_msgs/move_base_msgs-1.13.0.ebuild b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
39 new file mode 100644
40 index 0000000..3132558
41 --- /dev/null
42 +++ b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
43 @@ -0,0 +1,21 @@
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_msgs"
50 +CATKIN_HAS_MESSAGES=yes
51 +KEYWORDS="~amd64 ~arm"
52 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
53 +ROS_SUBDIR=${PN}
54 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs"
55 +
56 +inherit ros-catkin
57 +
58 +DESCRIPTION="Holds the action description and relevant messages for the move_base package"
59 +LICENSE="BSD"
60 +SLOT="0"
61 +IUSE=""
62 +
63 +RDEPEND=""
64 +DEPEND="${RDEPEND}"
65
66 diff --git a/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild
67 new file mode 100644
68 index 0000000..3132558
69 --- /dev/null
70 +++ b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild
71 @@ -0,0 +1,21 @@
72 +# Copyright 1999-2014 Gentoo Foundation
73 +# Distributed under the terms of the GNU General Public License v2
74 +# $Id$
75 +
76 +EAPI=5
77 +ROS_REPO_URI="https://github.com/ros-planning/navigation_msgs"
78 +CATKIN_HAS_MESSAGES=yes
79 +KEYWORDS="~amd64 ~arm"
80 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
81 +ROS_SUBDIR=${PN}
82 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs"
83 +
84 +inherit ros-catkin
85 +
86 +DESCRIPTION="Holds the action description and relevant messages for the move_base package"
87 +LICENSE="BSD"
88 +SLOT="0"
89 +IUSE=""
90 +
91 +RDEPEND=""
92 +DEPEND="${RDEPEND}"