From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A92F059CAF for ; Tue, 5 Apr 2016 10:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B254021C033; Tue, 5 Apr 2016 10:55:38 +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 24A2F21C02C for ; Tue, 5 Apr 2016 10:55:37 +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 549A7340DCD for ; Tue, 5 Apr 2016 10:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC5085E for ; Tue, 5 Apr 2016 10:55:31 +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: <1459853639.028351bb9bc3cba817da7fc7f4837d9dfe2d7d80.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/rqt/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/rqt/Manifest ros-meta/rqt/rqt-0.3.1.ebuild X-VCS-Directories: ros-meta/rqt/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 028351bb9bc3cba817da7fc7f4837d9dfe2d7d80 X-VCS-Branch: master Date: Tue, 5 Apr 2016 10:55:31 +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: d03b17fe-e093-4ec1-9cd6-cf6c3ffab826 X-Archives-Hash: d57b086c7cf25a365059374a7b4a9c3f commit: 028351bb9bc3cba817da7fc7f4837d9dfe2d7d80 Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 5 10:39:55 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 5 10:53:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028351bb ros-meta/rqt: Bump to 0.3.1. Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/rqt/Manifest | 1 + ros-meta/rqt/rqt-0.3.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/ros-meta/rqt/Manifest b/ros-meta/rqt/Manifest index 4bd724f..8146a96 100644 --- a/ros-meta/rqt/Manifest +++ b/ros-meta/rqt/Manifest @@ -1 +1,2 @@ DIST rqt-0.2.14.tar.gz 96624 SHA256 0b80921c0a1f0811ede8afe16b5479f44c3cb085b23d6e81560a4b7874f565af SHA512 852933ae34ecd996c979de5d8431fb9e7c15f43570fdc6b82336098ab2859670407cb8f2319665bfbfaa815221c6e8a1698fe12349d2092fd98f632c4a0d92f5 WHIRLPOOL 56c2e3b24b10bcaee19523c32f6f63581290a20dbce6112e2327578dd5ecebf3f78e40274d12c5a253005c91f63889c6fb40b011c2e49c7ba2f4b2851dc23e42 +DIST rqt-0.3.1.tar.gz 96715 SHA256 38d6b23dc371406209129172ac259b10a5ae68d3047da7bd88b252f89e6604d8 SHA512 d47da0d872ae16fa0b6b894a181077328e8a88a49974d7e15050435d1f046e4ca702e31211e986298c46cd9ef1af5594e3876ebfb5556dae3eceae2a188909c7 WHIRLPOOL 3f86fc044b9dc63f13bff9855d4e26662f6a551c4c760352aaa4df904f9bb38277fe89d8ed5f29d417770b1039214f0d6eb9499163ff0fce2a73ffd2afa1418f diff --git a/ros-meta/rqt/rqt-0.3.1.ebuild b/ros-meta/rqt/rqt-0.3.1.ebuild new file mode 100644 index 0000000..29e3a97 --- /dev/null +++ b/ros-meta/rqt/rqt-0.3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros-visualization/rqt" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Qt-based framework for GUI development for ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rqt_gui + dev-ros/rqt_gui_cpp + dev-ros/rqt_gui_py +" +DEPEND="${RDEPEND}"