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: Sun, 11 Oct 2015 14:35:09
Message-Id: 1444574061.949e3c9f8dce0287d0521ec807f23884eafd0671.aballier@gentoo
1 commit: 949e3c9f8dce0287d0521ec807f23884eafd0671
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 12:13:19 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:34:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949e3c9f
7
8 ros-meta/imu_pipeline: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 ros-meta/imu_pipeline/Manifest | 1 +
13 ros-meta/imu_pipeline/imu_pipeline-0.2.1.ebuild | 21 +++++++++++++++++++++
14 ros-meta/imu_pipeline/imu_pipeline-9999.ebuild | 21 +++++++++++++++++++++
15 ros-meta/imu_pipeline/metadata.xml | 5 +++++
16 4 files changed, 48 insertions(+)
17
18 diff --git a/ros-meta/imu_pipeline/Manifest b/ros-meta/imu_pipeline/Manifest
19 new file mode 100644
20 index 0000000..dc8ff72
21 --- /dev/null
22 +++ b/ros-meta/imu_pipeline/Manifest
23 @@ -0,0 +1 @@
24 +DIST imu_pipeline-0.2.1.tar.gz 7962 SHA256 91e0d491bd08dce8629876bf6005a1aaabcb130413ed749c4ab168e17f0118fa SHA512 43c990e3b5a813661111f15bbaf6101794480de0f5bd9af663ce48ebbcf75ee79fa388cf228216427e7ffcbc575a317f3b0ee3ae5b8e6cca2cc0cab736c139e4 WHIRLPOOL 189279d535c11add08df686ca84598f4e1c5a6a9835416b4f10bef2a85c192359da1795d52171d083d19cfee7e43ef011a676304046893d7f75d4a33a72c204c
25
26 diff --git a/ros-meta/imu_pipeline/imu_pipeline-0.2.1.ebuild b/ros-meta/imu_pipeline/imu_pipeline-0.2.1.ebuild
27 new file mode 100644
28 index 0000000..b20cc3d
29 --- /dev/null
30 +++ b/ros-meta/imu_pipeline/imu_pipeline-0.2.1.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-perception/imu_pipeline"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Tools for processing and pre-processing IMU messages for easier use by later subscribers"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/imu_processors
50 + dev-ros/imu_transformer
51 +"
52 +DEPEND="${RDEPEND}"
53
54 diff --git a/ros-meta/imu_pipeline/imu_pipeline-9999.ebuild b/ros-meta/imu_pipeline/imu_pipeline-9999.ebuild
55 new file mode 100644
56 index 0000000..b20cc3d
57 --- /dev/null
58 +++ b/ros-meta/imu_pipeline/imu_pipeline-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-perception/imu_pipeline"
66 +KEYWORDS="~amd64 ~arm"
67 +ROS_SUBDIR=${PN}
68 +
69 +inherit ros-catkin
70 +
71 +DESCRIPTION="Tools for processing and pre-processing IMU messages for easier use by later subscribers"
72 +LICENSE="BSD"
73 +SLOT="0"
74 +IUSE=""
75 +
76 +RDEPEND="
77 + dev-ros/imu_processors
78 + dev-ros/imu_transformer
79 +"
80 +DEPEND="${RDEPEND}"
81
82 diff --git a/ros-meta/imu_pipeline/metadata.xml b/ros-meta/imu_pipeline/metadata.xml
83 new file mode 100644
84 index 0000000..c42ea5b
85 --- /dev/null
86 +++ b/ros-meta/imu_pipeline/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>