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 16F4359CA3 for ; Mon, 14 Mar 2016 11:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA0021C02D; Mon, 14 Mar 2016 11:38:53 +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 1932B21C012 for ; Mon, 14 Mar 2016 11:38:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C545340C58 for ; Mon, 14 Mar 2016 11:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA0EE867 for ; Mon, 14 Mar 2016 11:38:46 +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: <1457955500.ab9d5e3b4bca43b53d0abcb7026d2ddc916ad37c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_moveit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_moveit/Manifest dev-ros/rqt_moveit/rqt_moveit-0.4.3.ebuild X-VCS-Directories: dev-ros/rqt_moveit/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ab9d5e3b4bca43b53d0abcb7026d2ddc916ad37c X-VCS-Branch: master Date: Mon, 14 Mar 2016 11:38:46 +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: 28b07170-5372-4178-9914-f1c75e79e481 X-Archives-Hash: 649d1bc657fa46b417695170f2d5548f commit: ab9d5e3b4bca43b53d0abcb7026d2ddc916ad37c Author: Alexis Ballier gentoo org> AuthorDate: Mon Mar 14 11:28:31 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Mar 14 11:38:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9d5e3b dev-ros/rqt_moveit: Bump to 0.4.3. Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rqt_moveit/Manifest | 1 + dev-ros/rqt_moveit/rqt_moveit-0.4.3.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ros/rqt_moveit/Manifest b/dev-ros/rqt_moveit/Manifest index 3674c36..a86d065 100644 --- a/dev-ros/rqt_moveit/Manifest +++ b/dev-ros/rqt_moveit/Manifest @@ -1 +1,2 @@ DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0 +DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f WHIRLPOOL a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74 diff --git a/dev-ros/rqt_moveit/rqt_moveit-0.4.3.ebuild b/dev-ros/rqt_moveit/rqt_moveit-0.4.3.ebuild new file mode 100644 index 0000000..bcc9205 --- /dev/null +++ b/dev-ros/rqt_moveit/rqt_moveit-0.4.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Assists monitoring tasks for MoveIt! motion planner" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosnode[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rostopic[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] + dev-ros/rqt_topic[${PYTHON_USEDEP}] + dev-ros/sensor_msgs[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"