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 0E3A313832E for ; Mon, 18 Jul 2016 12:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FF4121C130; Mon, 18 Jul 2016 12:13:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B54AE21C09C for ; Mon, 18 Jul 2016 12:13:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7D1F340862 for ; Mon, 18 Jul 2016 12:13:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 838DB245C for ; Mon, 18 Jul 2016 12:13:51 +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: <1468844004.ac1470787044d4dd51e28032aa49ab6b1a053819.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosserial_python/Manifest dev-ros/rosserial_python/rosserial_python-0.7.2.ebuild X-VCS-Directories: dev-ros/rosserial_python/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ac1470787044d4dd51e28032aa49ab6b1a053819 X-VCS-Branch: master Date: Mon, 18 Jul 2016 12:13:51 +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-Archives-Salt: 58f139e2-88fa-426c-9eeb-246374f19db1 X-Archives-Hash: 973b0ccfb98c11158cf69accc794ecc5 commit: ac1470787044d4dd51e28032aa49ab6b1a053819 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 18 09:41:28 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 18 12:13:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac147078 dev-ros/rosserial_python: Bump to 0.7.2. Package-Manager: portage-2.3.0 dev-ros/rosserial_python/Manifest | 1 + .../rosserial_python/rosserial_python-0.7.2.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ros/rosserial_python/Manifest b/dev-ros/rosserial_python/Manifest index 2af1683..7a1134b 100644 --- a/dev-ros/rosserial_python/Manifest +++ b/dev-ros/rosserial_python/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-ros/rosserial_python/rosserial_python-0.7.2.ebuild b/dev-ros/rosserial_python/rosserial_python-0.7.2.ebuild new file mode 100644 index 0000000..ae37a0f --- /dev/null +++ b/dev-ros/rosserial_python/rosserial_python-0.7.2.ebuild @@ -0,0 +1,24 @@ +# 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="A Python-based implementation of the ROS serial protocol" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] + dev-python/pyserial[${PYTHON_USEDEP}] + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"