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 8498E13832E for ; Tue, 26 Jul 2016 14:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED744E0B3E; Tue, 26 Jul 2016 14:55:07 +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 6C4ACE0B3E for ; Tue, 26 Jul 2016 14:55:07 +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 3443C3407D0 for ; Tue, 26 Jul 2016 14:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7121D7E2 for ; Tue, 26 Jul 2016 14:55: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: <1469544896.4c2029539fae2da9de1a4867ae926046ce49d0d5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/calibration_estimation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild dev-ros/calibration_estimation/calibration_estimation-0.10.14.ebuild dev-ros/calibration_estimation/calibration_estimation-9999.ebuild X-VCS-Directories: dev-ros/calibration_estimation/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4c2029539fae2da9de1a4867ae926046ce49d0d5 X-VCS-Branch: master Date: Tue, 26 Jul 2016 14:55: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: 95f3f57e-e511-4a07-9993-b583d580a113 X-Archives-Hash: 3e1a1a3c275b9f8b71e03dfc1c38b484 commit: 4c2029539fae2da9de1a4867ae926046ce49d0d5 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jul 26 14:48:46 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jul 26 14:54:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c202953 dev-ros/calibration_estimation: change dep on urdf_parser_py. Package-Manager: portage-2.3.0 dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild | 4 ++-- dev-ros/calibration_estimation/calibration_estimation-0.10.14.ebuild | 4 ++-- dev-ros/calibration_estimation/calibration_estimation-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild b/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild index b6c1e6f..3826a10 100644 --- a/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild +++ b/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,7 @@ RDEPEND=" dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/python_orocos_kdl[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] - dev-libs/urdfdom[${PYTHON_USEDEP}] + dev-python/urdf_parser_py[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/calibration_estimation/calibration_estimation-0.10.14.ebuild b/dev-ros/calibration_estimation/calibration_estimation-0.10.14.ebuild index b6c1e6f..3826a10 100644 --- a/dev-ros/calibration_estimation/calibration_estimation-0.10.14.ebuild +++ b/dev-ros/calibration_estimation/calibration_estimation-0.10.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,7 @@ RDEPEND=" dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/python_orocos_kdl[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] - dev-libs/urdfdom[${PYTHON_USEDEP}] + dev-python/urdf_parser_py[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/calibration_estimation/calibration_estimation-9999.ebuild b/dev-ros/calibration_estimation/calibration_estimation-9999.ebuild index b6c1e6f..3826a10 100644 --- a/dev-ros/calibration_estimation/calibration_estimation-9999.ebuild +++ b/dev-ros/calibration_estimation/calibration_estimation-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,7 @@ RDEPEND=" dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/python_orocos_kdl[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] - dev-libs/urdfdom[${PYTHON_USEDEP}] + dev-python/urdf_parser_py[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )"