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 989061382C5 for ; Mon, 18 May 2020 17:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E15D9E08C8; Mon, 18 May 2020 17:31:08 +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 C1FD0E08CD for ; Mon, 18 May 2020 17:31:08 +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 B27A734EFEE for ; Mon, 18 May 2020 17:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EFFD25C for ; Mon, 18 May 2020 17:31:05 +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: <1589823059.f5e0c7e4461ac2664482fa6f5218c0541b88f939.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/turtle_tf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/turtle_tf2/turtle_tf2-0.2.3.ebuild dev-ros/turtle_tf2/turtle_tf2-9999.ebuild X-VCS-Directories: dev-ros/turtle_tf2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f5e0c7e4461ac2664482fa6f5218c0541b88f939 X-VCS-Branch: master Date: Mon, 18 May 2020 17:31:05 +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: fba8cc34-8885-4d64-bd69-08c56dc5b6f1 X-Archives-Hash: 936ba0fffb95db8d79a4191416a31773 commit: f5e0c7e4461ac2664482fa6f5218c0541b88f939 Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 17:29:52 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon May 18 17:30:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e0c7e4 dev-ros/turtle_tf2: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/turtle_tf2/turtle_tf2-0.2.3.ebuild | 3 +-- dev-ros/turtle_tf2/turtle_tf2-9999.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-ros/turtle_tf2/turtle_tf2-0.2.3.ebuild b/dev-ros/turtle_tf2/turtle_tf2-0.2.3.ebuild index cd38a9e457a..f971ef911f0 100644 --- a/dev-ros/turtle_tf2/turtle_tf2-0.2.3.ebuild +++ b/dev-ros/turtle_tf2/turtle_tf2-0.2.3.ebuild @@ -1,11 +1,10 @@ # 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/geometry_tutorials" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin diff --git a/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild b/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild index 317903b4fac..f971ef911f0 100644 --- a/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild +++ b/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild @@ -1,11 +1,10 @@ -# 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/geometry_tutorials" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin