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 448E41382C5 for ; Mon, 18 May 2020 15:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B223E08AE; Mon, 18 May 2020 15:18:45 +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 2854FE08AE for ; Mon, 18 May 2020 15:18:45 +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 C9F4F34F09C for ; Mon, 18 May 2020 15:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE96267 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: <1589815105.8ce1ea854d1e5d9ee07b7b7cbc419942eff3e8ab.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gazebo_plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/gazebo_plugins/gazebo_plugins-2.8.7.ebuild dev-ros/gazebo_plugins/gazebo_plugins-9999.ebuild X-VCS-Directories: dev-ros/gazebo_plugins/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8ce1ea854d1e5d9ee07b7b7cbc419942eff3e8ab 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: 5b3a5a34-1e06-43e6-a085-5b8e2fbab808 X-Archives-Hash: bcc4e8630f30e9e68ec1f307caaa3ac0 commit: 8ce1ea854d1e5d9ee07b7b7cbc419942eff3e8ab Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 15:13:39 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon May 18 15:18:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce1ea85 dev-ros/gazebo_plugins: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/gazebo_plugins/gazebo_plugins-2.8.7.ebuild | 20 +++++++++++--------- dev-ros/gazebo_plugins/gazebo_plugins-9999.ebuild | 20 +++++++++++--------- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/dev-ros/gazebo_plugins/gazebo_plugins-2.8.7.ebuild b/dev-ros/gazebo_plugins/gazebo_plugins-2.8.7.ebuild index 4d6a5baf32c..f7bd8731a74 100644 --- a/dev-ros/gazebo_plugins/gazebo_plugins-2.8.7.ebuild +++ b/dev-ros/gazebo_plugins/gazebo_plugins-2.8.7.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-simulation/gazebo_ros_pkgs" KEYWORDS="~amd64" PYTHON_COMPAT=( python2_7 ) @@ -17,22 +17,17 @@ IUSE="" RDEPEND=" dev-ros/gazebo_dev - dev-ros/gazebo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp dev-ros/rospy dev-ros/nodelet dev-ros/angles dev-ros/std_srvs - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/urdf dev-ros/tf dev-ros/tf2_ros dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] dev-ros/driver_base[${PYTHON_USEDEP}] - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pcl_conversions dev-ros/image_transport dev-ros/rosconsole @@ -41,7 +36,6 @@ RDEPEND=" dev-ros/polled_camera dev-ros/diagnostic_updater dev-ros/camera_info_manager - dev-ros/moveit_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-libs/libxml2 >=sci-electronics/gazebo-7:= dev-libs/protobuf:= @@ -50,5 +44,13 @@ RDEPEND=" dev-libs/boost:= dev-ros/roslib[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/gazebo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/moveit_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" PATCHES=( "${FILESDIR}/ocv4.patch" ) diff --git a/dev-ros/gazebo_plugins/gazebo_plugins-9999.ebuild b/dev-ros/gazebo_plugins/gazebo_plugins-9999.ebuild index 4d6a5baf32c..f7bd8731a74 100644 --- a/dev-ros/gazebo_plugins/gazebo_plugins-9999.ebuild +++ b/dev-ros/gazebo_plugins/gazebo_plugins-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-simulation/gazebo_ros_pkgs" KEYWORDS="~amd64" PYTHON_COMPAT=( python2_7 ) @@ -17,22 +17,17 @@ IUSE="" RDEPEND=" dev-ros/gazebo_dev - dev-ros/gazebo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp dev-ros/rospy dev-ros/nodelet dev-ros/angles dev-ros/std_srvs - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/urdf dev-ros/tf dev-ros/tf2_ros dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] dev-ros/driver_base[${PYTHON_USEDEP}] - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pcl_conversions dev-ros/image_transport dev-ros/rosconsole @@ -41,7 +36,6 @@ RDEPEND=" dev-ros/polled_camera dev-ros/diagnostic_updater dev-ros/camera_info_manager - dev-ros/moveit_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-libs/libxml2 >=sci-electronics/gazebo-7:= dev-libs/protobuf:= @@ -50,5 +44,13 @@ RDEPEND=" dev-libs/boost:= dev-ros/roslib[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/gazebo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/moveit_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" PATCHES=( "${FILESDIR}/ocv4.patch" )