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 50EE41382C5 for ; Mon, 12 Feb 2018 14:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7CCBE09FD; Mon, 12 Feb 2018 14:03:56 +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 A755CE09F9 for ; Mon, 12 Feb 2018 14:03:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ADD79335C4C for ; Mon, 12 Feb 2018 14:03:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94C76216 for ; Mon, 12 Feb 2018 14:03:52 +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: <1518440885.8393bd81edb7692ac84250d3c8eb0d3b2e6b738a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_reconfigure/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_reconfigure/Manifest dev-ros/rqt_reconfigure/rqt_reconfigure-0.4.9.ebuild X-VCS-Directories: dev-ros/rqt_reconfigure/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8393bd81edb7692ac84250d3c8eb0d3b2e6b738a X-VCS-Branch: master Date: Mon, 12 Feb 2018 14:03:52 +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: 041350b0-589b-4015-b31d-036005a05f3f X-Archives-Hash: d8247895f0898a248e3bec86b5b00044 commit: 8393bd81edb7692ac84250d3c8eb0d3b2e6b738a Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 12 13:08:05 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 12 13:08:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8393bd81 dev-ros/rqt_reconfigure: bump to 0.4.9 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ros/rqt_reconfigure/Manifest | 1 + .../rqt_reconfigure/rqt_reconfigure-0.4.9.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-ros/rqt_reconfigure/Manifest b/dev-ros/rqt_reconfigure/Manifest index 56325233176..1f45ec3c9c1 100644 --- a/dev-ros/rqt_reconfigure/Manifest +++ b/dev-ros/rqt_reconfigure/Manifest @@ -1 +1,2 @@ DIST rqt_reconfigure-0.4.8.tar.gz 27937 BLAKE2B c18d7bd646ebd6c19f2c8eb14093f9761b3e4dcfbd0f3989e7e45e230cfb40b402bc87016bd877433357d00ca03deb13ecee502a41332b79da0367faa4f4d7f8 SHA512 0ed02c9429974cfb598371923440dfa3b2ea00018898bb404f0301d1573d6162f61c7628edbf2b9517a9104d8dfbc63f31257a58ad3abf859165231159f794d2 +DIST rqt_reconfigure-0.4.9.tar.gz 28120 BLAKE2B 91064b3a07d80c0d51178dbab882319326a03a00d648f14a6b160b008075bb59bc32c3f47e0ec1650b27ea1fe53e0bc92197d3dd7baf2bda5fcf75b77c3d5665 SHA512 20898a74d4b43442ab15890bdef8ccc62129fa2786d7c99515120eea90175a318ffaf75986b5b5b1ae5664548461a636ba15577b9a94084826272a4411162ac3 diff --git a/dev-ros/rqt_reconfigure/rqt_reconfigure-0.4.9.ebuild b/dev-ros/rqt_reconfigure/rqt_reconfigure-0.4.9.ebuild new file mode 100644 index 00000000000..00637e917af --- /dev/null +++ b/dev-ros/rqt_reconfigure/rqt_reconfigure-0.4.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_reconfigure" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Provides the way to view and edit the parameters that are accessible via dynamic_reconfigure" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_console[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] + dev-ros/rqt_py_common[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"