Skip to content

Commit

Permalink
ros-meta/imu_pipeline: Initial import. Ebuild by me.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
  • Loading branch information
aballier committed Oct 11, 2015
1 parent ab8826a commit 949e3c9
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions ros-meta/imu_pipeline/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST imu_pipeline-0.2.1.tar.gz 7962 SHA256 91e0d491bd08dce8629876bf6005a1aaabcb130413ed749c4ab168e17f0118fa SHA512 43c990e3b5a813661111f15bbaf6101794480de0f5bd9af663ce48ebbcf75ee79fa388cf228216427e7ffcbc575a317f3b0ee3ae5b8e6cca2cc0cab736c139e4 WHIRLPOOL 189279d535c11add08df686ca84598f4e1c5a6a9835416b4f10bef2a85c192359da1795d52171d083d19cfee7e43ef011a676304046893d7f75d4a33a72c204c
21 changes: 21 additions & 0 deletions ros-meta/imu_pipeline/imu_pipeline-0.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/imu_pipeline"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}

inherit ros-catkin

DESCRIPTION="Tools for processing and pre-processing IMU messages for easier use by later subscribers"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="
dev-ros/imu_processors
dev-ros/imu_transformer
"
DEPEND="${RDEPEND}"
21 changes: 21 additions & 0 deletions ros-meta/imu_pipeline/imu_pipeline-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/imu_pipeline"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}

inherit ros-catkin

DESCRIPTION="Tools for processing and pre-processing IMU messages for easier use by later subscribers"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="
dev-ros/imu_processors
dev-ros/imu_transformer
"
DEPEND="${RDEPEND}"
5 changes: 5 additions & 0 deletions ros-meta/imu_pipeline/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ros</herd>
</pkgmetadata>

0 comments on commit 949e3c9

Please sign in to comment.