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 CB4001382C5 for ; Mon, 18 May 2020 16:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CF06E08A8; Mon, 18 May 2020 16:54:47 +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 428EAE0884 for ; Mon, 18 May 2020 16:54:47 +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 458A134ED5E 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 87EE6259 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.44d72a3f506af38ae73e715830bb962365199da3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild dev-ros/visp_bridge/visp_bridge-9999.ebuild X-VCS-Directories: dev-ros/visp_bridge/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 44d72a3f506af38ae73e715830bb962365199da3 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: 835163f4-300b-4b05-b3e6-9fa048247216 X-Archives-Hash: 366a47591183c8501de18f0126cd0135 commit: 44d72a3f506af38ae73e715830bb962365199da3 Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 16:42:31 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=44d72a3f dev-ros/visp_bridge: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild | 13 +++++++------ dev-ros/visp_bridge/visp_bridge-9999.ebuild | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild b/dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild index f6afcabe1f3..ad50242778c 100644 --- a/dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild +++ b/dev-ros/visp_bridge/visp_bridge-0.11.1.ebuild @@ -1,7 +1,7 @@ -# 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/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" @@ -16,14 +16,15 @@ IUSE="" RDEPEND=" sci-libs/ViSP:=[xml] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/camera_calibration_parsers dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_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_bridge/visp_bridge-9999.ebuild b/dev-ros/visp_bridge/visp_bridge-9999.ebuild index 624171a2b1b..ad50242778c 100644 --- a/dev-ros/visp_bridge/visp_bridge-9999.ebuild +++ b/dev-ros/visp_bridge/visp_bridge-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 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/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" @@ -16,14 +16,15 @@ IUSE="" RDEPEND=" sci-libs/ViSP:=[xml] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/camera_calibration_parsers dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" if [ "${PV#9999}" = "${PV}" ] ; then S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" fi