From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C24C139694 for ; Sun, 30 Jul 2017 16:44:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E780B1FC200; Sun, 30 Jul 2017 16:44:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C71E61FC201 for ; Sun, 30 Jul 2017 16:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC79A341A4B for ; Sun, 30 Jul 2017 16:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AFE374D6 for ; Sun, 30 Jul 2017 16:44:06 +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: <1501433034.4fbb6023338507b6642f291a65ae6a38136fe8ce.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/roscreate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/roscreate/Manifest dev-ros/roscreate/roscreate-1.14.1.ebuild X-VCS-Directories: dev-ros/roscreate/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4fbb6023338507b6642f291a65ae6a38136fe8ce X-VCS-Branch: master Date: Sun, 30 Jul 2017 16:44:06 +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: 67e05042-be0e-4d51-9444-8e530c31a614 X-Archives-Hash: 1d18c0ea18b2fd61bbe05981c6db3519 commit: 4fbb6023338507b6642f291a65ae6a38136fe8ce Author: Alexis Ballier gentoo org> AuthorDate: Sun Jul 30 16:36:40 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jul 30 16:43:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbb6023 dev-ros/roscreate: Bump to 1.14.1. Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ros/roscreate/Manifest | 1 + dev-ros/roscreate/roscreate-1.14.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ros/roscreate/Manifest b/dev-ros/roscreate/Manifest index ed42a1f8b98..2bd06c5d816 100644 --- a/dev-ros/roscreate/Manifest +++ b/dev-ros/roscreate/Manifest @@ -1 +1,2 @@ DIST ros-1.14.0.tar.gz 167371 SHA256 42d2a91e867684b3bd0cf9132e5d6dc5bc996086e5ac7baaeeec9c51005282eb SHA512 b3353eeb88b1e5db456ae796a9b869e540e71a7ff94327c7b2c0cfdc58af599793f4b4e36ec54a80059d938ea1d27ca87f4093ea2621c9267a642f99db3acb31 WHIRLPOOL 142dda77e1d9cf9b5fdab9bcdace8eb9fdeb19060eaff8af16bda27d925c00ffc401bf0a41017aa4d81325dc6703ac9571a54c17e433910c751a2080c2637355 +DIST ros-1.14.1.tar.gz 167768 SHA256 2bdf5e29c332982bec3b01abbf190ff72c0eaee352070c6dd2e23ee7d32b6da7 SHA512 b8d3ea058cd53d5ecd3aa3302ecdd89ef183cb0b58a0f39949e8215ffd7361111e0d926c3c8eb93bab7867d166870e9acc411c931df543f9ba9e5031739a399a WHIRLPOOL 36e8c1a2e8c6cb557cdc65c468449ba685832d5bfdc19115e4016815787997aaf5a3f3c6de6fdc58b3e3500f8c351c14421ad7dd611e00eba1648a91411b55f4 diff --git a/dev-ros/roscreate/roscreate-1.14.1.ebuild b/dev-ros/roscreate/roscreate-1.14.1.ebuild new file mode 100644 index 00000000000..99653a00b61 --- /dev/null +++ b/dev-ros/roscreate/roscreate-1.14.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/ros" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="Tool that assists in the creation of ROS filesystem resources" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +"