diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-24 10:40:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-24 10:40:34 +0200 |
commit | a18743b68df8337e5634b369dbea4ad37ab7381d (patch) | |
tree | ecf69e41bf6a3f5f0456eafc487719bb0c159ed9 /dev-ros/pluginlib | |
parent | dev-ros/dynamic_reconfigure: bump to 1.5.49 (diff) | |
download | gentoo-a18743b68df8337e5634b369dbea4ad37ab7381d.tar.gz gentoo-a18743b68df8337e5634b369dbea4ad37ab7381d.tar.bz2 gentoo-a18743b68df8337e5634b369dbea4ad37ab7381d.zip |
dev-ros/pluginlib: Remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/pluginlib')
-rw-r--r-- | dev-ros/pluginlib/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/pluginlib/pluginlib-1.10.4-r1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest index 1e9b7818899d..82ec93b0fb48 100644 --- a/dev-ros/pluginlib/Manifest +++ b/dev-ros/pluginlib/Manifest @@ -1,2 +1 @@ -DIST pluginlib-1.10.4.tar.gz 21420 SHA256 9a8a81d39472bda8cc8a9b189b9dc8f602b13b97a132a153144785d9fc5b68b2 SHA512 df469c6f536a062cadc5a4b38006bb407c10ab2bb4da19769ccfc46e466f1fa37216154a90fd41442ac35519eba420ad08f81bf9474511d1c5b4aca219a8b9de WHIRLPOOL b374959761d7fce017678c33fb8a44bbb960ff8002011573245f30f685dc2f48937cfda15fc515e71da1f8174b73c9cb3a66924e02d5e80f053563599dc355c4 DIST pluginlib-1.10.5.tar.gz 21470 SHA256 53a0ccb7a4654d464271189fc44ba23d6be8d3ecdfb40506b9d9fb4a87f19d6c SHA512 619c552c7f6d59f02f580204477e789e2adf15ea53dfdf1d3fe3fc6e65e34dbfe1d7e7ae60b833bbf589c2afd49dc09187222e989de902758475509b8cf7cd88 WHIRLPOOL c441fbee18fa152d900e0b49198cc2b0f75a85f801bc756bc1d56f4153360e2ddfc3c63223a57fbc7ee299aef4313bd55c147fe614d6fcca708f7302ac9c52fd diff --git a/dev-ros/pluginlib/pluginlib-1.10.4-r1.ebuild b/dev-ros/pluginlib/pluginlib-1.10.4-r1.ebuild deleted file mode 100644 index 639878ba7446..000000000000 --- a/dev-ros/pluginlib/pluginlib-1.10.4-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 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/tinyxml - dev-ros/cmake_modules -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest )" -PATCHES=( "${FILESDIR}/gentoo.patch" ) |