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 636631382C5 for ; Mon, 18 May 2020 16:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 031A2E08AE; Mon, 18 May 2020 16:54:48 +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 E2E79E08AE 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 8887E34F09D 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 BFDA425C 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.d725c710d9ca03bc518e29ba81fd40be02b97f5d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/uuid_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild dev-ros/uuid_msgs/uuid_msgs-9999.ebuild X-VCS-Directories: dev-ros/uuid_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d725c710d9ca03bc518e29ba81fd40be02b97f5d 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: 6ac35543-8ee8-4c1d-be36-8209d66759e8 X-Archives-Hash: f05c26638224584336a63596fa929279 commit: d725c710d9ca03bc518e29ba81fd40be02b97f5d Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 16:50:48 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=d725c710 dev-ros/uuid_msgs: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild | 3 +-- dev-ros/uuid_msgs/uuid_msgs-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild b/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild index f6a7bf8c8f9..46de7ab7ce7 100644 --- a/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild +++ b/dev-ros/uuid_msgs/uuid_msgs-1.0.6.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 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros-geographic-info/unique_identifier" VER_PREFIX=unique_identifier- KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" diff --git a/dev-ros/uuid_msgs/uuid_msgs-9999.ebuild b/dev-ros/uuid_msgs/uuid_msgs-9999.ebuild index f6a7bf8c8f9..46de7ab7ce7 100644 --- a/dev-ros/uuid_msgs/uuid_msgs-9999.ebuild +++ b/dev-ros/uuid_msgs/uuid_msgs-9999.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 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros-geographic-info/unique_identifier" VER_PREFIX=unique_identifier- KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"