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/robot_localization/
Date: Thu, 28 Sep 2017 08:08:23
Message-Id: 1506586091.f97affb86a68e84ceacf28bc9e8306261ecbb3bc.aballier@gentoo
1 commit: f97affb86a68e84ceacf28bc9e8306261ecbb3bc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 26 14:39:31 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 08:08:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97affb8
7
8 dev-ros/robot_localization: initial import
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 dev-ros/robot_localization/Manifest | 1 +
13 dev-ros/robot_localization/metadata.xml | 11 ++++++
14 .../robot_localization-2.4.0.ebuild | 39 ++++++++++++++++++++++
15 .../robot_localization-9999.ebuild | 39 ++++++++++++++++++++++
16 4 files changed, 90 insertions(+)
17
18 diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
19 new file mode 100644
20 index 00000000000..ae38f50efeb
21 --- /dev/null
22 +++ b/dev-ros/robot_localization/Manifest
23 @@ -0,0 +1 @@
24 +DIST robot_localization-2.4.0.tar.gz 6448252 SHA256 d951ede459b53890501ba1defe9c94863fff450b1242a40cb80f1a98a55dde44 SHA512 92a8c6d44f35a264fc16fe91d7ba6afcf361911164a96343d76d93c0263f0d6cb9e3b11f82cf30c0354a1ebb140cdb06348ae5ca92182dd85ab2e0fd77898724 WHIRLPOOL adeb6d9cbac433d533cfcc5eb5fc6c3dd09279da8a65296dfd74365de19e655b4ca6e2ad2bc4883ea0e1c2be82836e7bd116ca116fcf661d8f9304b35da20520
25
26 diff --git a/dev-ros/robot_localization/metadata.xml b/dev-ros/robot_localization/metadata.xml
27 new file mode 100644
28 index 00000000000..ef2c5aaa10e
29 --- /dev/null
30 +++ b/dev-ros/robot_localization/metadata.xml
31 @@ -0,0 +1,11 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>ros@g.o</email>
37 + <name>Gentoo ROS Project</name>
38 + </maintainer>
39 + <upstream>
40 + <remote-id type="github">cra-ros-pkg/robot_localization</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/dev-ros/robot_localization/robot_localization-2.4.0.ebuild b/dev-ros/robot_localization/robot_localization-2.4.0.ebuild
45 new file mode 100644
46 index 00000000000..d82b9bcddb0
47 --- /dev/null
48 +++ b/dev-ros/robot_localization/robot_localization-2.4.0.ebuild
49 @@ -0,0 +1,39 @@
50 +# Copyright 1999-2017 Gentoo Foundation
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=5
54 +ROS_REPO_URI="https://github.com/cra-ros-pkg/robot_localization"
55 +KEYWORDS="~amd64"
56 +CATKIN_HAS_MESSAGES=yes
57 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
58 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs"
59 +
60 +inherit ros-catkin
61 +
62 +DESCRIPTION="Package of nonlinear state estimation nodes"
63 +LICENSE="BSD"
64 +SLOT="0"
65 +IUSE=""
66 +
67 +RDEPEND="
68 + dev-ros/diagnostic_updater
69 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
70 + dev-ros/eigen_conversions
71 + dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
72 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
73 + dev-ros/message_filters
74 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
75 + dev-ros/roscpp
76 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
77 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
78 + dev-ros/tf2
79 + dev-ros/tf2_geometry_msgs
80 + dev-ros/tf2_ros
81 + dev-ros/xmlrpcpp
82 + dev-libs/boost:=
83 +"
84 +DEPEND="${RDEPEND}
85 + dev-ros/roslint
86 + dev-cpp/eigen:3
87 + test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
88 +"
89
90 diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
91 new file mode 100644
92 index 00000000000..d82b9bcddb0
93 --- /dev/null
94 +++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
95 @@ -0,0 +1,39 @@
96 +# Copyright 1999-2017 Gentoo Foundation
97 +# Distributed under the terms of the GNU General Public License v2
98 +
99 +EAPI=5
100 +ROS_REPO_URI="https://github.com/cra-ros-pkg/robot_localization"
101 +KEYWORDS="~amd64"
102 +CATKIN_HAS_MESSAGES=yes
103 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
104 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs"
105 +
106 +inherit ros-catkin
107 +
108 +DESCRIPTION="Package of nonlinear state estimation nodes"
109 +LICENSE="BSD"
110 +SLOT="0"
111 +IUSE=""
112 +
113 +RDEPEND="
114 + dev-ros/diagnostic_updater
115 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
116 + dev-ros/eigen_conversions
117 + dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
118 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
119 + dev-ros/message_filters
120 + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
121 + dev-ros/roscpp
122 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
123 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
124 + dev-ros/tf2
125 + dev-ros/tf2_geometry_msgs
126 + dev-ros/tf2_ros
127 + dev-ros/xmlrpcpp
128 + dev-libs/boost:=
129 +"
130 +DEPEND="${RDEPEND}
131 + dev-ros/roslint
132 + dev-cpp/eigen:3
133 + test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
134 +"