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/map_msgs/
Date: Wed, 23 Sep 2015 08:51:58
Message-Id: 1442997664.c2adc265bf88357e1fdfccc63bb80852d352a8a9.aballier@gentoo
1 commit: c2adc265bf88357e1fdfccc63bb80852d352a8a9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 08:41:04 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 08:41:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2adc265
7
8 dev-ros/map_msgs: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/map_msgs/Manifest | 1 +
13 dev-ros/map_msgs/map_msgs-1.13.0.ebuild | 21 +++++++++++++++++++++
14 dev-ros/map_msgs/map_msgs-9999.ebuild | 21 +++++++++++++++++++++
15 dev-ros/map_msgs/metadata.xml | 5 +++++
16 4 files changed, 48 insertions(+)
17
18 diff --git a/dev-ros/map_msgs/Manifest b/dev-ros/map_msgs/Manifest
19 new file mode 100644
20 index 0000000..2ce2517
21 --- /dev/null
22 +++ b/dev-ros/map_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/map_msgs/map_msgs-1.13.0.ebuild b/dev-ros/map_msgs/map_msgs-1.13.0.ebuild
27 new file mode 100644
28 index 0000000..bc5c249
29 --- /dev/null
30 +++ b/dev-ros/map_msgs/map_msgs-1.13.0.ebuild
31 @@ -0,0 +1,21 @@
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_msgs"
38 +CATKIN_HAS_MESSAGES=yes
39 +KEYWORDS="~amd64 ~arm"
40 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
41 +ROS_SUBDIR=${PN}
42 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs dev-ros/nav_msgs"
43 +
44 +inherit ros-catkin
45 +
46 +DESCRIPTION="Messages commonly used in mapping packages"
47 +LICENSE="BSD"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +RDEPEND=""
52 +DEPEND="${RDEPEND}"
53
54 diff --git a/dev-ros/map_msgs/map_msgs-9999.ebuild b/dev-ros/map_msgs/map_msgs-9999.ebuild
55 new file mode 100644
56 index 0000000..bc5c249
57 --- /dev/null
58 +++ b/dev-ros/map_msgs/map_msgs-9999.ebuild
59 @@ -0,0 +1,21 @@
60 +# Copyright 1999-2014 Gentoo Foundation
61 +# Distributed under the terms of the GNU General Public License v2
62 +# $Id$
63 +
64 +EAPI=5
65 +ROS_REPO_URI="https://github.com/ros-planning/navigation_msgs"
66 +CATKIN_HAS_MESSAGES=yes
67 +KEYWORDS="~amd64 ~arm"
68 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
69 +ROS_SUBDIR=${PN}
70 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs dev-ros/nav_msgs"
71 +
72 +inherit ros-catkin
73 +
74 +DESCRIPTION="Messages commonly used in mapping packages"
75 +LICENSE="BSD"
76 +SLOT="0"
77 +IUSE=""
78 +
79 +RDEPEND=""
80 +DEPEND="${RDEPEND}"
81
82 diff --git a/dev-ros/map_msgs/metadata.xml b/dev-ros/map_msgs/metadata.xml
83 new file mode 100644
84 index 0000000..c42ea5b
85 --- /dev/null
86 +++ b/dev-ros/map_msgs/metadata.xml
87 @@ -0,0 +1,5 @@
88 +<?xml version="1.0" encoding="UTF-8"?>
89 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
90 +<pkgmetadata>
91 +<herd>ros</herd>
92 +</pkgmetadata>