From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2619B1396D1 for ; Fri, 1 Sep 2017 11:18:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F15E0D9B; Fri, 1 Sep 2017 11:18:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FC16E0D9B for ; Fri, 1 Sep 2017 11:18:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC94A341236 for ; Fri, 1 Sep 2017 11:18:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E348A27 for ; Fri, 1 Sep 2017 11:18:51 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1504264717.1b7c139263b7f4a361a3fca9b10f6e52004ed281.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/imu_tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/imu_tools/Manifest ros-meta/imu_tools/imu_tools-1.1.5.ebuild ros-meta/imu_tools/imu_tools-9999.ebuild ros-meta/imu_tools/metadata.xml X-VCS-Directories: ros-meta/imu_tools/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1b7c139263b7f4a361a3fca9b10f6e52004ed281 X-VCS-Branch: master Date: Fri, 1 Sep 2017 11:18:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33a726d7-dba3-4ff9-9335-f74bf975049c X-Archives-Hash: 707af2fe23d0c50841af42f09a28eb7e commit: 1b7c139263b7f4a361a3fca9b10f6e52004ed281 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 30 09:29:28 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Sep 1 11:18:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7c1392 ros-meta/imu_tools: initial import Package-Manager: Portage-2.3.8, Repoman-2.3.3 ros-meta/imu_tools/Manifest | 1 + ros-meta/imu_tools/imu_tools-1.1.5.ebuild | 22 ++++++++++++++++++++++ ros-meta/imu_tools/imu_tools-9999.ebuild | 22 ++++++++++++++++++++++ ros-meta/imu_tools/metadata.xml | 11 +++++++++++ 4 files changed, 56 insertions(+) diff --git a/ros-meta/imu_tools/Manifest b/ros-meta/imu_tools/Manifest new file mode 100644 index 00000000000..82f6f559d84 --- /dev/null +++ b/ros-meta/imu_tools/Manifest @@ -0,0 +1 @@ +DIST imu_tools-1.1.5.tar.gz 1653083 SHA256 845d0c0dfa262223e7aeb5a4ed31c92865fd5fbc30eda04dd822a2c89e81e3e0 SHA512 5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a WHIRLPOOL 2caf1b9cf671081051a2475d019802c8fb312a2e8ad668e0cda2a259778f0ef548e3967233daeefa14c5630c4b13fddde6e0ac4d42b5b7424bf156eac0443964 diff --git a/ros-meta/imu_tools/imu_tools-1.1.5.ebuild b/ros-meta/imu_tools/imu_tools-1.1.5.ebuild new file mode 100644 index 00000000000..92c71cb0e9b --- /dev/null +++ b/ros-meta/imu_tools/imu_tools-1.1.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Various tools for IMU devices" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/imu_complementary_filter + dev-ros/imu_filter_madgwick + dev-ros/rviz_imu_plugin +" +DEPEND="${RDEPEND}" diff --git a/ros-meta/imu_tools/imu_tools-9999.ebuild b/ros-meta/imu_tools/imu_tools-9999.ebuild new file mode 100644 index 00000000000..92c71cb0e9b --- /dev/null +++ b/ros-meta/imu_tools/imu_tools-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Various tools for IMU devices" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/imu_complementary_filter + dev-ros/imu_filter_madgwick + dev-ros/rviz_imu_plugin +" +DEPEND="${RDEPEND}" diff --git a/ros-meta/imu_tools/metadata.xml b/ros-meta/imu_tools/metadata.xml new file mode 100644 index 00000000000..0be33667fd3 --- /dev/null +++ b/ros-meta/imu_tools/metadata.xml @@ -0,0 +1,11 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + + ccny-ros-pkg/imu_tools + +