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 061901382C5 for ; Thu, 12 Apr 2018 18:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D91CEE092F; Thu, 12 Apr 2018 18:51:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A09D0E092C for ; Thu, 12 Apr 2018 18:51:13 +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 797C0335C60 for ; Thu, 12 Apr 2018 18:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35AF528D for ; Thu, 12 Apr 2018 18:51:09 +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: <1523559059.d5eaba69abd5138f4fbe46cba9d371e92254c26c.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/Manifest dev-ros/rosbridge_library/rosbridge_library-0.9.0.ebuild X-VCS-Directories: dev-ros/rosbridge_library/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d5eaba69abd5138f4fbe46cba9d371e92254c26c X-VCS-Branch: master Date: Thu, 12 Apr 2018 18:51:09 +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-Archives-Salt: a262254a-a1d0-47d9-95b7-3e40c7727f77 X-Archives-Hash: a679667e3a4280513760459d2225677e commit: d5eaba69abd5138f4fbe46cba9d371e92254c26c Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 12 18:36:06 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Apr 12 18:50:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eaba69 dev-ros/rosbridge_library: Bump to 0.9.0. Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-ros/rosbridge_library/Manifest | 1 + .../rosbridge_library-0.9.0.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-ros/rosbridge_library/Manifest b/dev-ros/rosbridge_library/Manifest index ed2171a7069..27592f4610a 100644 --- a/dev-ros/rosbridge_library/Manifest +++ b/dev-ros/rosbridge_library/Manifest @@ -1 +1,2 @@ DIST rosbridge_suite-0.8.6.tar.gz 378267 BLAKE2B b5e72b7897feef66aa05603bcff00ba213844f700f56be97a7110f33a77e3aa848ca0c583d5509ee205dc01bf001181b1887e20ee89d8348bc5eb43fd5a829b0 SHA512 e935c20466a13cbcf00051a4f32bc981806244aecf314e09e9e0ca9e0e873ab098b14b5ca5839bf14f2d3dfb823ecc62bb4e26027d4d0ff3f52bf0385011fbf3 +DIST rosbridge_suite-0.9.0.tar.gz 89409 BLAKE2B e48f36b71d8c5bcbd1ede0a87015b231d45194f3410b4cfcc38d39089477418b1f40afb28d8df7beba2e5e99b4aafde53bbc3f9bf371f0434099d7730c6393ee SHA512 4d7a6c0c33da9bf42ff24a0add81cad5fec707ef7149bf929bd2aac92ea2fe6f42da21bd5349dadee05cacb69d7efdb7adb0c01fc01c8251e0503cb488a73364 diff --git a/dev-ros/rosbridge_library/rosbridge_library-0.9.0.ebuild b/dev-ros/rosbridge_library/rosbridge_library-0.9.0.ebuild new file mode 100644 index 00000000000..827c969a375 --- /dev/null +++ b/dev-ros/rosbridge_library/rosbridge_library-0.9.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +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" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${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}] + " +DEPEND="${RDEPEND} + test? ( + dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rospy_tutorials[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/stereo_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/trajectory_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/visualization_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + ) +"