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 D94C11382C5 for ; Sun, 4 Mar 2018 13:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31DE4E085B; Sun, 4 Mar 2018 13:34:35 +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 0F4ABE085B for ; Sun, 4 Mar 2018 13:34:33 +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 4DA81335C49 for ; Sun, 4 Mar 2018 13:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99B4A23C for ; Sun, 4 Mar 2018 13:34:30 +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: <1520170461.7f0f9ddc928c6816f7110feac79681cc9d4e5eec.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_plot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild dev-ros/rqt_plot/rqt_plot-9999.ebuild X-VCS-Directories: dev-ros/rqt_plot/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7f0f9ddc928c6816f7110feac79681cc9d4e5eec X-VCS-Branch: master Date: Sun, 4 Mar 2018 13:34:30 +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: 1d84b0e5-c177-4e15-957f-e456e82914bb X-Archives-Hash: 0963413f6c58019c305023dd16423bd0 commit: 7f0f9ddc928c6816f7110feac79681cc9d4e5eec Author: Alexis Ballier gentoo org> AuthorDate: Sun Mar 4 13:34:10 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Mar 4 13:34:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0f9ddc dev-ros/rqt_plot: drop pyqwt dep Closes: https://bugs.gentoo.org/649216 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild | 4 ++-- dev-ros/rqt_plot/rqt_plot-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild b/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild index 8e73e88e63a..845689ab273 100644 --- a/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild +++ b/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - || ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqwt:5[${PYTHON_USEDEP}] ) + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqtgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] diff --git a/dev-ros/rqt_plot/rqt_plot-9999.ebuild b/dev-ros/rqt_plot/rqt_plot-9999.ebuild index 8e73e88e63a..845689ab273 100644 --- a/dev-ros/rqt_plot/rqt_plot-9999.ebuild +++ b/dev-ros/rqt_plot/rqt_plot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - || ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqwt:5[${PYTHON_USEDEP}] ) + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqtgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}]