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: Sat, 01 Apr 2017 12:24:57
Message-Id: 1491049480.394eb63fe5a9ed62c86b3377699f0e437540f8d5.aballier@gentoo
1 commit: 394eb63fe5a9ed62c86b3377699f0e437540f8d5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 10:10:52 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=394eb63f
7
8 dev-ros/pluginlib: bump to 1.10.5
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/pluginlib/Manifest | 1 +
13 dev-ros/pluginlib/pluginlib-1.10.5.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
17 index d5a76fb1373..1e9b7818899 100644
18 --- a/dev-ros/pluginlib/Manifest
19 +++ b/dev-ros/pluginlib/Manifest
20 @@ -1 +1,2 @@
21 DIST pluginlib-1.10.4.tar.gz 21420 SHA256 9a8a81d39472bda8cc8a9b189b9dc8f602b13b97a132a153144785d9fc5b68b2 SHA512 df469c6f536a062cadc5a4b38006bb407c10ab2bb4da19769ccfc46e466f1fa37216154a90fd41442ac35519eba420ad08f81bf9474511d1c5b4aca219a8b9de WHIRLPOOL b374959761d7fce017678c33fb8a44bbb960ff8002011573245f30f685dc2f48937cfda15fc515e71da1f8174b73c9cb3a66924e02d5e80f053563599dc355c4
22 +DIST pluginlib-1.10.5.tar.gz 21470 SHA256 53a0ccb7a4654d464271189fc44ba23d6be8d3ecdfb40506b9d9fb4a87f19d6c SHA512 619c552c7f6d59f02f580204477e789e2adf15ea53dfdf1d3fe3fc6e65e34dbfe1d7e7ae60b833bbf589c2afd49dc09187222e989de902758475509b8cf7cd88 WHIRLPOOL c441fbee18fa152d900e0b49198cc2b0f75a85f801bc756bc1d56f4153360e2ddfc3c63223a57fbc7ee299aef4313bd55c147fe614d6fcca708f7302ac9c52fd
23
24 diff --git a/dev-ros/pluginlib/pluginlib-1.10.5.ebuild b/dev-ros/pluginlib/pluginlib-1.10.5.ebuild
25 new file mode 100644
26 index 00000000000..75c645625a1
27 --- /dev/null
28 +++ b/dev-ros/pluginlib/pluginlib-1.10.5.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +ROS_REPO_URI="https://github.com/ros/pluginlib"
36 +KEYWORDS="~amd64 ~arm"
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + >=dev-ros/class_loader-0.3.5
48 + dev-ros/rosconsole
49 + dev-ros/roslib[${PYTHON_USEDEP}]
50 + dev-libs/boost:=
51 + dev-libs/tinyxml
52 + dev-ros/cmake_modules
53 +"
54 +DEPEND="${RDEPEND}
55 + test? ( dev-cpp/gtest )"
56 +PATCHES=( "${FILESDIR}/gentoo.patch" )