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 47D8B1382C5 for ; Tue, 15 May 2018 06:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBDABE092D; Tue, 15 May 2018 06:37:17 +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 C76E4E092D for ; Tue, 15 May 2018 06:37:17 +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 E2A55335C7E for ; Tue, 15 May 2018 06:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19AC52A7 for ; Tue, 15 May 2018 06:37:14 +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: <1526365387.4cb9b58171667b5b2e601deb007e505a0db7b73a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_rviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_rviz/Manifest dev-ros/rqt_rviz/rqt_rviz-0.5.9.ebuild X-VCS-Directories: dev-ros/rqt_rviz/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4cb9b58171667b5b2e601deb007e505a0db7b73a X-VCS-Branch: master Date: Tue, 15 May 2018 06:37:14 +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: 675b7d9f-6fb2-40da-8d97-bce8d7d9f757 X-Archives-Hash: fbeffc24b581b800d2036dfd5d5a4a9c commit: 4cb9b58171667b5b2e601deb007e505a0db7b73a Author: Alexis Ballier gentoo org> AuthorDate: Tue May 15 06:23:07 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 15 06:23:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb9b581 dev-ros/rqt_rviz: bump to 0.5.9 Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-ros/rqt_rviz/Manifest | 1 + dev-ros/rqt_rviz/rqt_rviz-0.5.9.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ros/rqt_rviz/Manifest b/dev-ros/rqt_rviz/Manifest index 59992eb2102..eb52b0fa2ed 100644 --- a/dev-ros/rqt_rviz/Manifest +++ b/dev-ros/rqt_rviz/Manifest @@ -1 +1,2 @@ DIST rqt_rviz-0.5.8.tar.gz 5633 BLAKE2B c7d3c9888186911f39afe9ec23f7deb8c3da9590a7ee74e8b168ff4deae44d9021d152e41c013d0bc43a43795e70325a63b731887b59e83d585b2cd6176f1476 SHA512 ea2d06cf5da74de6ed8cd59bea586e0c963f1ce077fcb05638d53b0fd28e7ffde7bd265976efd0743ecdb86451fdba610f0b305170630ac910ecc9ab8590499c +DIST rqt_rviz-0.5.9.tar.gz 5650 BLAKE2B 53d54266bd0dcade1d834e41918fc628f59cff4acf5e25852527f421bd4d887c7beceeade060670963cb3c6dd6fdd1882727e6b659704360e35205683b1209c8 SHA512 911d25d13f90c4b54f0ff0d51fb59d560faf2aea07e88396587e3e32c175a33ebddb4264d9a60d74281ba77401fe39d6486567c37ef5f3e0637350183e1aadd1 diff --git a/dev-ros/rqt_rviz/rqt_rviz-0.5.9.ebuild b/dev-ros/rqt_rviz/rqt_rviz-0.5.9.ebuild new file mode 100644 index 00000000000..53f536b4de7 --- /dev/null +++ b/dev-ros/rqt_rviz/rqt_rviz-0.5.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 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_rviz" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="GUI plugin embedding RViz" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + dev-ros/pluginlib[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_cpp + >=dev-ros/qt_gui_cpp-0.3 + dev-qt/qtwidgets:5 + dev-ros/rviz + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND}"