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: Sun, 13 May 2018 10:49:17
Message-Id: 1526208539.c71f7eb0abb685c1bdf5d1816bae8db36a7d0a97.aballier@gentoo
1 commit: c71f7eb0abb685c1bdf5d1816bae8db36a7d0a97
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 10:48:46 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 10:48:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71f7eb0
7
8 dev-ros/pluginlib: bump to 1.12.1
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-ros/pluginlib/Manifest | 1 +
13 dev-ros/pluginlib/pluginlib-1.12.1.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
17 index 11fa625078d..3d7ee7a419e 100644
18 --- a/dev-ros/pluginlib/Manifest
19 +++ b/dev-ros/pluginlib/Manifest
20 @@ -1 +1,2 @@
21 DIST pluginlib-1.12.0.tar.gz 20298 BLAKE2B 9d6e5adb6bd64f02d237fa1992402cb016266071c0fa0447709880f90550f36f9e280163a3e054594235d0102f7fb22f4b98a56216b0db9ebaa200b99d018570 SHA512 fcd51908c6c7223bbe50eb43733ba6d00e11419b26d2b9a05aaaf6498020fcd44bacc19313c3a4dd7524bf69d4f54aec27e05b1f88ee578191484c53c1e3f767
22 +DIST pluginlib-1.12.1.tar.gz 19619 BLAKE2B e91fb15b4857fae10012a71df606f5040d5a62bdee596695c873808790eea02cd380eedda6c438388264003d7ac930ebc2c649a421411580dd095365c93d3c8e SHA512 1a15cd934c4f93fecf32d7d3cab1ee6caae61d59aa65d1f796ab2ba63d5204a6fe28744c28eac80d304bd802b184afe79ead621b3c370c6d3526a944c144d724
23
24 diff --git a/dev-ros/pluginlib/pluginlib-1.12.1.ebuild b/dev-ros/pluginlib/pluginlib-1.12.1.ebuild
25 new file mode 100644
26 index 00000000000..5346810670b
27 --- /dev/null
28 +++ b/dev-ros/pluginlib/pluginlib-1.12.1.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 +ROS_SUBDIR="${PN}"
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-0.3.5:=
49 + dev-ros/rosconsole
50 + dev-ros/roslib[${PYTHON_USEDEP}]
51 + dev-libs/boost:=
52 + dev-libs/tinyxml2:=
53 +"
54 +DEPEND="${RDEPEND}
55 + test? ( dev-cpp/gtest )"
56 +PATCHES=( "${FILESDIR}/catkin_prefix_path2.patch" )