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 6431E1382C5 for ; Mon, 18 May 2020 16:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 114D1E08A6; Mon, 18 May 2020 16:35:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F0383E08AE for ; Mon, 18 May 2020 16:35:17 +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 25FB634F086 for ; Mon, 18 May 2020 16:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 582B325E for ; Mon, 18 May 2020 16:35:14 +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: <1589819701.e87e417e0dc402a376c126ca6b6016720bb1cae1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/xmlrpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild X-VCS-Directories: dev-ros/xmlrpcpp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e87e417e0dc402a376c126ca6b6016720bb1cae1 X-VCS-Branch: master Date: Mon, 18 May 2020 16:35:14 +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: 37018407-ad9d-4f01-b784-7a0700b2deb0 X-Archives-Hash: 145c7e79055217cbed538ea590ffdcfa commit: e87e417e0dc402a376c126ca6b6016720bb1cae1 Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 16:19:51 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon May 18 16:35:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87e417e dev-ros/xmlrpcpp: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild | 2 +- dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild index 0e4f1eeed2e..605e02ba781 100644 --- a/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild +++ b/dev-ros/xmlrpcpp/xmlrpcpp-1.15.4.ebuild @@ -1,7 +1,7 @@ # 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" diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild index dcc5fc87cd2..605e02ba781 100644 --- a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild +++ b/dev-ros/xmlrpcpp/xmlrpcpp-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/ros/ros_comm" KEYWORDS="~amd64 ~arm"