commit: 2e2a4b05a8c8c9404f761777516980c1db78058f Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Jul 15 15:05:09 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 15:35:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2a4b05
dev-ros/rosbridge_msgs: initial import Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/rosbridge_msgs/Manifest | 1 + dev-ros/rosbridge_msgs/metadata.xml | 11 +++++++++++ dev-ros/rosbridge_msgs/rosbridge_msgs-0.11.3.ebuild | 20 ++++++++++++++++++++ dev-ros/rosbridge_msgs/rosbridge_msgs-9999.ebuild | 20 ++++++++++++++++++++ 4 files changed, 52 insertions(+) diff --git a/dev-ros/rosbridge_msgs/Manifest b/dev-ros/rosbridge_msgs/Manifest new file mode 100644 index 00000000000..4918301e28b --- /dev/null +++ b/dev-ros/rosbridge_msgs/Manifest @@ -0,0 +1 @@ +DIST rosbridge_suite-0.11.3.tar.gz 101992 BLAKE2B 122aebcd19daec339cd1f39ddcdbd81c7d5fc7b67020afc835e0e816958c413eeeb922654b1717adb7f1882e1b3287d0ddd6dd23bfd57e6542f21a8fcbb65e14 SHA512 818df696c2d0060af18fa1ee1abe365373c199d41d4dd5b25a9cc799665b1a69e76b3cd6425cd4fd8e11241efdd3acf43c5436a0ade5b45c5e9ce3ea831e4974 diff --git a/dev-ros/rosbridge_msgs/metadata.xml b/dev-ros/rosbridge_msgs/metadata.xml new file mode 100644 index 00000000000..b99398ddaab --- /dev/null +++ b/dev-ros/rosbridge_msgs/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo ROS Project</name> + </maintainer> + <upstream> + <remote-id type="github">RobotWebTools/rosbridge_suite</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ros/rosbridge_msgs/rosbridge_msgs-0.11.3.ebuild b/dev-ros/rosbridge_msgs/rosbridge_msgs-0.11.3.ebuild new file mode 100644 index 00000000000..153a13a52cc --- /dev/null +++ b/dev-ros/rosbridge_msgs/rosbridge_msgs-0.11.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite" +CATKIN_HAS_MESSAGES=yes +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Package containing message files for rosbridge" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rosbridge_msgs/rosbridge_msgs-9999.ebuild b/dev-ros/rosbridge_msgs/rosbridge_msgs-9999.ebuild new file mode 100644 index 00000000000..153a13a52cc --- /dev/null +++ b/dev-ros/rosbridge_msgs/rosbridge_msgs-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite" +CATKIN_HAS_MESSAGES=yes +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Package containing message files for rosbridge" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"
