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 513A81395E2 for ; Tue, 6 Dec 2016 14:14:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25FFFE0C29; Tue, 6 Dec 2016 14:14:34 +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 F3801E0C2B for ; Tue, 6 Dec 2016 14:14:33 +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 2FE46341597 for ; Tue, 6 Dec 2016 14:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE74B24BE for ; Tue, 6 Dec 2016 14:14:29 +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: <1481033657.417a00f8f0499afb49d81f72ddc18edc0de2aeb2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gazebo_ros_control/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild X-VCS-Directories: dev-ros/gazebo_ros_control/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 417a00f8f0499afb49d81f72ddc18edc0de2aeb2 X-VCS-Branch: master Date: Tue, 6 Dec 2016 14:14:29 +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: c9bea293-a22c-4ad1-a63f-d28d62f52f79 X-Archives-Hash: 7a3676531bc3a7678e5d5929090f2a73 commit: 417a00f8f0499afb49d81f72ddc18edc0de2aeb2 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 6 14:11:55 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 6 14:14:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417a00f8 dev-ros/gazebo_ros_control: forward port urdfdom1 patch. Package-Manager: portage-2.3.3 dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild b/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild index 7011c6f..3c8d579 100644 --- a/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild +++ b/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild @@ -22,10 +22,11 @@ RDEPEND=" dev-ros/hardware_interface dev-ros/transmission_interface dev-ros/pluginlib - dev-ros/joint_limits_interface - dev-ros/urdf - sci-electronics/gazebo + >=dev-ros/joint_limits_interface-0.11.0 + >=dev-ros/urdf-1.12.3-r1 dev-libs/urdfdom:= + sci-electronics/gazebo dev-libs/boost:=[threads] " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/urdfdom1.patch" )