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/imu_filter_madgwick/
Date: Fri, 01 Sep 2017 11:18:54
Message-Id: 1504264717.dcc2896805593deb7026afb335ecffe116b98092.aballier@gentoo
1 commit: dcc2896805593deb7026afb335ecffe116b98092
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 09:23:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 1 11:18:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc28968
7
8 dev-ros/imu_filter_madgwick: initial import
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-ros/imu_filter_madgwick/Manifest | 1 +
13 .../imu_filter_madgwick-1.1.5.ebuild | 32 ++++++++++++++++++++++
14 .../imu_filter_madgwick-9999.ebuild | 32 ++++++++++++++++++++++
15 dev-ros/imu_filter_madgwick/metadata.xml | 11 ++++++++
16 4 files changed, 76 insertions(+)
17
18 diff --git a/dev-ros/imu_filter_madgwick/Manifest b/dev-ros/imu_filter_madgwick/Manifest
19 new file mode 100644
20 index 00000000000..82f6f559d84
21 --- /dev/null
22 +++ b/dev-ros/imu_filter_madgwick/Manifest
23 @@ -0,0 +1 @@
24 +DIST imu_tools-1.1.5.tar.gz 1653083 SHA256 845d0c0dfa262223e7aeb5a4ed31c92865fd5fbc30eda04dd822a2c89e81e3e0 SHA512 5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a WHIRLPOOL 2caf1b9cf671081051a2475d019802c8fb312a2e8ad668e0cda2a259778f0ef548e3967233daeefa14c5630c4b13fddde6e0ac4d42b5b7424bf156eac0443964
25
26 diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild
27 new file mode 100644
28 index 00000000000..bf02045b597
29 --- /dev/null
30 +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild
31 @@ -0,0 +1,32 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +
37 +ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools"
38 +KEYWORDS="~amd64"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) magnetic readings from an IMU device"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/roscpp
50 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
51 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
52 + dev-ros/tf2
53 + dev-ros/tf2_geometry_msgs
54 + dev-ros/tf2_ros
55 + dev-ros/nodelet
56 + dev-ros/pluginlib
57 + dev-ros/message_filters
58 + dev-ros/dynamic_reconfigure
59 + dev-libs/boost:=[threads]
60 +"
61 +DEPEND="${RDEPEND}
62 + test? ( dev-ros/rosunit )
63 +"
64
65 diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild
66 new file mode 100644
67 index 00000000000..bf02045b597
68 --- /dev/null
69 +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild
70 @@ -0,0 +1,32 @@
71 +# Copyright 1999-2017 Gentoo Foundation
72 +# Distributed under the terms of the GNU General Public License v2
73 +
74 +EAPI=5
75 +
76 +ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools"
77 +KEYWORDS="~amd64"
78 +ROS_SUBDIR=${PN}
79 +
80 +inherit ros-catkin
81 +
82 +DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) magnetic readings from an IMU device"
83 +LICENSE="BSD"
84 +SLOT="0"
85 +IUSE=""
86 +
87 +RDEPEND="
88 + dev-ros/roscpp
89 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
90 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
91 + dev-ros/tf2
92 + dev-ros/tf2_geometry_msgs
93 + dev-ros/tf2_ros
94 + dev-ros/nodelet
95 + dev-ros/pluginlib
96 + dev-ros/message_filters
97 + dev-ros/dynamic_reconfigure
98 + dev-libs/boost:=[threads]
99 +"
100 +DEPEND="${RDEPEND}
101 + test? ( dev-ros/rosunit )
102 +"
103
104 diff --git a/dev-ros/imu_filter_madgwick/metadata.xml b/dev-ros/imu_filter_madgwick/metadata.xml
105 new file mode 100644
106 index 00000000000..0be33667fd3
107 --- /dev/null
108 +++ b/dev-ros/imu_filter_madgwick/metadata.xml
109 @@ -0,0 +1,11 @@
110 +<?xml version="1.0" encoding="UTF-8"?>
111 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
112 +<pkgmetadata>
113 + <maintainer type="project">
114 + <email>ros@g.o</email>
115 + <name>Gentoo ROS Project</name>
116 + </maintainer>
117 + <upstream>
118 + <remote-id type="github">ccny-ros-pkg/imu_tools</remote-id>
119 + </upstream>
120 +</pkgmetadata>