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 1AD2C1382C5 for ; Mon, 18 May 2020 16:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B563E084A; Mon, 18 May 2020 16:54:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BD067E084A for ; Mon, 18 May 2020 16:54: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 8362234F080 for ; Mon, 18 May 2020 16:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05FA5244 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: <1589820875.344932bdc7e7f77767f8714c722f12734004abda.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_tracker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/visp_tracker/visp_tracker-0.11.1.ebuild dev-ros/visp_tracker/visp_tracker-9999.ebuild X-VCS-Directories: dev-ros/visp_tracker/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 344932bdc7e7f77767f8714c722f12734004abda 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: eda1c9ca-2735-4cde-b901-bccd0c5bf6ab X-Archives-Hash: 71dc05d94ddadd150a147e4517133d00 commit: 344932bdc7e7f77767f8714c722f12734004abda Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 16:38:00 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon May 18 16:54:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344932bd dev-ros/visp_tracker: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/visp_tracker/visp_tracker-0.11.1.ebuild | 5 ++--- dev-ros/visp_tracker/visp_tracker-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-ros/visp_tracker/visp_tracker-0.11.1.ebuild b/dev-ros/visp_tracker/visp_tracker-0.11.1.ebuild index 7f8945759d9..daf710861a2 100644 --- a/dev-ros/visp_tracker/visp_tracker-0.11.1.ebuild +++ b/dev-ros/visp_tracker/visp_tracker-0.11.1.ebuild @@ -1,13 +1,12 @@ -# 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-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" inherit ros-catkin diff --git a/dev-ros/visp_tracker/visp_tracker-9999.ebuild b/dev-ros/visp_tracker/visp_tracker-9999.ebuild index d4999b7b519..daf710861a2 100644 --- a/dev-ros/visp_tracker/visp_tracker-9999.ebuild +++ b/dev-ros/visp_tracker/visp_tracker-9999.ebuild @@ -1,13 +1,12 @@ -# 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/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/std_msgs dev-ros/geometry_msgs" inherit ros-catkin