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 C7281138331 for ; Tue, 27 Mar 2018 06:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59EFBE09F1; Tue, 27 Mar 2018 06:41:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2DD4EE09F1 for ; Tue, 27 Mar 2018 06:41:26 +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 96B03335C2E for ; Tue, 27 Mar 2018 06:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F1E926F for ; Tue, 27 Mar 2018 06:41:23 +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: <1522132857.c7d6fb4a03ab7e6a376ec76766ef053ba4eaebaa.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/controller_manager_msgs/Manifest dev-ros/controller_manager_msgs/controller_manager_msgs-0.14.0.ebuild X-VCS-Directories: dev-ros/controller_manager_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c7d6fb4a03ab7e6a376ec76766ef053ba4eaebaa X-VCS-Branch: master Date: Tue, 27 Mar 2018 06:41:23 +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: 3be4181a-1f3e-42a8-8204-5b1529cc6eca X-Archives-Hash: 7cb17068db24780dcfc9ebb6db2b4895 commit: c7d6fb4a03ab7e6a376ec76766ef053ba4eaebaa Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 27 06:34:12 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 27 06:40:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d6fb4a dev-ros/controller_manager_msgs: Bump to 0.14.0. Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ros/controller_manager_msgs/Manifest | 1 + .../controller_manager_msgs-0.14.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ros/controller_manager_msgs/Manifest b/dev-ros/controller_manager_msgs/Manifest index 75efbc1a88d..11f89d506db 100644 --- a/dev-ros/controller_manager_msgs/Manifest +++ b/dev-ros/controller_manager_msgs/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/controller_manager_msgs/controller_manager_msgs-0.14.0.ebuild b/dev-ros/controller_manager_msgs/controller_manager_msgs-0.14.0.ebuild new file mode 100644 index 00000000000..6139986be33 --- /dev/null +++ b/dev-ros/controller_manager_msgs/controller_manager_msgs-0.14.0.ebuild @@ -0,0 +1,20 @@ +# 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} +PYTHON_COMPAT=( python2_7 ) +CATKIN_HAS_MESSAGES=yes +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="The controller manager" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/rospy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"