From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8326D13888F for ; Sun, 11 Oct 2015 16:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16620E079D; Sun, 11 Oct 2015 16:16:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 821BFE079D for ; Sun, 11 Oct 2015 16:16:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CA753404A5 for ; Sun, 11 Oct 2015 16:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFF78DF3 for ; Sun, 11 Oct 2015 16:16:15 +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: <1444580157.6cb7e1176bcde4c3fd09e29bb16271629c9fe876.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosserial_client/Manifest dev-ros/rosserial_client/metadata.xml dev-ros/rosserial_client/rosserial_client-0.7.1.ebuild dev-ros/rosserial_client/rosserial_client-9999.ebuild X-VCS-Directories: dev-ros/rosserial_client/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6cb7e1176bcde4c3fd09e29bb16271629c9fe876 X-VCS-Branch: master Date: Sun, 11 Oct 2015 16:16:15 +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: 4e49647b-cd50-4ad4-969b-dd31cc138ba4 X-Archives-Hash: 997f9ddbd359dcbc09a8a52a26d518cb commit: 6cb7e1176bcde4c3fd09e29bb16271629c9fe876 Author: Alexis Ballier gentoo org> AuthorDate: Sun Oct 11 16:10:20 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Oct 11 16:15:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb7e117 dev-ros/rosserial_client: Initial import. Ebuild by me. Package-Manager: portage-2.2.23 dev-ros/rosserial_client/Manifest | 1 + dev-ros/rosserial_client/metadata.xml | 5 +++++ .../rosserial_client/rosserial_client-0.7.1.ebuild | 24 ++++++++++++++++++++++ .../rosserial_client/rosserial_client-9999.ebuild | 24 ++++++++++++++++++++++ 4 files changed, 54 insertions(+) diff --git a/dev-ros/rosserial_client/Manifest b/dev-ros/rosserial_client/Manifest new file mode 100644 index 0000000..2af1683 --- /dev/null +++ b/dev-ros/rosserial_client/Manifest @@ -0,0 +1 @@ +DIST rosserial-0.7.1.tar.gz 102204 SHA256 203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5 WHIRLPOOL 8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7 diff --git a/dev-ros/rosserial_client/metadata.xml b/dev-ros/rosserial_client/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/rosserial_client/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/rosserial_client/rosserial_client-0.7.1.ebuild b/dev-ros/rosserial_client/rosserial_client-0.7.1.ebuild new file mode 100644 index 0000000..8ce5721 --- /dev/null +++ b/dev-ros/rosserial_client/rosserial_client-0.7.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 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="Generalized client side source for rosserial" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rosserial_client/rosserial_client-9999.ebuild b/dev-ros/rosserial_client/rosserial_client-9999.ebuild new file mode 100644 index 0000000..8ce5721 --- /dev/null +++ b/dev-ros/rosserial_client/rosserial_client-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 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="Generalized client side source for rosserial" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"