Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/imu_pipeline/
Date: Thu, 26 Jan 2017 08:24:52
Message-Id: 1485419055.f491736015616f159f65ac4aa25235b984e7ce16.aballier@gentoo
1 commit: f491736015616f159f65ac4aa25235b984e7ce16
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 08:21:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 08:24:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4917360
7
8 ros-meta/imu_pipeline: Bump to 0.2.2.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 ros-meta/imu_pipeline/Manifest | 1 +
13 ros-meta/imu_pipeline/imu_pipeline-0.2.2.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/ros-meta/imu_pipeline/Manifest b/ros-meta/imu_pipeline/Manifest
17 index dc8ff72..ca6837a 100644
18 --- a/ros-meta/imu_pipeline/Manifest
19 +++ b/ros-meta/imu_pipeline/Manifest
20 @@ -1 +1,2 @@
21 DIST imu_pipeline-0.2.1.tar.gz 7962 SHA256 91e0d491bd08dce8629876bf6005a1aaabcb130413ed749c4ab168e17f0118fa SHA512 43c990e3b5a813661111f15bbaf6101794480de0f5bd9af663ce48ebbcf75ee79fa388cf228216427e7ffcbc575a317f3b0ee3ae5b8e6cca2cc0cab736c139e4 WHIRLPOOL 189279d535c11add08df686ca84598f4e1c5a6a9835416b4f10bef2a85c192359da1795d52171d083d19cfee7e43ef011a676304046893d7f75d4a33a72c204c
22 +DIST imu_pipeline-0.2.2.tar.gz 8080 SHA256 e5138f55e537a88c2c53b12a8bb4cb5b3bfcd247b1c49d8b40d01ce32c33d5b7 SHA512 95913f3edec9af4d981d6034beb8932bba2e8a4d05a72c70c1bf2bcd5b85a9afa490e2916b6e4178e35b6a1967208999bfb697f5925ce12cae7e57fad2721f3f WHIRLPOOL 82405905fdb953c7319e528880ae5803cb4b10b2a66d1a8d75e66e875d4a771fb598b6140bd126dc1d7a6590a0bee6589514feaedbcdf9e21ebf93501ec0ecd7
23
24 diff --git a/ros-meta/imu_pipeline/imu_pipeline-0.2.2.ebuild b/ros-meta/imu_pipeline/imu_pipeline-0.2.2.ebuild
25 new file mode 100644
26 index 00000000..a048c22
27 --- /dev/null
28 +++ b/ros-meta/imu_pipeline/imu_pipeline-0.2.2.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +ROS_REPO_URI="https://github.com/ros-perception/imu_pipeline"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Tools for processing and pre-processing IMU messages for easier use by later subscribers"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/imu_processors
48 + dev-ros/imu_transformer
49 +"
50 +DEPEND="${RDEPEND}"