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 3342113835A for ; Wed, 29 Jul 2020 12:21:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14697E0BEC; Wed, 29 Jul 2020 12:21:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DC995E0BEE for ; Wed, 29 Jul 2020 12:21:43 +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 9FB3834F47A for ; Wed, 29 Jul 2020 12:21:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB4F730F for ; Wed, 29 Jul 2020 12:21:37 +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: <1596025268.1ceb6fed655db1327e71511ea94674f7563e0c09.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/qt_gui_app/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/qt_gui_app/Manifest dev-ros/qt_gui_app/qt_gui_app-0.4.2.ebuild X-VCS-Directories: dev-ros/qt_gui_app/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1ceb6fed655db1327e71511ea94674f7563e0c09 X-VCS-Branch: master Date: Wed, 29 Jul 2020 12:21:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2a3c504-caaf-438f-b05a-17d0b93aead6 X-Archives-Hash: 65cc375c48ddf5406c16ae3649d70e47 commit: 1ceb6fed655db1327e71511ea94674f7563e0c09 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 29 12:11:32 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 29 12:21:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ceb6fed dev-ros/qt_gui_app: Bump to 0.4.2. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/qt_gui_app/Manifest | 1 + dev-ros/qt_gui_app/qt_gui_app-0.4.2.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ros/qt_gui_app/Manifest b/dev-ros/qt_gui_app/Manifest index 7f2e9c7fbeb..a69b42f56b2 100644 --- a/dev-ros/qt_gui_app/Manifest +++ b/dev-ros/qt_gui_app/Manifest @@ -1 +1,2 @@ DIST qt_gui_core-0.4.1.tar.gz 96850 BLAKE2B a8a4325d5462a0788a69661adb20b3bf1bc9e391344ced31468bf9ddbe7114a13a2ecd3dda580986bd0af98c837641bda3e3d6cd3c5d9fa3352c37817ace2ed4 SHA512 0c46f86f88a818107049d08db6682a320f47b1b4983c586e4c944a387c070c7e017fca2f4be9d251f8a907f15be439998b2d559bea51ffc724fa4afc5e75f67c +DIST qt_gui_core-0.4.2.tar.gz 97267 BLAKE2B 631996dd5b2a4e0aa557eb14a9dcb967377fce4923ada280d5894a733827f6f7d1aa240cc28261ee95a39171b03cba4f27f794ca3f9eb488d8b1953d237a9223 SHA512 a8b684d52eb1d4bfcdb6b63a989598d2098462d6fd93f26dd5a7eb0c0c9be9c324cb5d77b5e12c583253da4ce5edc544535bb9dd5a2f7966bf1642a7bd0ca421 diff --git a/dev-ros/qt_gui_app/qt_gui_app-0.4.2.ebuild b/dev-ros/qt_gui_app/qt_gui_app-0.4.2.ebuild new file mode 100644 index 00000000000..da15e6be029 --- /dev/null +++ b/dev-ros/qt_gui_app/qt_gui_app-0.4.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Instance of the integrated graphical user interface provided by qt_gui" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-ros/qt_gui-0.3.0[${PYTHON_SINGLE_USEDEP}] +" +DEPEND="${RDEPEND}"