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 2D2D0138359 for ; Mon, 21 Sep 2020 13:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C34E084A; Mon, 21 Sep 2020 13:47:31 +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 0EA3DE0837 for ; Mon, 21 Sep 2020 13:47:31 +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 9D4C7340E23 for ; Mon, 21 Sep 2020 13:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180C8378 for ; Mon, 21 Sep 2020 13:47:28 +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: <1600696027.c3cc585b171e72d60b8ada7d45ce4dfc624afdea.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbridge_server/Manifest dev-ros/rosbridge_server/rosbridge_server-0.11.10.ebuild X-VCS-Directories: dev-ros/rosbridge_server/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c3cc585b171e72d60b8ada7d45ce4dfc624afdea X-VCS-Branch: master Date: Mon, 21 Sep 2020 13:47:28 +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: daf882cd-3409-4430-bbbd-9f1fddd8cd1a X-Archives-Hash: ba689198c7fa6e991302765eaaf5483b commit: c3cc585b171e72d60b8ada7d45ce4dfc624afdea Author: Alexis Ballier gentoo org> AuthorDate: Mon Sep 21 10:46:44 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 21 13:47:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cc585b dev-ros/rosbridge_server: Bump to 0.11.10. Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosbridge_server/Manifest | 1 + .../rosbridge_server-0.11.10.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-ros/rosbridge_server/Manifest b/dev-ros/rosbridge_server/Manifest index ae35be42cc8..c29284bcfc7 100644 --- a/dev-ros/rosbridge_server/Manifest +++ b/dev-ros/rosbridge_server/Manifest @@ -1 +1,2 @@ +DIST rosbridge_suite-0.11.10.tar.gz 112955 BLAKE2B 82d9ee61d57876795a14b425d5037ac811d8fa7eed46be4a792244582dc620107973ad5bb05f5131618b124e2624a4e54047f795771be0a79de28a8d003f0a6d SHA512 0bd038792c75e451e92a242724a104a0e2e16d807e300db88317a4093a783813c218ebd76793c77352ba3c8155451cd20cb7154cf957ef22e821f4e76d37e88d DIST rosbridge_suite-0.11.9.tar.gz 112209 BLAKE2B 7c874b397f8bf4f5d131e6ec40c6940e0648a0a401d270172b328cb0207b4d3974a37ebb776fc219adbbb77c24a8e77e20b24a93dc2edb3b41e157908648ed68 SHA512 a46aff0ca8b31a08f45c73af89296000d285cb6ca53587b0c2c0bd55c4a43bec2c86c4937082b59e2b6bd78793a3a2a1762aebc1223af0e1ba0d1c18f7d50963 diff --git a/dev-ros/rosbridge_server/rosbridge_server-0.11.10.ebuild b/dev-ros/rosbridge_server/rosbridge_server-0.11.10.ebuild new file mode 100644 index 00000000000..d0bbe719c0a --- /dev/null +++ b/dev-ros/rosbridge_server/rosbridge_server-0.11.10.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="A WebSocket interface to rosbridge" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosbridge_library[${PYTHON_SINGLE_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosbridge_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosapi[${PYTHON_SINGLE_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosauth[${PYTHON_SINGLE_USEDEP}] + + $(python_gen_cond_dep "www-servers/tornado[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/autobahn[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/twisted[\${PYTHON_USEDEP}]") + " +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] ) +"