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 12B84138359 for ; Thu, 9 Jul 2020 12:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC12E086D; Thu, 9 Jul 2020 12:33: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 C3223E0869 for ; Thu, 9 Jul 2020 12:33: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 E565E34F8C6 for ; Thu, 9 Jul 2020 12:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 561CA2EC for ; Thu, 9 Jul 2020 12:33:50 +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: <1594298020.0f609d6e368caa343bedd0369317a01bed4d46f2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/imu_filter_madgwick/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild X-VCS-Directories: dev-ros/imu_filter_madgwick/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0f609d6e368caa343bedd0369317a01bed4d46f2 X-VCS-Branch: master Date: Thu, 9 Jul 2020 12:33:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 092ac852-972b-4ca4-9d20-f64d9aa4499c X-Archives-Hash: b4492809b992d34a33ece65e525f7d27 commit: 0f609d6e368caa343bedd0369317a01bed4d46f2 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 9 12:29:27 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 9 12:33:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f609d6e dev-ros/imu_filter_madgwick: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild | 4 ++-- dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild index 1e374759407..a5d8615b30c 100644 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools" KEYWORDS="~amd64" @@ -9,7 +9,7 @@ ROS_SUBDIR=${PN} inherit ros-catkin -DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) magnetic readings from an IMU device" +DESCRIPTION="Fuses angular velocities, accelerations, and magnetic readings from an IMU" LICENSE="GPL-2" SLOT="0" IUSE="" diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild index 44fb87672c7..a5d8615b30c 100644 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools" KEYWORDS="~amd64" @@ -9,7 +9,7 @@ ROS_SUBDIR=${PN} inherit ros-catkin -DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) magnetic readings from an IMU device" +DESCRIPTION="Fuses angular velocities, accelerations, and magnetic readings from an IMU" LICENSE="GPL-2" SLOT="0" IUSE=""