summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-03-30 15:30:00 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-03-30 15:32:45 +0200
commit2420081431444f63bccb9ae6cd7951388ed31d50 (patch)
tree13db70661f31971d71c2d89b83b8be0fdc4e0b0d
parentros-meta/geographic_info: Bump to 0.5.3. (diff)
downloadgentoo-2420081431444f63bccb9ae6cd7951388ed31d50.tar.gz
gentoo-2420081431444f63bccb9ae6cd7951388ed31d50.tar.bz2
gentoo-2420081431444f63bccb9ae6cd7951388ed31d50.zip
dev-ros/pluginlib: Remove old
Package-Manager: Portage-2.3.27, Repoman-2.3.9
-rw-r--r--dev-ros/pluginlib/Manifest1
-rw-r--r--dev-ros/pluginlib/files/catkin_prefix_path.patch15
-rw-r--r--dev-ros/pluginlib/pluginlib-1.11.1-r1.ebuild27
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
index c6a0a36a4c54..dbfdb06e59f8 100644
--- a/dev-ros/pluginlib/Manifest
+++ b/dev-ros/pluginlib/Manifest
@@ -1,2 +1 @@
-DIST pluginlib-1.11.1.tar.gz 21621 BLAKE2B 911cc5bb5752e74d90b6d2dc61cb67367fc69a3e375ef827fea49a0e0d4367f0bba6923960e7112c9ed5909b8e50738b2178a5c04d20abe4b8716559e5ebe0e1 SHA512 1bafbc35334a482b2fc08afb7c1ed53ddbc579b121b728b96893c8b82a7070d9ecd8e6e6cffa54b3539def84db9dac79fe59feb93b2de6b8f113e0bfc10a8c00
DIST pluginlib-1.11.2.tar.gz 22844 BLAKE2B 3f3090b2b41754c0989cbc2c0f31333cf404aca00c481c3062955b01274b1cddb76eef41a0bce9a01058b461a293d42beae7c9337e8780d1e9503968196f0a98 SHA512 579aeb2ae82d6607c62007a5be6ccc402856c135e69a500d530ce5569c4f77526a63fee8b948db997db2face37bdac929b58911b5245c6ad641d19af055e46c0
diff --git a/dev-ros/pluginlib/files/catkin_prefix_path.patch b/dev-ros/pluginlib/files/catkin_prefix_path.patch
deleted file mode 100644
index f5a19ec6d42b..000000000000
--- a/dev-ros/pluginlib/files/catkin_prefix_path.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Honour CATKIN_PREFIX_PATH at runtime instead of ROS' hack to use CMAKE_PREFIX_PATH.
-
-Index: pluginlib-1.11.1/include/pluginlib/class_loader_imp.h
-===================================================================
---- pluginlib-1.11.1.orig/include/pluginlib/class_loader_imp.h
-+++ pluginlib-1.11.1/include/pluginlib/class_loader_imp.h
-@@ -66,7 +66,7 @@ namespace
- std::vector<std::string> catkinFindLib()
- {
- std::vector<std::string> lib_paths;
-- const char * env = std::getenv("CMAKE_PREFIX_PATH");
-+ const char * env = std::getenv("CATKIN_PREFIX_PATH");
- if (env) {
- std::string env_catkin_prefix_paths(env);
- std::vector<std::string> catkin_prefix_paths;
diff --git a/dev-ros/pluginlib/pluginlib-1.11.1-r1.ebuild b/dev-ros/pluginlib/pluginlib-1.11.1-r1.ebuild
deleted file mode 100644
index 730a3b5305de..000000000000
--- a/dev-ros/pluginlib/pluginlib-1.11.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/pluginlib"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit ros-catkin
-
-DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-ros/class_loader-0.3.5
- dev-ros/rosconsole
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-libs/boost:=
- dev-libs/tinyxml2:=
- dev-ros/cmake_modules
-"
-DEPEND="${RDEPEND}
- test? ( dev-cpp/gtest )"
-PATCHES=( "${FILESDIR}/catkin_prefix_path.patch" )