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 82C4E138359 for ; Wed, 15 Jul 2020 15:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AD9E08F5; Wed, 15 Jul 2020 15:36:06 +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 1CE8DE08F5 for ; Wed, 15 Jul 2020 15:36:06 +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 284B734EEE9 for ; Wed, 15 Jul 2020 15:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3C452EB for ; Wed, 15 Jul 2020 15:36:00 +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: <1594827351.7281c8da8fc739df880b89152acc99eddff25c2f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_library/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbridge_library/rosbridge_library-9999.ebuild X-VCS-Directories: dev-ros/rosbridge_library/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7281c8da8fc739df880b89152acc99eddff25c2f X-VCS-Branch: master Date: Wed, 15 Jul 2020 15:36:00 +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: c3ac4ff2-bf09-49f8-9c35-d74f25e85fb4 X-Archives-Hash: ef141a7deb6bb0b47ff43740afc10877 commit: 7281c8da8fc739df880b89152acc99eddff25c2f Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 15 15:12:53 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 15 15:35:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7281c8da dev-ros/rosbridge_library: update live ebuild Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosbridge_library/rosbridge_library-9999.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild b/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild index 9ebd079262d..8436b3242e6 100644 --- a/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild +++ b/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild @@ -1,34 +1,34 @@ -# Copyright 1999-2018 Gentoo Authors +# 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/RobotWebTools/rosbridge_suite" KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" inherit ros-catkin -DESCRIPTION="Core rosbridge package responsible for interpreting JSON and performing the appropriate ROS action" +DESCRIPTION="Core rosbridge package for parsing JSON and performing the appropriate action" LICENSE="BSD" SLOT="0" IUSE="" RDEPEND=" dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/roscpp[${PYTHON_USEDEP}] + dev-ros/rosgraph[${PYTHON_USEDEP}] dev-ros/rosservice[${PYTHON_USEDEP}] dev-ros/rostopic[${PYTHON_USEDEP}] - dev-ros/rosgraph[${PYTHON_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-python/pymongo[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] - dev-python/cbor[${PYTHON_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-python/pymongo[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( + dev-ros/rostest[${PYTHON_USEDEP}] dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]