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 2F18713888F for ; Sun, 11 Oct 2015 15:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BCD5E0801; Sun, 11 Oct 2015 15:15:14 +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 F3115E0801 for ; Sun, 11 Oct 2015 15:15:13 +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 B941B340634 for ; Sun, 11 Oct 2015 15:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFCA2D10 for ; Sun, 11 Oct 2015 15:15:08 +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: <1444576099.5305430e615e97fbc50e816dbfc417606931743f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosapi/Manifest dev-ros/rosapi/metadata.xml dev-ros/rosapi/rosapi-0.7.13.ebuild dev-ros/rosapi/rosapi-9999.ebuild X-VCS-Directories: dev-ros/rosapi/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5305430e615e97fbc50e816dbfc417606931743f X-VCS-Branch: master Date: Sun, 11 Oct 2015 15:15:08 +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: f9bb0dab-3682-481b-b781-717a156cd92d X-Archives-Hash: e55fb018e67ce00470ae3244643db8e6 commit: 5305430e615e97fbc50e816dbfc417606931743f Author: Alexis Ballier gentoo org> AuthorDate: Sun Oct 11 15:08:19 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Oct 11 15:08:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5305430e dev-ros/rosapi: Initial import. Ebuild by me. Package-Manager: portage-2.2.23 dev-ros/rosapi/Manifest | 1 + dev-ros/rosapi/metadata.xml | 5 +++++ dev-ros/rosapi/rosapi-0.7.13.ebuild | 26 ++++++++++++++++++++++++++ dev-ros/rosapi/rosapi-9999.ebuild | 26 ++++++++++++++++++++++++++ 4 files changed, 58 insertions(+) diff --git a/dev-ros/rosapi/Manifest b/dev-ros/rosapi/Manifest new file mode 100644 index 0000000..901d1ec --- /dev/null +++ b/dev-ros/rosapi/Manifest @@ -0,0 +1 @@ +DIST rosbridge_suite-0.7.13.tar.gz 367051 SHA256 c26130590ed36d899dc4a2f3282caec96fadc75732cd5c3364e3210139d85820 SHA512 f5a6abddfa768c43685ad16f20d1351e63b268c69f239aa3ff2e30f656c6a81686461185e21be88a5a0badcbc473bc7faa308540c1a14ca15fce11e9b23b9d7e WHIRLPOOL c45da51149bacd246e1c18ef34a0e56b6698ff0c7a1fe6380f581134cb0f9a432b31d96280872b92ec1accd021fb7dae38c7fe708501d5597a170f3def209aed diff --git a/dev-ros/rosapi/metadata.xml b/dev-ros/rosapi/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/rosapi/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/rosapi/rosapi-0.7.13.ebuild b/dev-ros/rosapi/rosapi-0.7.13.ebuild new file mode 100644 index 0000000..b84f396 --- /dev/null +++ b/dev-ros/rosapi/rosapi-0.7.13.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite" +KEYWORDS="~amd64" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Provides service calls for getting ros meta-information, like list of topics, services, params, etc." +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rosnode[${PYTHON_USEDEP}] + dev-ros/rosgraph[${PYTHON_USEDEP}] + dev-ros/rosbridge_library[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rosapi/rosapi-9999.ebuild b/dev-ros/rosapi/rosapi-9999.ebuild new file mode 100644 index 0000000..b84f396 --- /dev/null +++ b/dev-ros/rosapi/rosapi-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite" +KEYWORDS="~amd64" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Provides service calls for getting ros meta-information, like list of topics, services, params, etc." +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rosnode[${PYTHON_USEDEP}] + dev-ros/rosgraph[${PYTHON_USEDEP}] + dev-ros/rosbridge_library[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"