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 7A85B139084 for ; Tue, 26 Dec 2017 19:08:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61995E0E98; Tue, 26 Dec 2017 19:08:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 434FDE0EB4 for ; Tue, 26 Dec 2017 19:08:12 +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 13C6D33BF0F for ; Tue, 26 Dec 2017 19:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60C5CAE99 for ; Tue, 26 Dec 2017 19:08: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: <1514315278.5adc05c054e8751bbcbabee807bc5fc513b13699.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager_tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/controller_manager_tests/Manifest dev-ros/controller_manager_tests/controller_manager_tests-0.13.0.ebuild X-VCS-Directories: dev-ros/controller_manager_tests/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5adc05c054e8751bbcbabee807bc5fc513b13699 X-VCS-Branch: master Date: Tue, 26 Dec 2017 19:08: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: 88ca5da9-1a59-4c98-9a58-4ef35c76b00e X-Archives-Hash: 7180f6e80f4951c29d8c612ed59e508f commit: 5adc05c054e8751bbcbabee807bc5fc513b13699 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:21:06 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adc05c0 dev-ros/controller_manager_tests: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/controller_manager_tests/Manifest | 1 + .../controller_manager_tests-0.13.0.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ros/controller_manager_tests/Manifest b/dev-ros/controller_manager_tests/Manifest index 69c1671e440..b8e876320e3 100644 --- a/dev-ros/controller_manager_tests/Manifest +++ b/dev-ros/controller_manager_tests/Manifest @@ -1 +1,2 @@ DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b diff --git a/dev-ros/controller_manager_tests/controller_manager_tests-0.13.0.ebuild b/dev-ros/controller_manager_tests/controller_manager_tests-0.13.0.ebuild new file mode 100644 index 00000000000..7f252eed459 --- /dev/null +++ b/dev-ros/controller_manager_tests/controller_manager_tests-0.13.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 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 ) + +inherit ros-catkin + +DESCRIPTION="Tests for the controller manager" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_manager[${PYTHON_USEDEP}] + dev-ros/controller_interface + dev-ros/control_toolbox + dev-libs/boost:= +" +DEPEND="${RDEPEND} + test? ( + dev-ros/rostest[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-ros/rosservice[${PYTHON_USEDEP}] + )"