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 231801384B4 for ; Tue, 24 Nov 2015 12:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AA5721C071; 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 C57A821C071 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 121A1340685 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 258DA1068 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.ebd2385d7d1fc421f69cce36d12bbd9ea662df59.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/joint_limits_interface/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/joint_limits_interface/Manifest dev-ros/joint_limits_interface/joint_limits_interface-0.10.0.ebuild X-VCS-Directories: dev-ros/joint_limits_interface/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ebd2385d7d1fc421f69cce36d12bbd9ea662df59 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: f79526fe-7a3d-409b-b383-4cf653f96556 X-Archives-Hash: 11980482658a7500a767009b4d2776fb commit: ebd2385d7d1fc421f69cce36d12bbd9ea662df59 Author: Alexis Ballier gentoo org> AuthorDate: Tue Nov 24 12:23:34 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=ebd2385d dev-ros/joint_limits_interface: Bump to 0.10.0. Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/joint_limits_interface/Manifest | 1 + .../joint_limits_interface-0.10.0.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ros/joint_limits_interface/Manifest b/dev-ros/joint_limits_interface/Manifest index 0a1b7a4..8a9d0b7 100644 --- a/dev-ros/joint_limits_interface/Manifest +++ b/dev-ros/joint_limits_interface/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/joint_limits_interface/joint_limits_interface-0.10.0.ebuild b/dev-ros/joint_limits_interface/joint_limits_interface-0.10.0.ebuild new file mode 100644 index 0000000..ef9f711 --- /dev/null +++ b/dev-ros/joint_limits_interface/joint_limits_interface-0.10.0.ebuild @@ -0,0 +1,24 @@ +# 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="Interface for enforcing joint limits" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/hardware_interface + dev-libs/urdfdom +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest dev-cpp/gtest )"