Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/dynamic_reconfigure/
Date: Tue, 28 Jun 2016 14:40:50
Message-Id: 1467124539.9ec5287655b0b701f5c2bea62698964566d87a36.aballier@gentoo
1 commit: 9ec5287655b0b701f5c2bea62698964566d87a36
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 14:35:32 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 14:35:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec52876
7
8 dev-ros/dynamic_reconfigure: bump to 1.5.44
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/dynamic_reconfigure/Manifest | 1 +
13 .../dynamic_reconfigure-1.5.44.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-ros/dynamic_reconfigure/Manifest b/dev-ros/dynamic_reconfigure/Manifest
17 index cbb14ca..2c5a80c 100644
18 --- a/dev-ros/dynamic_reconfigure/Manifest
19 +++ b/dev-ros/dynamic_reconfigure/Manifest
20 @@ -1 +1,2 @@
21 DIST dynamic_reconfigure-1.5.43.tar.gz 34714 SHA256 84d9bf55353c1d816ed8a3b40d77ed933bb53493fadcc0826018c93138777b4c SHA512 92c9524eb1614f204a97057cc9f4000d44e754473db1372d5b157a6e886997bbc3851972d492facf218bff822e03979b82646ac2f21b03fef137c957e746d1ce WHIRLPOOL c98404e0a2f001166a12874607c0708070fb30ce861781d5cc50251b70fb6abb03f9ee9e502415dadfc5db76000e0c1e473cbf1d7b450eb8ca4a260a56507161
22 +DIST dynamic_reconfigure-1.5.44.tar.gz 35149 SHA256 f1b073c36fd937bd8697bc92ec38926f9194069e6e8d80ab70eb09610720ee7f SHA512 b66f70b40dc08ca1663a50d7bd4c0c060aa7fe0c415bd74cc46057e449ed329cbb908279ccf813d2c5ac5d667333fc16e27cedc9d946b63553ae694d7fb00508 WHIRLPOOL 5560140f68b34421498a26324e9dd7fc87e9929e5bd893f54cce83cdf909a4d8f728d558abb2a40836dab5e57e496a1e8a645d01c57109a182e4b71c0d2fb952
23
24 diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.44.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.44.ebuild
25 new file mode 100644
26 index 0000000..ba103b8
27 --- /dev/null
28 +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.44.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +CATKIN_HAS_MESSAGES=yes
36 +ROS_REPO_URI="https://github.com/ros/dynamic_reconfigure"
37 +KEYWORDS="~amd64 ~arm"
38 +PYTHON_COMPAT=( python2_7 )
39 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Provides a means to change node parameters at any time without having to restart the node"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-libs/boost:=[threads]
50 + dev-ros/rospy[${PYTHON_USEDEP}]
51 + dev-ros/roscpp
52 +"
53 +DEPEND="${RDEPEND}"