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 EB8B91382C5 for ; Mon, 18 May 2020 16:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C7F3E0884; Mon, 18 May 2020 16:54:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 61CB7E08A8 for ; Mon, 18 May 2020 16:54:47 +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 5AF6B34F097 for ; Mon, 18 May 2020 16:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 754A2258 for ; Mon, 18 May 2020 16:54:43 +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: <1589820876.4ab8a3265c1739626d74b15fb150e8916baa360c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_camera_calibration/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild X-VCS-Directories: dev-ros/visp_camera_calibration/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4ab8a3265c1739626d74b15fb150e8916baa360c X-VCS-Branch: master Date: Mon, 18 May 2020 16:54:43 +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: e3ed701b-bbd9-4886-b4a8-e4cc93c1fa6b X-Archives-Hash: 730bb2bff076e4232798b302dec9deee commit: 4ab8a3265c1739626d74b15fb150e8916baa360c Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 16:41:22 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon May 18 16:54:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab8a326 dev-ros/visp_camera_calibration: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> .../visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild | 8 ++++---- .../visp_camera_calibration/visp_camera_calibration-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild index 37777151105..9ca3a9dedfc 100644 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild @@ -1,13 +1,12 @@ # 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/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/sensor_msgs dev-ros/std_msgs" inherit ros-catkin @@ -19,13 +18,14 @@ IUSE="" RDEPEND=" dev-ros/camera_calibration_parsers - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp dev-ros/visp_bridge sci-libs/ViSP:= dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" if [ "${PV#9999}" = "${PV}" ] ; then S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" fi diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild index 37777151105..9ca3a9dedfc 100644 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild @@ -1,13 +1,12 @@ # 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/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/sensor_msgs dev-ros/std_msgs" inherit ros-catkin @@ -19,13 +18,14 @@ IUSE="" RDEPEND=" dev-ros/camera_calibration_parsers - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp dev-ros/visp_bridge sci-libs/ViSP:= dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" if [ "${PV#9999}" = "${PV}" ] ; then S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" fi