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 8249D1384B4 for ; Tue, 24 Nov 2015 12:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 833D921C074; 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 D0A4E21C073 for ; Tue, 24 Nov 2015 12:33:11 +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 18F0134068A 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 375481069 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.d95d85ab8f74a3bb37e282232a17e371a92dd5c6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_controller_manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_controller_manager/Manifest dev-ros/rqt_controller_manager/rqt_controller_manager-0.10.0.ebuild X-VCS-Directories: dev-ros/rqt_controller_manager/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d95d85ab8f74a3bb37e282232a17e371a92dd5c6 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: 187be317-59b0-4302-be22-b53ddcaeefce X-Archives-Hash: 269af22323cef685d6ee28c677572d54 commit: d95d85ab8f74a3bb37e282232a17e371a92dd5c6 Author: Alexis Ballier gentoo org> AuthorDate: Tue Nov 24 12:23:38 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=d95d85ab dev-ros/rqt_controller_manager: Bump to 0.10.0. Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rqt_controller_manager/Manifest | 1 + .../rqt_controller_manager-0.10.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-ros/rqt_controller_manager/Manifest b/dev-ros/rqt_controller_manager/Manifest index 0a1b7a4..8a9d0b7 100644 --- a/dev-ros/rqt_controller_manager/Manifest +++ b/dev-ros/rqt_controller_manager/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/dev-ros/rqt_controller_manager/rqt_controller_manager-0.10.0.ebuild b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.10.0.ebuild new file mode 100644 index 0000000..8a428a77 --- /dev/null +++ b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.10.0.ebuild @@ -0,0 +1,22 @@ +# 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} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="RQT control manager plugin" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_manager[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"