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 52CBC1382C5 for ; Tue, 27 Mar 2018 06:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB04E09FD; Tue, 27 Mar 2018 06:41:27 +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 2AF26E09FB for ; Tue, 27 Mar 2018 06:41:25 +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 A707E335C36 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 D9D6B263 for ; Tue, 27 Mar 2018 06:41:22 +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: <1522132856.19766e1a70011207a81fc7cd4a697cc4f48ebb52.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/combined_robot_hw_tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/combined_robot_hw_tests/Manifest dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.0.ebuild X-VCS-Directories: dev-ros/combined_robot_hw_tests/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 19766e1a70011207a81fc7cd4a697cc4f48ebb52 X-VCS-Branch: master Date: Tue, 27 Mar 2018 06:41:22 +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: 0ea061c5-d35f-4e5d-ae77-c23519fcffdf X-Archives-Hash: ecdf9d57a7f791a738955bb1f5c5fa11 commit: 19766e1a70011207a81fc7cd4a697cc4f48ebb52 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 27 06:33:58 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 27 06:40:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19766e1a dev-ros/combined_robot_hw_tests: Bump to 0.14.0. Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ros/combined_robot_hw_tests/Manifest | 1 + .../combined_robot_hw_tests-0.14.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ros/combined_robot_hw_tests/Manifest b/dev-ros/combined_robot_hw_tests/Manifest index 75efbc1a88d..11f89d506db 100644 --- a/dev-ros/combined_robot_hw_tests/Manifest +++ b/dev-ros/combined_robot_hw_tests/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/combined_robot_hw_tests/combined_robot_hw_tests-0.14.0.ebuild b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.0.ebuild new file mode 100644 index 00000000000..e23c205a452 --- /dev/null +++ b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.0.ebuild @@ -0,0 +1,27 @@ +# 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 ) + +inherit ros-catkin + +DESCRIPTION="Combined Robot HW class tests" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/combined_robot_hw + dev-ros/controller_manager + dev-ros/controller_manager_tests + dev-ros/hardware_interface + dev-ros/roscpp + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"