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 9D46113881E for ; Tue, 22 Sep 2015 08:46:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6233BE087E; Tue, 22 Sep 2015 08:46:32 +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 C90B2E087E for ; Tue, 22 Sep 2015 08:46:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9F8A3404B1 for ; Tue, 22 Sep 2015 08:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A87C7238 for ; Tue, 22 Sep 2015 08:46:26 +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: <1442911359.b1d20615f8c41e2ff98a2a0dc9b7e07345b6af3e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genpy/Manifest dev-ros/genpy/genpy-0.5.5.ebuild dev-ros/genpy/genpy-9999.ebuild dev-ros/genpy/metadata.xml X-VCS-Directories: dev-ros/genpy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b1d20615f8c41e2ff98a2a0dc9b7e07345b6af3e X-VCS-Branch: master Date: Tue, 22 Sep 2015 08:46:26 +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: 36f78219-ab3f-4350-ad6d-565eb7652876 X-Archives-Hash: 33a811d50f46ad530bbd8b04b4a0a2fe commit: b1d20615f8c41e2ff98a2a0dc9b7e07345b6af3e Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 08:42:39 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 08:42:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d20615 dev-ros/genpy: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/genpy/Manifest | 1 + dev-ros/genpy/genpy-0.5.5.ebuild | 22 ++++++++++++++++++++++ dev-ros/genpy/genpy-9999.ebuild | 25 +++++++++++++++++++++++++ dev-ros/genpy/metadata.xml | 5 +++++ 4 files changed, 53 insertions(+) diff --git a/dev-ros/genpy/Manifest b/dev-ros/genpy/Manifest new file mode 100644 index 0000000..e49a495 --- /dev/null +++ b/dev-ros/genpy/Manifest @@ -0,0 +1 @@ +DIST genpy-0.5.5.tar.gz 59514 SHA256 4727b5c176e94abd3fa4c2f3ce2b2b6d84ca7cb638a8899202a495a0f416df85 SHA512 f79e7ccf2ff6aba672ccbbf0a3ea9ac3c722d2eff5be5fcb71dcd345b45ad8dfde6db4b866bc2bc63707f377cef8757ebf6de61bf25599752360ae0c35dfada9 WHIRLPOOL 41fd1aa9a530fec161986994c12d240732d66e1014b8e8118b7296a33041e23042b0fd69a13fe580397147a37d7b3cf1e3c2371d2a1edf402f49c8d8403406ab diff --git a/dev-ros/genpy/genpy-0.5.5.ebuild b/dev-ros/genpy/genpy-0.5.5.ebuild new file mode 100644 index 0000000..6f7df14 --- /dev/null +++ b/dev-ros/genpy/genpy-0.5.5.ebuild @@ -0,0 +1,22 @@ +# 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/genpy" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit ros-catkin + +DESCRIPTION="Python ROS message and service generators" +HOMEPAGE="http://wiki.ros.org/genpy" +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="test" + +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/pyyaml[${PYTHON_USEDEP}] ) +" diff --git a/dev-ros/genpy/genpy-9999.ebuild b/dev-ros/genpy/genpy-9999.ebuild new file mode 100644 index 0000000..46b7961 --- /dev/null +++ b/dev-ros/genpy/genpy-9999.ebuild @@ -0,0 +1,25 @@ +# 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/genpy" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit ros-catkin + +DESCRIPTION="Python ROS message and service generators" +HOMEPAGE="http://wiki.ros.org/genpy" +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="" + +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) +" diff --git a/dev-ros/genpy/metadata.xml b/dev-ros/genpy/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/genpy/metadata.xml @@ -0,0 +1,5 @@ + + + +ros +