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 934CA1396D9 for ; Sat, 4 Nov 2017 11:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48007E0E40; Sat, 4 Nov 2017 11:06:08 +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 2C1D6E0E40 for ; Sat, 4 Nov 2017 11:06:08 +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 56DA6341765 for ; Sat, 4 Nov 2017 11:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D93CB94A6 for ; Sat, 4 Nov 2017 11:06:03 +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: <1509793553.ec7e9a38b63eb8a4066b231fe97ee7cb8a13e365.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.3.8.ebuild X-VCS-Directories: ros-meta/qt_gui_core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ec7e9a38b63eb8a4066b231fe97ee7cb8a13e365 X-VCS-Branch: master Date: Sat, 4 Nov 2017 11:06:03 +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: 99e8a827-2897-4d9c-98d8-5e02d5eab4a2 X-Archives-Hash: 75bfc5d0261997007d11774f1cb5637c commit: ec7e9a38b63eb8a4066b231fe97ee7cb8a13e365 Author: Alexis Ballier gentoo org> AuthorDate: Sat Nov 4 10:44:03 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Nov 4 11:05:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7e9a38 ros-meta/qt_gui_core: Bump to 0.3.8. Package-Manager: Portage-2.3.13, Repoman-2.3.4 ros-meta/qt_gui_core/Manifest | 1 + ros-meta/qt_gui_core/qt_gui_core-0.3.8.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/ros-meta/qt_gui_core/Manifest b/ros-meta/qt_gui_core/Manifest index 48c9af2167b..73bb7d94a7a 100644 --- a/ros-meta/qt_gui_core/Manifest +++ b/ros-meta/qt_gui_core/Manifest @@ -1 +1,2 @@ DIST qt_gui_core-0.3.6.tar.gz 90705 SHA256 32c8ee990b6aca5d53a856071fb718fa6e92ffc4951e76df96496abeac75df8d SHA512 bdd824010552af098f2b9294aef18c73413a1f76fe1cf61daccf9d9f17d7d16f6a9a1ec11c157460c1b89d6c44f21fccbdcab813ca42c052a6bc46de52f86ab0 WHIRLPOOL d2ba2bb42580ca7639669e144766cf8e7411e1879c72cfed055c3e78e3caf1bc3a7a294cec2270c103e000c9ad334cb0b1da8f7d210c0fffa484d92194d60b19 +DIST qt_gui_core-0.3.8.tar.gz 91248 SHA256 cf12b52bcb1a75f6b3278715050b06e6420a974cae531c4f1958e7f843341f74 SHA512 aec926adffc9f1ab84d7d5cccb207d87254496b37e9e2e4c430de191917823424751206647d61821a65dec0aad3241dab22c85f21980fbe1a4bf114bb2c29d70 WHIRLPOOL b859fb21564410b61c378e04d02c5b15527d68b81d8334e2e18ce7bac7b1d675a3af94c94d13984087cf7c3a5e88226d46834555c9bec9f50d7e39501b5b8fad diff --git a/ros-meta/qt_gui_core/qt_gui_core-0.3.8.ebuild b/ros-meta/qt_gui_core/qt_gui_core-0.3.8.ebuild new file mode 100644 index 00000000000..7942d12d336 --- /dev/null +++ b/ros-meta/qt_gui_core/qt_gui_core-0.3.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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}"