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 8C29C139694 for ; Tue, 25 Apr 2017 06:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF9F21C073; Tue, 25 Apr 2017 06:40:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 613CC21C073 for ; Tue, 25 Apr 2017 06:40:36 +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 BCE71341693 for ; Tue, 25 Apr 2017 06:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 871D37454 for ; Tue, 25 Apr 2017 06:40:25 +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: <1493102413.84c1e04f89ff50970bb7aaca62d15d9cdfbfdbe2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_gui_py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_gui_py/Manifest dev-ros/rqt_gui_py/rqt_gui_py-0.5.0.ebuild X-VCS-Directories: dev-ros/rqt_gui_py/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 84c1e04f89ff50970bb7aaca62d15d9cdfbfdbe2 X-VCS-Branch: master Date: Tue, 25 Apr 2017 06:40:25 +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: 9639a064-806c-43ee-bcdc-950bedbff02f X-Archives-Hash: 78130963b539ec8304d7670b7f55ec76 commit: 84c1e04f89ff50970bb7aaca62d15d9cdfbfdbe2 Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 25 06:11:47 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 25 06:40:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c1e04f dev-ros/rqt_gui_py: Bump to 0.5.0. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ros/rqt_gui_py/Manifest | 1 + dev-ros/rqt_gui_py/rqt_gui_py-0.5.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ros/rqt_gui_py/Manifest b/dev-ros/rqt_gui_py/Manifest index 9c5f49cf8de..b713bca927c 100644 --- a/dev-ros/rqt_gui_py/Manifest +++ b/dev-ros/rqt_gui_py/Manifest @@ -1 +1,2 @@ DIST rqt-0.3.2.tar.gz 96823 SHA256 d1de217659e853e7818f59a8f675c794014b4ea17830fd5435e0fb5a298dfb4e SHA512 0a1400b1b18e0e6374fd61801378df83d022687a90b3e0067ec70c490018ed9429b9fd5345caa7bc6236dedec099198457507988aa594d876cc6991a03b33916 WHIRLPOOL 37dee13e7bd1364d8fd1dca5fb5093297854d0827d671e419fdad744f5d07b6909549d1fc13b7a4760f7dce946b4a5634e107bc5d584098a799eee9fd7f0d429 +DIST rqt-0.5.0.tar.gz 120992 SHA256 3f62f90db254e111483b9a7cb9d486d0bf07c863b2a987808dc3636ee7004c22 SHA512 5c91fe9bce5a7cb0cdc54b42667488d30c33bd57afd30cc8f2047b91b7aa7b8afd936090bfc76be5dbc8c6497623c1be4340e061503f5a65bc94faaad810597e WHIRLPOOL 1c6ac80ad727a3bc11898036b08fb5d1d1b56fc5dabc4328816018b79709407c3b7cdb095a85fbadff17730b91c33825a77f6756252b527b2c467f5366eade8c diff --git a/dev-ros/rqt_gui_py/rqt_gui_py-0.5.0.ebuild b/dev-ros/rqt_gui_py/rqt_gui_py-0.5.0.ebuild new file mode 100644 index 00000000000..146f59212af --- /dev/null +++ b/dev-ros/rqt_gui_py/rqt_gui_py-0.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros-visualization/rqt" +KEYWORDS="~amd64" +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Enables GUI plugins to use the Python client library for ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] + >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}] + >=dev-ros/rqt_gui-0.3.0[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"