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 DD215138359 for ; Fri, 10 Jul 2020 16:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50438E0875; Fri, 10 Jul 2020 16:02:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3CEBFE0875 for ; Fri, 10 Jul 2020 16:02:22 +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 70A4234F77C for ; Fri, 10 Jul 2020 16:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340AC2E0 for ; Fri, 10 Jul 2020 16:02:15 +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: <1594396923.57890d448eaaab792816f7fb60f8ad5a7df57f9f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/dwa_local_planner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/dwa_local_planner/dwa_local_planner-1.17.0.ebuild dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild X-VCS-Directories: dev-ros/dwa_local_planner/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 57890d448eaaab792816f7fb60f8ad5a7df57f9f X-VCS-Branch: master Date: Fri, 10 Jul 2020 16:02:15 +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: 998bf53e-4f6d-4774-8ca6-0e0eafe2a68d X-Archives-Hash: d0b851ee3cf552ea814b32e76b3f18cf commit: 57890d448eaaab792816f7fb60f8ad5a7df57f9f Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 15:47:56 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:02:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57890d44 dev-ros/dwa_local_planner: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/dwa_local_planner/dwa_local_planner-1.17.0.ebuild | 12 ++++++------ dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dev-ros/dwa_local_planner/dwa_local_planner-1.17.0.ebuild b/dev-ros/dwa_local_planner/dwa_local_planner-1.17.0.ebuild index 462c98c473a..1f4b4e4351f 100644 --- a/dev-ros/dwa_local_planner/dwa_local_planner-1.17.0.ebuild +++ b/dev-ros/dwa_local_planner/dwa_local_planner-1.17.0.ebuild @@ -1,11 +1,10 @@ # 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" -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin @@ -21,16 +20,17 @@ RDEPEND=" dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] dev-cpp/eigen:3 dev-ros/nav_core - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pluginlib - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp dev-ros/tf2 - dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2_ros dev-libs/boost:=[threads] dev-libs/console_bridge:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" diff --git a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild b/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild index c2b31d506c3..1f4b4e4351f 100644 --- a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild +++ b/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# 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" -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin @@ -21,16 +20,17 @@ RDEPEND=" dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] dev-cpp/eigen:3 dev-ros/nav_core - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pluginlib - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp dev-ros/tf2 - dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2_ros dev-libs/boost:=[threads] dev-libs/console_bridge:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +"