From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-ros/combined_robot_hw_tests/Manifest | 4 ++++ .../combined_robot_hw_tests-0.14.2.ebuild | 27 ++++++++++++++++++++++ .../combined_robot_hw_tests-9999.ebuild | 27 ++++++++++++++++++++++ dev-ros/combined_robot_hw_tests/metadata.xml | 11 +++++++++ 4 files changed, 69 insertions(+) create mode 100644 dev-ros/combined_robot_hw_tests/Manifest create mode 100644 dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.2.ebuild create mode 100644 dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild create mode 100644 dev-ros/combined_robot_hw_tests/metadata.xml (limited to 'dev-ros/combined_robot_hw_tests') diff --git a/dev-ros/combined_robot_hw_tests/Manifest b/dev-ros/combined_robot_hw_tests/Manifest new file mode 100644 index 000000000000..bfda6fa84343 --- /dev/null +++ b/dev-ros/combined_robot_hw_tests/Manifest @@ -0,0 +1,4 @@ +DIST ros_control-0.14.2.tar.gz 655686 BLAKE2B e3cf0ce87c8d5324f202c1e15ece973b004d7719e30577a5661c478278826da715cd2d54f62d6def0e447d7d7ec26c3d4f4c7b2fd3c548bff960a6bdf0258fa4 SHA512 8368ae786ca0621fc560f6bc32e754757da0f3e4594039425047d3370c5c55a4a2836dc220452d47df49df1e609d79de976c0fe45d83bd62cff64fd5549f993b +EBUILD combined_robot_hw_tests-0.14.2.ebuild 589 BLAKE2B 4a175543e9901120894ca1f361f683d5e54fd1a22422313e46acbef335b6e6367795ad8805f4ba0313a3febcbd303df21d1c61ed0e1698a5c85f4df6cbb60692 SHA512 b6d58964feaec3d7bc88230a61041362e43baea4de3e2684258a508940fd9473745890074c90de9d02ca8c9bbb06c802e3cf4c44980017f96644e47ef874b173 +EBUILD combined_robot_hw_tests-9999.ebuild 589 BLAKE2B bad2e5cab92497c62e4a0d68b3db266c0e0b943d38ef10061137a3a6dada62e7e900faa4b4668d5632ff560d8153f2ee6d1c6c6948bb6e4b97810903fafbfd58 SHA512 d712002b21634dad8314f7bceeead5210a093fc433aa03ebe22db5d0ccb94f09289b2c78c7c6df143f660ba89a6aafd61f5279bd1c7ba5ffe93034f9b897d3fe +MISC metadata.xml 338 BLAKE2B 3206fecd7746b95f57f5e5a56f0098ba6879e09516fa13e01211fdab39b4917ebf9d3c95fc97f2e73b2bec2036b6f747581ed85f19b7cc4156fd94f186689a1a SHA512 7421fdc9a470e8ad0fa85cfece8dd02db2790e8718508de2e9e57c8788452c0323c5ac339b49c01c3478ebb35e134de9a2adaebc7744f1e61e66635fdb7edb10 diff --git a/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.2.ebuild b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.2.ebuild new file mode 100644 index 000000000000..e23c205a4524 --- /dev/null +++ b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.2.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}] )" diff --git a/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild new file mode 100644 index 000000000000..fca1073283bc --- /dev/null +++ b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild @@ -0,0 +1,27 @@ +# 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="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}] )" diff --git a/dev-ros/combined_robot_hw_tests/metadata.xml b/dev-ros/combined_robot_hw_tests/metadata.xml new file mode 100644 index 000000000000..3c25465fb298 --- /dev/null +++ b/dev-ros/combined_robot_hw_tests/metadata.xml @@ -0,0 +1,11 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + + ros-controls/ros_control + + -- cgit v1.2.3