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 A35DA139BC6 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 6C3B3E088F; Tue, 22 Sep 2015 08:46:33 +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 B3FACE088F for ; Tue, 22 Sep 2015 08:46:32 +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 BA929340686 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 74BCA16C 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: <1442911034.cff2e889c50cddc210d9c966219c8d4da73d9e3a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genmsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genmsg/Manifest dev-ros/genmsg/genmsg-0.5.6.ebuild dev-ros/genmsg/genmsg-9999.ebuild dev-ros/genmsg/metadata.xml X-VCS-Directories: dev-ros/genmsg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cff2e889c50cddc210d9c966219c8d4da73d9e3a 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: 319eeb9a-732a-446e-a14e-2aee143b3210 X-Archives-Hash: 5fbc07990cbb33c5d8025a90fe95a00f commit: cff2e889c50cddc210d9c966219c8d4da73d9e3a Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 08:37:14 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 08:37:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff2e889 dev-ros/genmsg: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/genmsg/Manifest | 1 + dev-ros/genmsg/genmsg-0.5.6.ebuild | 20 ++++++++++++++++++++ dev-ros/genmsg/genmsg-9999.ebuild | 20 ++++++++++++++++++++ dev-ros/genmsg/metadata.xml | 5 +++++ 4 files changed, 46 insertions(+) diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest new file mode 100644 index 0000000..99728c7 --- /dev/null +++ b/dev-ros/genmsg/Manifest @@ -0,0 +1 @@ +DIST genmsg-0.5.6.tar.gz 59067 SHA256 70ec083888f8bbdc32cf6b97cdbc3ccc042fe78ad2e6f6fc60b414aaffd8fba6 SHA512 3efba41372028a434e0e3ebbef7212106ba445c2e6755109d09809f4fb96d7b1cfb235bad462ecc9f176d79dbe0616916da52c044620135ebac4c94016338427 WHIRLPOOL 8c8d1199b82674e1121bfaf3d32908cf0e6026d2201f78efe26ca2a3c1da81b2a548aa74b8606ceb1feec9d148a6b438ff23cbd707b0bc6b0e6c09f9beb13b1a diff --git a/dev-ros/genmsg/genmsg-0.5.6.ebuild b/dev-ros/genmsg/genmsg-0.5.6.ebuild new file mode 100644 index 0000000..d70c53c --- /dev/null +++ b/dev-ros/genmsg/genmsg-0.5.6.ebuild @@ -0,0 +1,20 @@ +# 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/genmsg" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit ros-catkin + +DESCRIPTION="Python library for generating ROS message and service data structures for various languages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" diff --git a/dev-ros/genmsg/genmsg-9999.ebuild b/dev-ros/genmsg/genmsg-9999.ebuild new file mode 100644 index 0000000..d70c53c --- /dev/null +++ b/dev-ros/genmsg/genmsg-9999.ebuild @@ -0,0 +1,20 @@ +# 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/genmsg" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit ros-catkin + +DESCRIPTION="Python library for generating ROS message and service data structures for various languages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" diff --git a/dev-ros/genmsg/metadata.xml b/dev-ros/genmsg/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/genmsg/metadata.xml @@ -0,0 +1,5 @@ + + + +ros +