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 B3B4D138252 for ; Wed, 11 May 2016 08:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6802EE07FE; Wed, 11 May 2016 08:45:41 +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 B9D85E07FE for ; Wed, 11 May 2016 08:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7FB42340B57 for ; Wed, 11 May 2016 08:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F12AE342 for ; Wed, 11 May 2016 08:45:37 +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: <1462956328.522d239dd3094867d70f3e83e2892e7bbff135b2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gennodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/gennodejs/Manifest dev-ros/gennodejs/gennodejs-1.0.1.ebuild dev-ros/gennodejs/gennodejs-9999.ebuild dev-ros/gennodejs/metadata.xml X-VCS-Directories: dev-ros/gennodejs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 522d239dd3094867d70f3e83e2892e7bbff135b2 X-VCS-Branch: master Date: Wed, 11 May 2016 08:45:37 +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: 13cc77c7-f83d-47b7-853b-936dc9ec61b1 X-Archives-Hash: 448711ccb4b59ffc696c8a7656c1f994 commit: 522d239dd3094867d70f3e83e2892e7bbff135b2 Author: Alexis Ballier gentoo org> AuthorDate: Wed May 11 08:12:10 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed May 11 08:45:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522d239d dev-ros/gennodejs: initial import; ebuild by me Package-Manager: portage-2.2.28 dev-ros/gennodejs/Manifest | 1 + dev-ros/gennodejs/gennodejs-1.0.1.ebuild | 20 ++++++++++++++++++++ dev-ros/gennodejs/gennodejs-9999.ebuild | 20 ++++++++++++++++++++ dev-ros/gennodejs/metadata.xml | 8 ++++++++ 4 files changed, 49 insertions(+) diff --git a/dev-ros/gennodejs/Manifest b/dev-ros/gennodejs/Manifest new file mode 100644 index 0000000..e508488 --- /dev/null +++ b/dev-ros/gennodejs/Manifest @@ -0,0 +1 @@ +DIST gennodejs-1.0.1.tar.gz 13753 SHA256 084f68ad815023836fbfd2bd739c5d4106eba6fbba937a8ad53337364590b374 SHA512 d535b27b40732fa18f31307aca15371ec7198c362f6ebae4ebb24f1b3d7cfd9facd609023ea8215deb364d7946630191c82589480f01a29d0a2e8457c309c0ca WHIRLPOOL d34a6e0d6ac335f202025a013842a847159f7bf77609c1ebf3608679a8d055228a80d9bb670ec942ef788891e7da1e36a281a7a453612ca3c9908bd902d2a01a diff --git a/dev-ros/gennodejs/gennodejs-1.0.1.ebuild b/dev-ros/gennodejs/gennodejs-1.0.1.ebuild new file mode 100644 index 0000000..a005a24 --- /dev/null +++ b/dev-ros/gennodejs/gennodejs-1.0.1.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/RethinkRobotics-opensource/gennodejs" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) + +inherit ros-catkin + +DESCRIPTION="Javascript 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}" diff --git a/dev-ros/gennodejs/gennodejs-9999.ebuild b/dev-ros/gennodejs/gennodejs-9999.ebuild new file mode 100644 index 0000000..a005a24 --- /dev/null +++ b/dev-ros/gennodejs/gennodejs-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/RethinkRobotics-opensource/gennodejs" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) + +inherit ros-catkin + +DESCRIPTION="Javascript 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}" diff --git a/dev-ros/gennodejs/metadata.xml b/dev-ros/gennodejs/metadata.xml new file mode 100644 index 0000000..74ced8b --- /dev/null +++ b/dev-ros/gennodejs/metadata.xml @@ -0,0 +1,8 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + +