From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8A4301384B4 for ; Tue, 24 Nov 2015 12:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDB7521C076; Tue, 24 Nov 2015 12:33:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02CA021C075 for ; Tue, 24 Nov 2015 12:33:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21BA1340739 for ; Tue, 24 Nov 2015 12:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A3EC1074 for ; Tue, 24 Nov 2015 12:33:08 +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: <1448368378.0b4df62bef092f0b26110abf07b7675f556b19a6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/ros_control/Manifest ros-meta/ros_control/ros_control-0.10.0.ebuild X-VCS-Directories: ros-meta/ros_control/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0b4df62bef092f0b26110abf07b7675f556b19a6 X-VCS-Branch: master Date: Tue, 24 Nov 2015 12:33:08 +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: d8a8a8e0-6d7f-4bb1-9a05-ca914e32da8e X-Archives-Hash: c9849779a3e5c6119ee0ec0222914cab commit: 0b4df62bef092f0b26110abf07b7675f556b19a6 Author: Alexis Ballier gentoo org> AuthorDate: Tue Nov 24 12:23:45 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Nov 24 12:32:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4df62b ros-meta/ros_control: Bump to 0.10.0. Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/ros_control/Manifest | 1 + ros-meta/ros_control/ros_control-0.10.0.ebuild | 27 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest index 0a1b7a4..8a9d0b7 100644 --- a/ros-meta/ros_control/Manifest +++ b/ros-meta/ros_control/Manifest @@ -1 +1,2 @@ +DIST ros_control-0.10.0.tar.gz 620871 SHA256 d11ef3c34874068cf32a1766901686f59177ce7b94e229cb151a30f6fc1fcaca SHA512 93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422 WHIRLPOOL 016631d6557919c1311da0912c34ce1aac34d55cff57cd0d0952d9899c3c99be6de650ecc495b724b46cc7294ca4b008a921ea2680bb7f8fa3ddec0e2f7fe6e6 DIST ros_control-0.9.3.tar.gz 593174 SHA256 51e5e58e2010f668c136fd6178f83747af643fe5cf170484ce449c7e4e219a4e SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb WHIRLPOOL 1077031ba3511ef293a280af62afd237ca5da97140083dd396a34bc93d752be29d1599090fb8336627be85d9ee6d66231829d7af9fdd2214fd21535dad4e0abf diff --git a/ros-meta/ros_control/ros_control-0.10.0.ebuild b/ros-meta/ros_control/ros_control-0.10.0.ebuild new file mode 100644 index 0000000..0aed54a --- /dev/null +++ b/ros-meta/ros_control/ros_control-0.10.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_interface + dev-ros/controller_manager + dev-ros/controller_manager_msgs + dev-ros/controller_manager_tests + dev-ros/hardware_interface + dev-ros/joint_limits_interface + dev-ros/rqt_controller_manager + dev-ros/transmission_interface +" +DEPEND="${RDEPEND}"