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 0B114138334 for ; Fri, 8 Jun 2018 12:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D65E088A; Fri, 8 Jun 2018 12:26:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E03B7E087B for ; Fri, 8 Jun 2018 12:26:45 +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 3CE37335CC0 for ; Fri, 8 Jun 2018 12:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 057CA2D6 for ; Fri, 8 Jun 2018 12:26:41 +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: <1528460789.2488710dd66f185fc015ff079f1a50118cb7c2b2.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.2.0.ebuild X-VCS-Directories: ros-meta/imu_tools/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2488710dd66f185fc015ff079f1a50118cb7c2b2 X-VCS-Branch: master Date: Fri, 8 Jun 2018 12:26:41 +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: 30fadd8b-811d-426b-a3f3-78dc53a3e396 X-Archives-Hash: 236b08dd2fa069f8744cad5664286ef2 commit: 2488710dd66f185fc015ff079f1a50118cb7c2b2 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 8 12:15:19 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 8 12:26:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2488710d ros-meta/imu_tools: Bump to 1.2.0. Package-Manager: Portage-2.3.40, Repoman-2.3.9 ros-meta/imu_tools/Manifest | 1 + ros-meta/imu_tools/imu_tools-1.2.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/ros-meta/imu_tools/Manifest b/ros-meta/imu_tools/Manifest index 5c6576ba801..f88e2c915d8 100644 --- a/ros-meta/imu_tools/Manifest +++ b/ros-meta/imu_tools/Manifest @@ -1 +1,2 @@ DIST imu_tools-1.1.5.tar.gz 1653083 BLAKE2B 8c0e84333455a5b4cae215a2e54b74ff828d00a426b9ab13f4048a72556b6a526dc4256a53dc3e21e098cc31ea6d21e0d508066a4627d01c27681ce0b3b18035 SHA512 5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a +DIST imu_tools-1.2.0.tar.gz 1653607 BLAKE2B 76cccfeae657188e3be3774bcb19c5edac94e7070a6fd8a01c8a56857297491568f978820e6f32467b031ceece4742e6c0fe926e5d59ad19a2f6fb1c037ac3ec SHA512 3f39a2ec539949a6881cc106122d663706ddd3ed03ed822b9370e56beb56f1349bfd668a71e443ab2b9d525c6a3a88fad053768764160d9d0f04c08ba1ad2f8e diff --git a/ros-meta/imu_tools/imu_tools-1.2.0.ebuild b/ros-meta/imu_tools/imu_tools-1.2.0.ebuild new file mode 100644 index 00000000000..a9db663f6fd --- /dev/null +++ b/ros-meta/imu_tools/imu_tools-1.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 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}"