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 6F446138359 for ; Wed, 8 Jul 2020 17:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AA97E0784; Wed, 8 Jul 2020 17:30:38 +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 7FAC7E0784 for ; Wed, 8 Jul 2020 17:30:38 +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 5734934F3FE for ; Wed, 8 Jul 2020 17:30:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 062FD2CD for ; Wed, 8 Jul 2020 17:30:29 +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: <1594229414.c580a3a5f067762dae73473ee38b0b6499636fcf.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_rosbag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild dev-ros/test_rosbag/test_rosbag-9999.ebuild X-VCS-Directories: dev-ros/test_rosbag/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c580a3a5f067762dae73473ee38b0b6499636fcf X-VCS-Branch: master Date: Wed, 8 Jul 2020 17:30:29 +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: 4db44f1e-2e21-465b-b85d-f47089bb1c9f X-Archives-Hash: 8ddf50d33e47bdf38470d8ee346d5076 commit: c580a3a5f067762dae73473ee38b0b6499636fcf Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 8 17:02:04 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 8 17:30:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c580a3a5 dev-ros/test_rosbag: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild | 3 +-- dev-ros/test_rosbag/test_rosbag-9999.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild b/dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild index 9d9775c4523..d46919e137c 100644 --- a/dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild +++ b/dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild @@ -1,12 +1,11 @@ # 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/ros_comm" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=test/${PN} -PYTHON_COMPAT=( python2_7 ) CATKIN_HAS_MESSAGES=yes CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs" diff --git a/dev-ros/test_rosbag/test_rosbag-9999.ebuild b/dev-ros/test_rosbag/test_rosbag-9999.ebuild index 09da85f90f2..d46919e137c 100644 --- a/dev-ros/test_rosbag/test_rosbag-9999.ebuild +++ b/dev-ros/test_rosbag/test_rosbag-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2014 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/ros/ros_comm" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=test/${PN} -PYTHON_COMPAT=( python2_7 ) CATKIN_HAS_MESSAGES=yes CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs"