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 94871138359 for ; Wed, 15 Jul 2020 15:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BED7E08EF; Wed, 15 Jul 2020 15:36:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 010D3E08EF for ; Wed, 15 Jul 2020 15:36:04 +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 E1B9934EEE9 for ; Wed, 15 Jul 2020 15:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 711E42E3 for ; Wed, 15 Jul 2020 15:36:00 +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: <1594827350.2e2a4b05a8c8c9404f761777516980c1db78058f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbridge_msgs/Manifest dev-ros/rosbridge_msgs/metadata.xml dev-ros/rosbridge_msgs/rosbridge_msgs-0.11.3.ebuild dev-ros/rosbridge_msgs/rosbridge_msgs-9999.ebuild X-VCS-Directories: dev-ros/rosbridge_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2e2a4b05a8c8c9404f761777516980c1db78058f X-VCS-Branch: master Date: Wed, 15 Jul 2020 15:36:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e6708b3-6e2b-4800-8fcd-755c8f56e046 X-Archives-Hash: 26a5d0ff3bcd8709ca9349b13a2180a3 commit: 2e2a4b05a8c8c9404f761777516980c1db78058f Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 15 15:05:09 2020 +0000 Commit: Alexis Ballier gentoo 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 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 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + + RobotWebTools/rosbridge_suite + + 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}"