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 3AD95139083 for ; Mon, 4 Dec 2017 21:51:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91F98E0FA3; Mon, 4 Dec 2017 21:50:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6E624E0FA3 for ; Mon, 4 Dec 2017 21:50:55 +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 7FA2633BF0B for ; Mon, 4 Dec 2017 21:50:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BFA0AE83 for ; Mon, 4 Dec 2017 21:50:50 +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: <1512423673.927d987feae28e4d4baefd90a7265afb185be9de.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_topic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_topic/Manifest dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild X-VCS-Directories: dev-ros/rqt_topic/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 927d987feae28e4d4baefd90a7265afb185be9de X-VCS-Branch: master Date: Mon, 4 Dec 2017 21:50:50 +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: 54b87423-004b-4a2e-81ed-0def2c67d53d X-Archives-Hash: 8f82516bb9b4891892bf1d9f04d9c5fb commit: 927d987feae28e4d4baefd90a7265afb185be9de Author: Alexis Ballier gentoo org> AuthorDate: Mon Dec 4 21:41:13 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Dec 4 21:41:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927d987f dev-ros/rqt_topic: bump to 0.4.10 Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-ros/rqt_topic/Manifest | 1 + dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-ros/rqt_topic/Manifest b/dev-ros/rqt_topic/Manifest index e7aca542212..93d17ba6fd8 100644 --- a/dev-ros/rqt_topic/Manifest +++ b/dev-ros/rqt_topic/Manifest @@ -1 +1,2 @@ +DIST rqt_topic-0.4.10.tar.gz 8907 BLAKE2B 92343432ddf3b2bd9dff600f088935ca6bceac0239f2818b9a5601a2702bac52c13526571c0be454c41dfe14f2d6baab48e6f95f004c233f474d5fc6ac943423 SHA512 d16c882091d7d2f5701a399faca4dfd5331bbf66b84222cfafcdfc8b362ccff667b9d13bfc2143d41b5d2261b98dde4e0e967c7123ec06b390c80b846a4beae0 DIST rqt_topic-0.4.9.tar.gz 8794 BLAKE2B c239e6a54bdcbe4bc2c55bd08a74d523399478ba19b2502f9f75038e2fa7ff949f3e0fd76ec25a3443a037f975eb04625fe37e7fa51240022cac28d979337ebb SHA512 ca7b9a9459406dbafcf58b23fe6695b7f5627326cf0c5f2b5d5bb61475c34200181d4702270a6bad59e23ea0706463e15839624d128f063db167cc5fb60182b9 diff --git a/dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild b/dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild new file mode 100644 index 00000000000..bf621ebec80 --- /dev/null +++ b/dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild @@ -0,0 +1,25 @@ +# 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_topic" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="GUI plugin for displaying debug information about ROS topics" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/rostopic[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] + dev-ros/std_msgs[${PYTHON_USEDEP}] + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"