commit:     f3648d8f03ba4fd9d85c6026c7e9835dd0c4936f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 15:14:42 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 15:35:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3648d8f

ros-meta/rosbridge_suite: Bump to 0.11.9.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/rosbridge_suite/Manifest                  |  1 +
 .../rosbridge_suite/rosbridge_suite-0.11.9.ebuild  | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/rosbridge_suite/Manifest 
b/ros-meta/rosbridge_suite/Manifest
index 4918301e28b..5923d4760dc 100644
--- a/ros-meta/rosbridge_suite/Manifest
+++ b/ros-meta/rosbridge_suite/Manifest
@@ -1 +1,2 @@
 DIST rosbridge_suite-0.11.3.tar.gz 101992 BLAKE2B 
122aebcd19daec339cd1f39ddcdbd81c7d5fc7b67020afc835e0e816958c413eeeb922654b1717adb7f1882e1b3287d0ddd6dd23bfd57e6542f21a8fcbb65e14
 SHA512 
818df696c2d0060af18fa1ee1abe365373c199d41d4dd5b25a9cc799665b1a69e76b3cd6425cd4fd8e11241efdd3acf43c5436a0ade5b45c5e9ce3ea831e4974
+DIST rosbridge_suite-0.11.9.tar.gz 112209 BLAKE2B 
7c874b397f8bf4f5d131e6ec40c6940e0648a0a401d270172b328cb0207b4d3974a37ebb776fc219adbbb77c24a8e77e20b24a93dc2edb3b41e157908648ed68
 SHA512 
a46aff0ca8b31a08f45c73af89296000d285cb6ca53587b0c2c0bd55c4a43bec2c86c4937082b59e2b6bd78793a3a2a1762aebc1223af0e1ba0d1c18f7d50963

diff --git a/ros-meta/rosbridge_suite/rosbridge_suite-0.11.9.ebuild 
b/ros-meta/rosbridge_suite/rosbridge_suite-0.11.9.ebuild
new file mode 100644
index 00000000000..c2709db8545
--- /dev/null
+++ b/ros-meta/rosbridge_suite/rosbridge_suite-0.11.9.ebuild
@@ -0,0 +1,22 @@
+# 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";
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="JSON API to ROS functionality for non-ROS programs"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-ros/rosapi
+       dev-ros/rosbridge_library
+       dev-ros/rosbridge_msgs
+       dev-ros/rosbridge_server
+       "
+DEPEND=""

Reply via email to