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 41A06138359 for ; Tue, 25 Aug 2020 12:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E016E08C4; Tue, 25 Aug 2020 12:37:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 461FEE08C4 for ; Tue, 25 Aug 2020 12:37:48 +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 7D894340E25 for ; Tue, 25 Aug 2020 12:37:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99877344 for ; Tue, 25 Aug 2020 12:37:43 +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: <1598359045.4415fbe7d3a59ce622ae68adaccc79f1c52c996f.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.19.2.ebuild X-VCS-Directories: ros-meta/ros_control/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4415fbe7d3a59ce622ae68adaccc79f1c52c996f X-VCS-Branch: master Date: Tue, 25 Aug 2020 12:37:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46cebd03-c816-4a00-b139-6450079b4f4d X-Archives-Hash: a1e6194f1aa417d73964c5a2b0e0550f commit: 4415fbe7d3a59ce622ae68adaccc79f1c52c996f Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 24 15:19:29 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 25 12:37:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4415fbe7 ros-meta/ros_control: Bump to 0.19.2. Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/ros_control/Manifest | 1 + ros-meta/ros_control/ros_control-0.19.2.ebuild | 28 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest index 1a3f165bd8f..8c92fa730dc 100644 --- a/ros-meta/ros_control/Manifest +++ b/ros-meta/ros_control/Manifest @@ -1 +1,2 @@ DIST ros_control-0.19.1.tar.gz 678884 BLAKE2B 427d927900b52ecc7c83807666cb315ad6a0850b2425d1ee0ca28389668d081e594211678108315ec690391d0369164d58a23d0a3a4351c1a80fbb9bb51d454b SHA512 bb5d161510623e1257cddd41da79d0025bd5000a3f6d4fa1a0055336d830f4375e2d7a3dcc3215a86bb84a355da14e745044225d716b07631295e500ab45d1c7 +DIST ros_control-0.19.2.tar.gz 679272 BLAKE2B ac08db38e1ee543fdc0a23449c7e9a2ad9b81ce9a414ed99f6549fee0c1bde7cc53ff8b72b059bb6300c3eb57da4460a50c7ebf8bfb9c0ce60eabefc7e210cf8 SHA512 bee37088acb49a8f033c613947befbb14d5b7ceff947a5c4c0def826b6458e4a758819b18973c755ce137416a0283bb76b30ba30a972cea4807f8b98681ec310 diff --git a/ros-meta/ros_control/ros_control-0.19.2.ebuild b/ros-meta/ros_control/ros_control-0.19.2.ebuild new file mode 100644 index 00000000000..66ac5f89fef --- /dev/null +++ b/ros-meta/ros_control/ros_control-0.19.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Controller interfaces, managers, transmissions, 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}"