Skip to content

Commit

Permalink
dev-ros/dynamic_reconfigure: bump to 1.5.42
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Mar 16, 2016
1 parent 693f208 commit 52bfdf8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/dynamic_reconfigure/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
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
DIST dynamic_reconfigure-1.5.42.tar.gz 34689 SHA256 520c92c198b8da03d9f70a837528a3e308696bf31ba39902a9a3da3c522d6e06 SHA512 7fc74312a8b8763edd2bd3e66fc6a27ce3d8adaa37b9d284c7e7d8a13324336c1ffb49fa416acfc39bc4d28c6eb33e654900367bacbd412c0cb8fb17bfd7b809 WHIRLPOOL a74229b0ddac33a0222faf21db0a5412cb8ea7c0a719e67442fdbb3f22711f14fd98584163fc852def601840c9cd6c16e88d2b3705ea1ec520874b5d0334a928
24 changes: 24 additions & 0 deletions dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.42.ebuild
Original file line number Diff line number Diff line change
@@ -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}"

0 comments on commit 52bfdf8

Please sign in to comment.