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/files/, dev-ros/pluginlib/
Date: Fri, 30 Mar 2018 13:34:06
Message-Id: 1522416765.2420081431444f63bccb9ae6cd7951388ed31d50.aballier@gentoo
1 commit: 2420081431444f63bccb9ae6cd7951388ed31d50
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 13:30:00 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=24200814
7
8 dev-ros/pluginlib: Remove old
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-ros/pluginlib/Manifest | 1 -
13 dev-ros/pluginlib/files/catkin_prefix_path.patch | 15 -------------
14 dev-ros/pluginlib/pluginlib-1.11.1-r1.ebuild | 27 ------------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
18 index c6a0a36a4c5..dbfdb06e59f 100644
19 --- a/dev-ros/pluginlib/Manifest
20 +++ b/dev-ros/pluginlib/Manifest
21 @@ -1,2 +1 @@
22 -DIST pluginlib-1.11.1.tar.gz 21621 BLAKE2B 911cc5bb5752e74d90b6d2dc61cb67367fc69a3e375ef827fea49a0e0d4367f0bba6923960e7112c9ed5909b8e50738b2178a5c04d20abe4b8716559e5ebe0e1 SHA512 1bafbc35334a482b2fc08afb7c1ed53ddbc579b121b728b96893c8b82a7070d9ecd8e6e6cffa54b3539def84db9dac79fe59feb93b2de6b8f113e0bfc10a8c00
23 DIST pluginlib-1.11.2.tar.gz 22844 BLAKE2B 3f3090b2b41754c0989cbc2c0f31333cf404aca00c481c3062955b01274b1cddb76eef41a0bce9a01058b461a293d42beae7c9337e8780d1e9503968196f0a98 SHA512 579aeb2ae82d6607c62007a5be6ccc402856c135e69a500d530ce5569c4f77526a63fee8b948db997db2face37bdac929b58911b5245c6ad641d19af055e46c0
24
25 diff --git a/dev-ros/pluginlib/files/catkin_prefix_path.patch b/dev-ros/pluginlib/files/catkin_prefix_path.patch
26 deleted file mode 100644
27 index f5a19ec6d42..00000000000
28 --- a/dev-ros/pluginlib/files/catkin_prefix_path.patch
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -Honour CATKIN_PREFIX_PATH at runtime instead of ROS' hack to use CMAKE_PREFIX_PATH.
32 -
33 -Index: pluginlib-1.11.1/include/pluginlib/class_loader_imp.h
34 -===================================================================
35 ---- pluginlib-1.11.1.orig/include/pluginlib/class_loader_imp.h
36 -+++ pluginlib-1.11.1/include/pluginlib/class_loader_imp.h
37 -@@ -66,7 +66,7 @@ namespace
38 - std::vector<std::string> catkinFindLib()
39 - {
40 - std::vector<std::string> lib_paths;
41 -- const char * env = std::getenv("CMAKE_PREFIX_PATH");
42 -+ const char * env = std::getenv("CATKIN_PREFIX_PATH");
43 - if (env) {
44 - std::string env_catkin_prefix_paths(env);
45 - std::vector<std::string> catkin_prefix_paths;
46
47 diff --git a/dev-ros/pluginlib/pluginlib-1.11.1-r1.ebuild b/dev-ros/pluginlib/pluginlib-1.11.1-r1.ebuild
48 deleted file mode 100644
49 index 730a3b5305d..00000000000
50 --- a/dev-ros/pluginlib/pluginlib-1.11.1-r1.ebuild
51 +++ /dev/null
52 @@ -1,27 +0,0 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=5
57 -
58 -ROS_REPO_URI="https://github.com/ros/pluginlib"
59 -KEYWORDS="~amd64 ~arm"
60 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
61 -
62 -inherit ros-catkin
63 -
64 -DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure"
65 -LICENSE="BSD"
66 -SLOT="0"
67 -IUSE=""
68 -
69 -RDEPEND="
70 - >=dev-ros/class_loader-0.3.5
71 - dev-ros/rosconsole
72 - dev-ros/roslib[${PYTHON_USEDEP}]
73 - dev-libs/boost:=
74 - dev-libs/tinyxml2:=
75 - dev-ros/cmake_modules
76 -"
77 -DEPEND="${RDEPEND}
78 - test? ( dev-cpp/gtest )"
79 -PATCHES=( "${FILESDIR}/catkin_prefix_path.patch" )