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/pluginlib/
Date: Mon, 26 Sep 2016 15:03:19
Message-Id: 1474902188.ba07c517cfe4e1fc1b51477545e3aefcaad891d7.aballier@gentoo
1 commit: ba07c517cfe4e1fc1b51477545e3aefcaad891d7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 12:35:39 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 15:03:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba07c517
7
8 dev-ros/pluginlib: bump to 1.10.4
9
10 Package-Manager: portage-2.3.1
11
12 dev-ros/pluginlib/Manifest | 1 +
13 dev-ros/pluginlib/pluginlib-1.10.4.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
17 index 9eac65a..bb3fa03 100644
18 --- a/dev-ros/pluginlib/Manifest
19 +++ b/dev-ros/pluginlib/Manifest
20 @@ -1 +1,2 @@
21 DIST pluginlib-1.10.3.tar.gz 20554 SHA256 fca9f2f449ac7fea4eb4597d5ac8ac77d572f18f890333abd4cd2bbc0249f117 SHA512 01dd40edc1c29140de5f0fc9553d54daaeb4321c6117ec90bd89b55e66223dbdff98de5ae73b1210e9366b97cf9faa131252b165344eb75bd8e08a97cce7507d WHIRLPOOL 12c07d0c95d8d5da6d3debe0ed761cbc4e9b324dd8d93e44934d95897951d7bf96d3dc1b2a9989f8f5ae85a229831ebe2ac425687b3b460c70f234cff624d346
22 +DIST pluginlib-1.10.4.tar.gz 21420 SHA256 9a8a81d39472bda8cc8a9b189b9dc8f602b13b97a132a153144785d9fc5b68b2 SHA512 df469c6f536a062cadc5a4b38006bb407c10ab2bb4da19769ccfc46e466f1fa37216154a90fd41442ac35519eba420ad08f81bf9474511d1c5b4aca219a8b9de WHIRLPOOL b374959761d7fce017678c33fb8a44bbb960ff8002011573245f30f685dc2f48937cfda15fc515e71da1f8174b73c9cb3a66924e02d5e80f053563599dc355c4
23
24 diff --git a/dev-ros/pluginlib/pluginlib-1.10.4.ebuild b/dev-ros/pluginlib/pluginlib-1.10.4.ebuild
25 new file mode 100644
26 index 00000000..b931f64
27 --- /dev/null
28 +++ b/dev-ros/pluginlib/pluginlib-1.10.4.ebuild
29 @@ -0,0 +1,27 @@
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 +
36 +ROS_REPO_URI="https://github.com/ros/pluginlib"
37 +KEYWORDS="~amd64 ~arm"
38 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/class_loader
49 + dev-ros/rosconsole
50 + dev-ros/roslib[${PYTHON_USEDEP}]
51 + dev-libs/boost:=
52 + dev-libs/tinyxml
53 + dev-ros/cmake_modules
54 +"
55 +DEPEND="${RDEPEND}
56 + test? ( dev-cpp/gtest )"