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 320261382C5 for ; Sat, 28 Apr 2018 15:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E808AE08FE; Sat, 28 Apr 2018 15:22:11 +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 C3DD2E08FA for ; Sat, 28 Apr 2018 15:22:11 +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 B1F14335CA8 for ; Sat, 28 Apr 2018 15:22:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E51B42A9 for ; Sat, 28 Apr 2018 15:22:07 +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: <1524928910.183363bcd380bf72fb78947d245fcd560a2f0530.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.14.2.ebuild X-VCS-Directories: ros-meta/ros_control/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 183363bcd380bf72fb78947d245fcd560a2f0530 X-VCS-Branch: master Date: Sat, 28 Apr 2018 15:22:07 +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: ab0a9b32-ceb2-453a-a149-ebfdfa94acbc X-Archives-Hash: 97ceff43573efa3b2cd1bb840981c81b commit: 183363bcd380bf72fb78947d245fcd560a2f0530 Author: Alexis Ballier gentoo org> AuthorDate: Sat Apr 28 14:53:50 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 28 15:21:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183363bc ros-meta/ros_control: Bump to 0.14.2. Package-Manager: Portage-2.3.31, Repoman-2.3.9 ros-meta/ros_control/Manifest | 1 + ros-meta/ros_control/ros_control-0.14.2.ebuild | 28 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest index a61f0d5f7c4..d2f2943d943 100644 --- a/ros-meta/ros_control/Manifest +++ b/ros-meta/ros_control/Manifest @@ -1 +1,2 @@ DIST ros_control-0.14.1.tar.gz 655028 BLAKE2B 86bdce47b947fc4f9b8be9c791ba4247240b81e391bb3f5916b26ff67256c928ea4c68d46ac3ffbe2ddb4f3b746769799bbc6617ae7822618f47770b55a09f15 SHA512 c668e589361084e51359bff2af055978cfd73c99fd33ae51962a7cefa7c6fd5a7027c0b2e5ca0c045a602b33b8037d587f9b4d958eea8b2f4199bff1e4016689 +DIST ros_control-0.14.2.tar.gz 655686 BLAKE2B e3cf0ce87c8d5324f202c1e15ece973b004d7719e30577a5661c478278826da715cd2d54f62d6def0e447d7d7ec26c3d4f4c7b2fd3c548bff960a6bdf0258fa4 SHA512 8368ae786ca0621fc560f6bc32e754757da0f3e4594039425047d3370c5c55a4a2836dc220452d47df49df1e609d79de976c0fe45d83bd62cff64fd5549f993b diff --git a/ros-meta/ros_control/ros_control-0.14.2.ebuild b/ros-meta/ros_control/ros_control-0.14.2.ebuild new file mode 100644 index 00000000000..0c1d836b883 --- /dev/null +++ b/ros-meta/ros_control/ros_control-0.14.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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/combined_robot_hw + dev-ros/combined_robot_hw_tests + 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}"