From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_server/
Date: Thu, 26 Jan 2017 08:24:26 +0000 (UTC) [thread overview]
Message-ID: <1485419056.8cdf06fd1ac7e9a1001ec9957d7d813d47bed796.aballier@gentoo> (raw)
commit: 8cdf06fd1ac7e9a1001ec9957d7d813d47bed796
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 08:22:52 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 08:24:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdf06fd
dev-ros/rosbridge_server: Bump to 0.7.17.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/rosbridge_server/Manifest | 1 +
.../rosbridge_server-0.7.17.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ros/rosbridge_server/Manifest b/dev-ros/rosbridge_server/Manifest
index a11b4e9..e132c31 100644
--- a/dev-ros/rosbridge_server/Manifest
+++ b/dev-ros/rosbridge_server/Manifest
@@ -2,3 +2,4 @@ DIST rosbridge_suite-0.7.13.tar.gz 367051 SHA256 c26130590ed36d899dc4a2f3282caec
DIST rosbridge_suite-0.7.14.tar.gz 368983 SHA256 710021193a87a0da760c9f7124a6abf566b73c4ebb42e0a5eac7738375f80f0b SHA512 5e7de568d32dff41870c11012b4f272c99d28d20bacd748121407f9574a4e4b94ee022aa81a859ac4cd3a1915b0a00cb6fece7f71b829cc2cc07cc6469457655 WHIRLPOOL 2484202e7fa03e1a996049aa60f7d031c38e03d36c384ffc58fb7c6f543ad945c6ed95702a1e994739d2f8c2e1a80d0ae1057732e92b948989f3aee221fa606c
DIST rosbridge_suite-0.7.15.tar.gz 369162 SHA256 5e37bdb3115a7dc96c6513c2dc405693b143ad1fde8117f80c3649b7938d7143 SHA512 c0cbc92e09c0a6b5f4af301107b5217f5fb4207afa9a4e5fd517f6bde9c71563a649ddd14d7b7c1c6a532e153e71e36172ea25e307f43a997a20bfb8bc63728a WHIRLPOOL 8c43582dc330c15fb55182ddf37409fb402b582a279a5f7231a2875906a07f2e7b45d67f870df31e57c12d33fa01c3c6f2aeb62bc613e9e1b70ee99e216aa2cb
DIST rosbridge_suite-0.7.16.tar.gz 369529 SHA256 f156cab48fe88bde0d1768481a52ae983d03bf5d990a9a46cd06229447462ad2 SHA512 212169fb1b812f4e6ee96bfb9a656aa4afa78f765c43d036013a80e8eec54d3ff7586fc3bd894a5c3efc4bb6df9c7d8b88f65ee74b35f8129c635d0b47d3eeb6 WHIRLPOOL 1161de5f4438d9339fb7f3bf2e4ba7b7ebc43c947f0483aedfa4f1fbc8f5bbf44627d664b654b34181f9d69e764585b357ccaa9af87027c53d61447d734e81b9
+DIST rosbridge_suite-0.7.17.tar.gz 373578 SHA256 f9786de015276d6d58c023ad6a6a24acb6291796f8f61151adc6b585bd43d961 SHA512 4cd10fa54378ba5f3ed7845e61fdfb98f40113adb8ca9461ccb4e793258d44254d41cf6bcad165163837e72ef5573d994a0796a44e6d83f75c386fc9f9892a2e WHIRLPOOL 3bd8375e2e34f69fcba52a0e7f5278c7e36462774a1b4b2490b1337380917ebdb0578ca7051ebc9063f533d6f26051fb2e7d60acfc69975c80a603edc2e5dfe6
diff --git a/dev-ros/rosbridge_server/rosbridge_server-0.7.17.ebuild b/dev-ros/rosbridge_server/rosbridge_server-0.7.17.ebuild
new file mode 100644
index 00000000..91f97bc
--- /dev/null
+++ b/dev-ros/rosbridge_server/rosbridge_server-0.7.17.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="A WebSocket interface to rosbridge"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/rosapi[${PYTHON_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+ dev-ros/rospy[${PYTHON_USEDEP}]
+ dev-ros/rosbridge_library[${PYTHON_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+ dev-ros/rosauth[${PYTHON_USEDEP}]
+ dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]
+ www-servers/tornado[${PYTHON_USEDEP}]
+ "
+DEPEND="${RDEPEND}"
+PATCHES=(
+ "${FILESDIR}/backports-ssl.patch"
+ "${FILESDIR}/tornado.patch"
+)
next reply other threads:[~2017-01-26 8:25 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 8:24 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-20 15:33 [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_server/ Alexis Ballier
2020-09-21 13:47 Alexis Ballier
2020-07-15 15:36 Alexis Ballier
2020-07-15 15:36 Alexis Ballier
2020-07-15 15:36 Alexis Ballier
2019-12-16 15:19 Alexis Ballier
2019-05-24 16:23 Alexis Ballier
2018-12-21 15:51 Alexis Ballier
2018-04-12 18:51 Alexis Ballier
2018-04-12 18:51 Alexis Ballier
2018-04-12 18:51 Alexis Ballier
2017-12-20 16:54 Alexis Ballier
2017-12-04 21:50 Alexis Ballier
2017-10-18 10:06 Alexis Ballier
2017-09-13 11:24 Alexis Ballier
2017-09-01 11:18 Alexis Ballier
2016-08-16 11:25 Alexis Ballier
2016-06-28 11:57 Alexis Ballier
2016-02-15 15:01 Alexis Ballier
2015-10-11 15:15 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1485419056.8cdf06fd1ac7e9a1001ec9957d7d813d47bed796.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox