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 122711382C5 for ; Mon, 18 May 2020 15:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE9B1E0897; Mon, 18 May 2020 15:18:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 996EDE0897 for ; Mon, 18 May 2020 15:18:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 009B134F09D for ; Mon, 18 May 2020 15:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2536B25A for ; Mon, 18 May 2020 15:18:39 +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: <1589815102.63505b01857ead062adc9c3cb922da6ee7c29e2a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/fake_localization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/fake_localization/fake_localization-1.16.6.ebuild dev-ros/fake_localization/fake_localization-9999.ebuild X-VCS-Directories: dev-ros/fake_localization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 63505b01857ead062adc9c3cb922da6ee7c29e2a X-VCS-Branch: master Date: Mon, 18 May 2020 15:18:39 +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: 138ec7c5-f4d1-4db2-8c25-dd89ca075e2e X-Archives-Hash: c526b2d8c1c92fb8e2d6ca6b0a5c6c93 commit: 63505b01857ead062adc9c3cb922da6ee7c29e2a Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 14:53:47 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon May 18 15:18:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63505b01 dev-ros/fake_localization: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/fake_localization/fake_localization-1.16.6.ebuild | 11 +++++++---- dev-ros/fake_localization/fake_localization-9999.ebuild | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/dev-ros/fake_localization/fake_localization-1.16.6.ebuild b/dev-ros/fake_localization/fake_localization-1.16.6.ebuild index 377d0c00a6c..d5a94a8dd17 100644 --- a/dev-ros/fake_localization/fake_localization-1.16.6.ebuild +++ b/dev-ros/fake_localization/fake_localization-1.16.6.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/ros-planning/navigation" ROS_SUBDIR=${PN} KEYWORDS="~amd64 ~arm" @@ -20,10 +20,13 @@ RDEPEND=" dev-ros/roscpp dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/rosconsole - dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/tf2_ros dev-ros/message_filters +" +DEPEND="${RDEPEND} dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" diff --git a/dev-ros/fake_localization/fake_localization-9999.ebuild b/dev-ros/fake_localization/fake_localization-9999.ebuild index 377d0c00a6c..d5a94a8dd17 100644 --- a/dev-ros/fake_localization/fake_localization-9999.ebuild +++ b/dev-ros/fake_localization/fake_localization-9999.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/ros-planning/navigation" ROS_SUBDIR=${PN} KEYWORDS="~amd64 ~arm" @@ -20,10 +20,13 @@ RDEPEND=" dev-ros/roscpp dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/rosconsole - dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/tf2_ros dev-ros/message_filters +" +DEPEND="${RDEPEND} dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}"