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 DF93F13881B for ; Tue, 22 Sep 2015 15:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B12EE0838; Tue, 22 Sep 2015 15:55:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EA08E0801 for ; Tue, 22 Sep 2015 15:55:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F279434070F for ; Tue, 22 Sep 2015 15:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F453238 for ; Tue, 22 Sep 2015 15:55:07 +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: <1442937166.4e0d3c866fc15b0c1e66ea99d5ee4d59cc7b3360.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.39.ebuild dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild dev-ros/dynamic_reconfigure/metadata.xml X-VCS-Directories: dev-ros/dynamic_reconfigure/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4e0d3c866fc15b0c1e66ea99d5ee4d59cc7b3360 X-VCS-Branch: master Date: Tue, 22 Sep 2015 15:55:07 +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: a415d64f-f781-4160-bf90-651df70b2804 X-Archives-Hash: 0a1bba46606b3c6a3033b3d213667d60 commit: 4e0d3c866fc15b0c1e66ea99d5ee4d59cc7b3360 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 15:31:35 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 15:52:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0d3c86 dev-ros/dynamic_reconfigure: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/dynamic_reconfigure/Manifest | 1 + .../dynamic_reconfigure-1.5.39.ebuild | 24 ++++++++++++++++++++++ .../dynamic_reconfigure-9999.ebuild | 24 ++++++++++++++++++++++ dev-ros/dynamic_reconfigure/metadata.xml | 5 +++++ 4 files changed, 54 insertions(+) diff --git a/dev-ros/dynamic_reconfigure/Manifest b/dev-ros/dynamic_reconfigure/Manifest new file mode 100644 index 0000000..239336f --- /dev/null +++ b/dev-ros/dynamic_reconfigure/Manifest @@ -0,0 +1 @@ +DIST dynamic_reconfigure-1.5.39.tar.gz 34301 SHA256 6884a5f6bcd660598529b6e68f318406d2897a289cbc41d81c4d912132c71856 SHA512 0d069b2762d785494dfb4297bff550d3b113be26485cc754884ad3de687129b5fc1a74a6e30ff35348ec57d5e916b1cc76033d56dc540fd7f9e6eaae262c6ca2 WHIRLPOOL 4e29c8ba66729405281835f5636681c2104e88b80840bc68c2c2cf81d1775364e3906bcb122932545638cfa8cd9e6d53efd834bff25c5fad79bb49667887f1b4 diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.39.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.39.ebuild new file mode 100644 index 0000000..7f15404 --- /dev/null +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.39.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}" diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild new file mode 100644 index 0000000..7f15404 --- /dev/null +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.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}" diff --git a/dev-ros/dynamic_reconfigure/metadata.xml b/dev-ros/dynamic_reconfigure/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/dynamic_reconfigure/metadata.xml @@ -0,0 +1,5 @@ + + + +ros +