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 0ADB859CA4 for ; Tue, 15 Mar 2016 11:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7705421C005; Tue, 15 Mar 2016 11:47:56 +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 EF2F421C005 for ; Tue, 15 Mar 2016 11:47:55 +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 24988340CC5 for ; Tue, 15 Mar 2016 11:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A63A85B for ; Tue, 15 Mar 2016 11:47:48 +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: <1458041907.e054ebb68abfd402e458dbd5a07a64b1407abe9c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/dynamic_reconfigure/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/dynamic_reconfigure/Manifest dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.41.ebuild X-VCS-Directories: dev-ros/dynamic_reconfigure/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e054ebb68abfd402e458dbd5a07a64b1407abe9c X-VCS-Branch: master Date: Tue, 15 Mar 2016 11:47:48 +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: 04731177-da1f-4552-899c-fe26084fae96 X-Archives-Hash: 70c0a0edc5ce016e5214a32233e42585 commit: e054ebb68abfd402e458dbd5a07a64b1407abe9c Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 15 11:38:18 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 15 11:38:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e054ebb6 dev-ros/dynamic_reconfigure: bump to 1.5.41 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/dynamic_reconfigure/Manifest | 1 + .../dynamic_reconfigure-1.5.41.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ros/dynamic_reconfigure/Manifest b/dev-ros/dynamic_reconfigure/Manifest index 239336f..50ab557 100644 --- a/dev-ros/dynamic_reconfigure/Manifest +++ b/dev-ros/dynamic_reconfigure/Manifest @@ -1 +1,2 @@ DIST dynamic_reconfigure-1.5.39.tar.gz 34301 SHA256 6884a5f6bcd660598529b6e68f318406d2897a289cbc41d81c4d912132c71856 SHA512 0d069b2762d785494dfb4297bff550d3b113be26485cc754884ad3de687129b5fc1a74a6e30ff35348ec57d5e916b1cc76033d56dc540fd7f9e6eaae262c6ca2 WHIRLPOOL 4e29c8ba66729405281835f5636681c2104e88b80840bc68c2c2cf81d1775364e3906bcb122932545638cfa8cd9e6d53efd834bff25c5fad79bb49667887f1b4 +DIST dynamic_reconfigure-1.5.41.tar.gz 34471 SHA256 7f242ee5e8c889926f40ef34df94750af0261160c24e4dc9bf3c3a067d0bc13a SHA512 31e1d1f5c36541b46eee44419a50c2ab76f3f497d1dbd2161bc348e9f4adf71d4a2c2d5b01b7278bb991971ccf0773f072da16e26497eefc120b28c38422e049 WHIRLPOOL 737054d37e6c1ef1fb68cac19ae2e03876621016ced8ed58b97d802f5437e69367be98cadcf51308b5eebe75304d126e8bcf1c860a65fc44e71e18ebc1205587 diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.41.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.41.ebuild new file mode 100644 index 0000000..7f15404 --- /dev/null +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.41.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/dynamic_reconfigure" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Provides a means to change node parameters at any time without having to restart the node" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/roscpp +" +DEPEND="${RDEPEND}"