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 4D99F138359 for ; Thu, 9 Jul 2020 11:45:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45EDE0833; Thu, 9 Jul 2020 11:45:45 +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 9959CE0831 for ; Thu, 9 Jul 2020 11:45: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 9625D34EE47 for ; Thu, 9 Jul 2020 11:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A0822E0 for ; Thu, 9 Jul 2020 11:45:40 +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: <1594295130.dd3455fef4a8b50a140fb965b9eb274d8d54c1f7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_view/image_view-1.15.2.ebuild dev-ros/image_view/image_view-9999.ebuild X-VCS-Directories: dev-ros/image_view/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: dd3455fef4a8b50a140fb965b9eb274d8d54c1f7 X-VCS-Branch: master Date: Thu, 9 Jul 2020 11:45:40 +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: b3621e02-0e9d-4525-8362-b9ecb5a027f9 X-Archives-Hash: 3852aa68e1bfe68969b13a91da463795 commit: dd3455fef4a8b50a140fb965b9eb274d8d54c1f7 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 9 11:35:53 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 9 11:45:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3455fe dev-ros/image_view: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/image_view/image_view-1.15.2.ebuild | 8 ++++---- dev-ros/image_view/image_view-9999.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-ros/image_view/image_view-1.15.2.ebuild b/dev-ros/image_view/image_view-1.15.2.ebuild index e471e1508b6..db425e97118 100644 --- a/dev-ros/image_view/image_view-1.15.2.ebuild +++ b/dev-ros/image_view/image_view-1.15.2.ebuild @@ -1,10 +1,9 @@ # 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-perception/image_pipeline" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin @@ -26,9 +25,10 @@ RDEPEND=" dev-ros/rosconsole dev-libs/console_bridge:= dev-ros/roscpp + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" diff --git a/dev-ros/image_view/image_view-9999.ebuild b/dev-ros/image_view/image_view-9999.ebuild index b9c0dff05ba..db425e97118 100644 --- a/dev-ros/image_view/image_view-9999.ebuild +++ b/dev-ros/image_view/image_view-9999.ebuild @@ -1,10 +1,9 @@ -# 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/ros-perception/image_pipeline" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin @@ -26,9 +25,10 @@ RDEPEND=" dev-ros/rosconsole dev-libs/console_bridge:= dev-ros/roscpp + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}"