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/Manifest | 4 ++++ .../combined_robot_hw-0.14.2.ebuild | 24 ++++++++++++++++++++++ .../combined_robot_hw-9999.ebuild | 24 ++++++++++++++++++++++ dev-ros/combined_robot_hw/metadata.xml | 11 ++++++++++ 4 files changed, 63 insertions(+) create mode 100644 dev-ros/combined_robot_hw/Manifest create mode 100644 dev-ros/combined_robot_hw/combined_robot_hw-0.14.2.ebuild create mode 100644 dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild create mode 100644 dev-ros/combined_robot_hw/metadata.xml (limited to 'dev-ros/combined_robot_hw') diff --git a/dev-ros/combined_robot_hw/Manifest b/dev-ros/combined_robot_hw/Manifest new file mode 100644 index 000000000000..eaba1812df48 --- /dev/null +++ b/dev-ros/combined_robot_hw/Manifest @@ -0,0 +1,4 @@ +DIST ros_control-0.14.2.tar.gz 655686 BLAKE2B e3cf0ce87c8d5324f202c1e15ece973b004d7719e30577a5661c478278826da715cd2d54f62d6def0e447d7d7ec26c3d4f4c7b2fd3c548bff960a6bdf0258fa4 SHA512 8368ae786ca0621fc560f6bc32e754757da0f3e4594039425047d3370c5c55a4a2836dc220452d47df49df1e609d79de976c0fe45d83bd62cff64fd5549f993b +EBUILD combined_robot_hw-0.14.2.ebuild 469 BLAKE2B e80681e6738a357fa581c2fd6e05f1063720760dd72a30353390a283c35b52cc458f77642375ebd5904d6c2e807b9db26d90ecd0e238923fea9153ca66f52d5d SHA512 7310b5b0cd485a9afd95ea427e3bade40e4aedfbbaf2ba1fce36bb36a832b3375a8efb5e49f5b5705a2d6b13e3009c63f3bf240b45a8021ef79552134db3efa0 +EBUILD combined_robot_hw-9999.ebuild 469 BLAKE2B a5cb02705b91b54abf059372ce7ddf416734ed69a45e96871be1e69128e80bb38d8dfa9f3b195b9a21d09181bea6b4b57d64262a57f43d86dd269febc7a22ac7 SHA512 958b39cd5a44c30a86b3387da912e96cdedbcfdc0c7fdb0205a99be1cd98ddccfda7d01f40fda3162dcbc4b92b9f91b3c1884493d34e57d277427f27ec46ba84 +MISC metadata.xml 338 BLAKE2B 3206fecd7746b95f57f5e5a56f0098ba6879e09516fa13e01211fdab39b4917ebf9d3c95fc97f2e73b2bec2036b6f747581ed85f19b7cc4156fd94f186689a1a SHA512 7421fdc9a470e8ad0fa85cfece8dd02db2790e8718508de2e9e57c8788452c0323c5ac339b49c01c3478ebb35e134de9a2adaebc7744f1e61e66635fdb7edb10 diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.14.2.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.14.2.ebuild new file mode 100644 index 000000000000..9bb0b92638d0 --- /dev/null +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.14.2.ebuild @@ -0,0 +1,24 @@ +# 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} + +inherit ros-catkin + +DESCRIPTION="Combined Robot HW class" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-ros/hardware_interface-0.11 + dev-ros/pluginlib + dev-libs/tinyxml2:= + dev-ros/roscpp + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild new file mode 100644 index 000000000000..d554239e743b --- /dev/null +++ b/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild @@ -0,0 +1,24 @@ +# 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} + +inherit ros-catkin + +DESCRIPTION="Combined Robot HW class" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-ros/hardware_interface-0.11 + dev-ros/pluginlib + dev-libs/tinyxml2:= + dev-ros/roscpp + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/combined_robot_hw/metadata.xml b/dev-ros/combined_robot_hw/metadata.xml new file mode 100644 index 000000000000..3c25465fb298 --- /dev/null +++ b/dev-ros/combined_robot_hw/metadata.xml @@ -0,0 +1,11 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + + ros-controls/ros_control + + -- cgit v1.2.3