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: Fri, 30 Mar 2018 13:34:05
Message-Id: 1522416765.647a40e39d67c4631a671313184018650f42837a.aballier@gentoo
1 commit: 647a40e39d67c4631a671313184018650f42837a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 13:31:09 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 13:32:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647a40e3
7
8 dev-ros/pluginlib: bump to 1.11.3
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-ros/pluginlib/Manifest | 1 +
13 dev-ros/pluginlib/pluginlib-1.11.3.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
17 index dbfdb06e59f..c1443be2bcc 100644
18 --- a/dev-ros/pluginlib/Manifest
19 +++ b/dev-ros/pluginlib/Manifest
20 @@ -1 +1,2 @@
21 DIST pluginlib-1.11.2.tar.gz 22844 BLAKE2B 3f3090b2b41754c0989cbc2c0f31333cf404aca00c481c3062955b01274b1cddb76eef41a0bce9a01058b461a293d42beae7c9337e8780d1e9503968196f0a98 SHA512 579aeb2ae82d6607c62007a5be6ccc402856c135e69a500d530ce5569c4f77526a63fee8b948db997db2face37bdac929b58911b5245c6ad641d19af055e46c0
22 +DIST pluginlib-1.11.3.tar.gz 23465 BLAKE2B 64725b7bd3896362168db324dbbdc9a0de24d6c79b77d3b21e6d6a95091bfe7bca35fe93617200ed993a20aa8ce5604b90eadf546ca0d3ab5cca79dd47e182a0 SHA512 5d0acadf69362137041b6f08724ef0c0b0209ca901d1d082df38224e08ad990e43133979e9462128f0b9fb313ad4c9398bf5c075e5669a1cd3cd8dd715e9355b
23
24 diff --git a/dev-ros/pluginlib/pluginlib-1.11.3.ebuild b/dev-ros/pluginlib/pluginlib-1.11.3.ebuild
25 new file mode 100644
26 index 00000000000..01682d753b1
27 --- /dev/null
28 +++ b/dev-ros/pluginlib/pluginlib-1.11.3.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2018 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/tinyxml2:=
52 + dev-ros/cmake_modules
53 +"
54 +DEPEND="${RDEPEND}
55 + test? ( dev-cpp/gtest )"
56 +PATCHES=( "${FILESDIR}/catkin_prefix_path2.patch" )