forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ros-meta/rosbridge_suite: Bump to 0.8.4.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST rosbridge_suite-0.8.3.tar.gz 376654 SHA256 306410362f48d0ba2f3e1f79115818175a1dead2efed1938191cb535ee49aa0c SHA512 661964587d45d290b88461f535f69b496c9596546c7c9b773633fee16e645dede8597b62ab8cba490b01a9e6a8b81524df89c94c390930f0132a55cb332a198c WHIRLPOOL 87f4d1429b3fea38086d197d4c0038132f23be230ea735ff8fcc70d6ab747a820ba4a331f20e079a6d301f52d41c5111fc5210f176bc0f3cb88b357ab51ff832 | ||
DIST rosbridge_suite-0.8.4.tar.gz 376986 SHA256 6499b6bb1e0a2858e762f5e7c8a6af512d308233e6d9fd483e2019c6798f3b38 SHA512 ba47c7012ca23c92589aca8718e027980364c56696bf41a3da42a5d4904e3124019d3e23a2b7fca6093f5f6431464c2c95fde4b3da14ca876e030bcb644d0aad WHIRLPOOL 4b984e343bd8168387b01c0ae990fa39887c0ec6ba4fc0ba5e07205502c54dfe5743ea3fa324d7ab678121bcd374c2378bf7b9c8a9e04251ba9c925da3fc5e9d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=5 | ||
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_server | ||
" | ||
DEPEND="" |