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 319B759CAD for ; Fri, 1 Apr 2016 05:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A396821C0C5; Fri, 1 Apr 2016 05:29:39 +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 CDAF921C0BB for ; Fri, 1 Apr 2016 05:29:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E581133BE19 for ; Fri, 1 Apr 2016 05:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E037D for ; Fri, 1 Apr 2016 05:29:34 +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: <1459488567.c47f6e3a92126ba521e67d22fbff1b46a049e513.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/qt_gui_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/qt_gui_core/Manifest ros-meta/qt_gui_core/qt_gui_core-0.2.30.ebuild X-VCS-Directories: ros-meta/qt_gui_core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c47f6e3a92126ba521e67d22fbff1b46a049e513 X-VCS-Branch: master Date: Fri, 1 Apr 2016 05:29:34 +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: 3a0d90b1-c26c-450f-91e0-09df5334cb08 X-Archives-Hash: 63a1f1d2e4585df7056e60857ae2ee14 commit: c47f6e3a92126ba521e67d22fbff1b46a049e513 Author: Alexis Ballier gentoo org> AuthorDate: Fri Apr 1 05:26:08 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Apr 1 05:29:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47f6e3a ros-meta/qt_gui_core: Bump to 0.2.30. Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/qt_gui_core/Manifest | 1 + ros-meta/qt_gui_core/qt_gui_core-0.2.30.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/ros-meta/qt_gui_core/Manifest b/ros-meta/qt_gui_core/Manifest index 85ca418..436b5e1 100644 --- a/ros-meta/qt_gui_core/Manifest +++ b/ros-meta/qt_gui_core/Manifest @@ -1 +1,2 @@ DIST qt_gui_core-0.2.29.tar.gz 85881 SHA256 7c51b4fd7e795e37e3f8a4b691a5e520466105fdddbc85e194c10c608fe7448c SHA512 958526a3bd76070e121d75a82c589894aef980870091cb853802fcb60328b54cbc95ee0c9eececa18e24608808cca2c722c5699b662c2a578f150995171d71db WHIRLPOOL f83328ce59fd9cd8db5a066f1a2a93bde54b28268891b18cf73b31d5584b0dc7f932350a39e729c97be3bc3b6780422dd2538321f29b0acd13d06387e0054975 +DIST qt_gui_core-0.2.30.tar.gz 86567 SHA256 d2c7240161dd84b02b024a66119d122a7607dd0e27a299d53d1c75c36d203847 SHA512 4a9671c8814f16a371e77840d6df268e763ce5932d6e85842af34ee5322701ffa19d97d4d75b4fb6d4d272497281462296dc9cfc25d4efd96246a88a8ee08978 WHIRLPOOL c072605d884a051a03ea3e77147fce7e7f3f94c4b5eb253779022a18cf3141d357fdb9fc45c9b5b6917d3e73cc2cfde4d384d64de26f164b4920911965be20e7 diff --git a/ros-meta/qt_gui_core/qt_gui_core-0.2.30.ebuild b/ros-meta/qt_gui_core/qt_gui_core-0.2.30.ebuild new file mode 100644 index 0000000..34851c9 --- /dev/null +++ b/ros-meta/qt_gui_core/qt_gui_core-0.2.30.ebuild @@ -0,0 +1,25 @@ +# 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/qt_gui_core" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/qt_dotgraph + dev-ros/qt_gui + dev-ros/qt_gui_app + dev-ros/qt_gui_cpp + dev-ros/qt_gui_py_common +" +DEPEND="${RDEPEND}"