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: Sat, 01 Apr 2017 12:24:56
Message-Id: 1491049480.7edb3a77adc8317e30458d867cf8656a6ebf081b.aballier@gentoo
1 commit: 7edb3a77adc8317e30458d867cf8656a6ebf081b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 10:11:56 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 12:24:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edb3a77
7
8 dev-ros/dynamic_reconfigure: Bump to 1.5.47
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/dynamic_reconfigure/Manifest | 1 +
13 .../dynamic_reconfigure-1.5.47.ebuild | 23 ++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-ros/dynamic_reconfigure/Manifest b/dev-ros/dynamic_reconfigure/Manifest
17 index f29aee22854..2473a463ce9 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.46.tar.gz 35500 SHA256 c3d782715f16c0ec3335e23d27ddb62f12eec3492e865003168c74bd212a6fbb SHA512 9f69ecb0d8bfda8d3f8512009743343c51598c4c886a12eec771ed5e48dacbd363e661c50118e279628a4b198966823c9a9fc8f5fcfa84e7fc307d180a2c1ec6 WHIRLPOOL f7333c92fc3e8fdf0119c4af83c22dca9b98158862be4da084ac439c8a2b7c9e6e3cd99352a40b86a4aee27f28d7a87f79e3102f401cee19ca2f0783abf3c8b7
22 +DIST dynamic_reconfigure-1.5.47.tar.gz 38650 SHA256 d0c64e0cea268a532c3f5f14d8c9bfc7ad405b47683fa8e7054264d979d4ffd4 SHA512 46a3a8e930a32e02113594777f36beb225028aef17decc6a45413e80a47bafea34587bbf017a1c7bcfcb697332cddf7fd38908d20951831865f36f71a1548727 WHIRLPOOL 5f1632716af160d19141ce4aa4360744d59e533e783bd286cd86e729aa0294f2d46543efb1847dd6a88958b34b5287f62e56af9f20b9b098e147dda6725ae8cd
23
24 diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.47.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.47.ebuild
25 new file mode 100644
26 index 00000000000..9650a1395bc
27 --- /dev/null
28 +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.5.47.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +CATKIN_HAS_MESSAGES=yes
35 +ROS_REPO_URI="https://github.com/ros/dynamic_reconfigure"
36 +KEYWORDS="~amd64 ~arm"
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Provides a means to change node parameters at any time without having to restart the node"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-libs/boost:=[threads]
49 + dev-ros/rospy[${PYTHON_USEDEP}]
50 + dev-ros/roscpp
51 +"
52 +DEPEND="${RDEPEND}"