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 BEF2613832E for ; Tue, 16 Aug 2016 11:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F7D221C153; Tue, 16 Aug 2016 11:25:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CDB521C153 for ; Tue, 16 Aug 2016 11:25:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCD05340D30 for ; Tue, 16 Aug 2016 11:25:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E91D42455 for ; Tue, 16 Aug 2016 11:25:39 +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: <1471344417.51b897a3e9837859f4b703eae68798f7c754fc4b.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.7.16.ebuild X-VCS-Directories: dev-ros/rosbridge_library/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 51b897a3e9837859f4b703eae68798f7c754fc4b X-VCS-Branch: master Date: Tue, 16 Aug 2016 11:25:39 +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: a9817eca-0008-42f9-b62b-639a6b1e14fb X-Archives-Hash: e8d6ecb55621c7ee0490cea183d6c911 commit: 51b897a3e9837859f4b703eae68798f7c754fc4b Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 16 10:46:57 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 16 10:46:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b897a3 dev-ros/rosbridge_library: Bump to 0.7.16. Package-Manager: portage-2.3.0 dev-ros/rosbridge_library/Manifest | 1 + .../rosbridge_library-0.7.16.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-ros/rosbridge_library/Manifest b/dev-ros/rosbridge_library/Manifest index b6bdd86..6afff8d 100644 --- a/dev-ros/rosbridge_library/Manifest +++ b/dev-ros/rosbridge_library/Manifest @@ -1 +1,2 @@ DIST rosbridge_suite-0.7.15.tar.gz 369162 SHA256 5e37bdb3115a7dc96c6513c2dc405693b143ad1fde8117f80c3649b7938d7143 SHA512 c0cbc92e09c0a6b5f4af301107b5217f5fb4207afa9a4e5fd517f6bde9c71563a649ddd14d7b7c1c6a532e153e71e36172ea25e307f43a997a20bfb8bc63728a WHIRLPOOL 8c43582dc330c15fb55182ddf37409fb402b582a279a5f7231a2875906a07f2e7b45d67f870df31e57c12d33fa01c3c6f2aeb62bc613e9e1b70ee99e216aa2cb +DIST rosbridge_suite-0.7.16.tar.gz 369529 SHA256 f156cab48fe88bde0d1768481a52ae983d03bf5d990a9a46cd06229447462ad2 SHA512 212169fb1b812f4e6ee96bfb9a656aa4afa78f765c43d036013a80e8eec54d3ff7586fc3bd894a5c3efc4bb6df9c7d8b88f65ee74b35f8129c635d0b47d3eeb6 WHIRLPOOL 1161de5f4438d9339fb7f3bf2e4ba7b7ebc43c947f0483aedfa4f1fbc8f5bbf44627d664b654b34181f9d69e764585b357ccaa9af87027c53d61447d734e81b9 diff --git a/dev-ros/rosbridge_library/rosbridge_library-0.7.16.ebuild b/dev-ros/rosbridge_library/rosbridge_library-0.7.16.ebuild new file mode 100644 index 0000000..fc7a066 --- /dev/null +++ b/dev-ros/rosbridge_library/rosbridge_library-0.7.16.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}] + ) +"