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 82D24139694 for ; Tue, 25 Apr 2017 06:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0DFF21C099; Tue, 25 Apr 2017 06:40:50 +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 B079C21C099 for ; Tue, 25 Apr 2017 06:40:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 97C1F341690 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 9A5D27455 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: <1493102414.42cd066cfabba6e6c657dca321e1531e4e1e25b7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_py_common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_py_common/Manifest dev-ros/rqt_py_common/rqt_py_common-0.5.0.ebuild X-VCS-Directories: dev-ros/rqt_py_common/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 42cd066cfabba6e6c657dca321e1531e4e1e25b7 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: 3fd5ae7e-46f4-415e-be11-c9903a6d9f2a X-Archives-Hash: 5c2b88348d7038bc25ad41a049c72630 commit: 42cd066cfabba6e6c657dca321e1531e4e1e25b7 Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 25 06:11:50 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 25 06:40:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cd066c dev-ros/rqt_py_common: Bump to 0.5.0. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ros/rqt_py_common/Manifest | 1 + dev-ros/rqt_py_common/rqt_py_common-0.5.0.ebuild | 26 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ros/rqt_py_common/Manifest b/dev-ros/rqt_py_common/Manifest index 7bb8c4d7409..1ed673ab056 100644 --- a/dev-ros/rqt_py_common/Manifest +++ b/dev-ros/rqt_py_common/Manifest @@ -1 +1,2 @@ +DIST rqt-0.5.0.tar.gz 120992 SHA256 3f62f90db254e111483b9a7cb9d486d0bf07c863b2a987808dc3636ee7004c22 SHA512 5c91fe9bce5a7cb0cdc54b42667488d30c33bd57afd30cc8f2047b91b7aa7b8afd936090bfc76be5dbc8c6497623c1be4340e061503f5a65bc94faaad810597e WHIRLPOOL 1c6ac80ad727a3bc11898036b08fb5d1d1b56fc5dabc4328816018b79709407c3b7cdb095a85fbadff17730b91c33825a77f6756252b527b2c467f5366eade8c DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65 diff --git a/dev-ros/rqt_py_common/rqt_py_common-0.5.0.ebuild b/dev-ros/rqt_py_common/rqt_py_common-0.5.0.ebuild new file mode 100644 index 00000000000..bb0ac4b8ba2 --- /dev/null +++ b/dev-ros/rqt_py_common/rqt_py_common-0.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Common functionality for rqt plugins written in Python" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/qt_gui[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rostopic[${PYTHON_USEDEP}] + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"