From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_xbee/
Date: Thu, 22 Sep 2016 15:25:25 +0000 (UTC) [thread overview]
Message-ID: <1474557919.27ad994bc55cc6372c52686dacf75e7a891102f5.aballier@gentoo> (raw)
commit: 27ad994bc55cc6372c52686dacf75e7a891102f5
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 15:17:29 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 15:25:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ad994b
dev-ros/rosserial_xbee: Bump to 0.7.4.
Package-Manager: portage-2.3.1
dev-ros/rosserial_xbee/Manifest | 1 +
dev-ros/rosserial_xbee/rosserial_xbee-0.7.4.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-ros/rosserial_xbee/Manifest b/dev-ros/rosserial_xbee/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_xbee/Manifest
+++ b/dev-ros/rosserial_xbee/Manifest
@@ -1,3 +1,4 @@
DIST rosserial-0.7.1.tar.gz 102204 SHA256 203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5 WHIRLPOOL 8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
DIST rosserial-0.7.2.tar.gz 143811 SHA256 44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd WHIRLPOOL 9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
DIST rosserial-0.7.3.tar.gz 143866 SHA256 afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad WHIRLPOOL e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00 WHIRLPOOL 860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d
diff --git a/dev-ros/rosserial_xbee/rosserial_xbee-0.7.4.ebuild b/dev-ros/rosserial_xbee/rosserial_xbee-0.7.4.ebuild
new file mode 100644
index 00000000..ec22fe2
--- /dev/null
+++ b/dev-ros/rosserial_xbee/rosserial_xbee-0.7.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Tools to do point to multipoint communication between rosserial nodes connected to an xbee"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/rospy[${PYTHON_USEDEP}]
+ dev-python/pyserial[${PYTHON_USEDEP}]
+ dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+ dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+ dev-ros/rosserial_python[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
next reply other threads:[~2016-09-22 15:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-22 15:25 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-03 11:56 [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_xbee/ Alexis Ballier
2020-10-14 11:05 Alexis Ballier
2018-11-02 13:54 Alexis Ballier
2017-12-04 21:50 Alexis Ballier
2017-03-02 9:17 Alexis Ballier
2016-11-28 13:28 Alexis Ballier
2016-08-12 8:48 Alexis Ballier
2016-07-18 12:13 Alexis Ballier
2015-10-11 16:16 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=1474557919.27ad994bc55cc6372c52686dacf75e7a891102f5.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