diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-05-13 12:47:46 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-05-13 12:48:58 +0200 |
commit | 81125e7cc579c30549939bdf2ae454030d256db5 (patch) | |
tree | 7c70fa0a32f27ffde377427183750da19ef2c208 /dev-ros | |
parent | dev-ros/xacro: bump to 1.13.1 (diff) | |
download | gentoo-81125e7cc579c30549939bdf2ae454030d256db5.tar.gz gentoo-81125e7cc579c30549939bdf2ae454030d256db5.tar.bz2 gentoo-81125e7cc579c30549939bdf2ae454030d256db5.zip |
dev-ros/pluginlib: Remove old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/pluginlib/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/pluginlib/pluginlib-1.11.2.ebuild | 27 | ||||
-rw-r--r-- | dev-ros/pluginlib/pluginlib-1.11.3.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest index 3ffe40dd06e1..11fa625078d6 100644 --- a/dev-ros/pluginlib/Manifest +++ b/dev-ros/pluginlib/Manifest @@ -1,3 +1 @@ -DIST pluginlib-1.11.2.tar.gz 22844 BLAKE2B 3f3090b2b41754c0989cbc2c0f31333cf404aca00c481c3062955b01274b1cddb76eef41a0bce9a01058b461a293d42beae7c9337e8780d1e9503968196f0a98 SHA512 579aeb2ae82d6607c62007a5be6ccc402856c135e69a500d530ce5569c4f77526a63fee8b948db997db2face37bdac929b58911b5245c6ad641d19af055e46c0 -DIST pluginlib-1.11.3.tar.gz 23465 BLAKE2B 64725b7bd3896362168db324dbbdc9a0de24d6c79b77d3b21e6d6a95091bfe7bca35fe93617200ed993a20aa8ce5604b90eadf546ca0d3ab5cca79dd47e182a0 SHA512 5d0acadf69362137041b6f08724ef0c0b0209ca901d1d082df38224e08ad990e43133979e9462128f0b9fb313ad4c9398bf5c075e5669a1cd3cd8dd715e9355b DIST pluginlib-1.12.0.tar.gz 20298 BLAKE2B 9d6e5adb6bd64f02d237fa1992402cb016266071c0fa0447709880f90550f36f9e280163a3e054594235d0102f7fb22f4b98a56216b0db9ebaa200b99d018570 SHA512 fcd51908c6c7223bbe50eb43733ba6d00e11419b26d2b9a05aaaf6498020fcd44bacc19313c3a4dd7524bf69d4f54aec27e05b1f88ee578191484c53c1e3f767 diff --git a/dev-ros/pluginlib/pluginlib-1.11.2.ebuild b/dev-ros/pluginlib/pluginlib-1.11.2.ebuild deleted file mode 100644 index d72ce338bb94..000000000000 --- a/dev-ros/pluginlib/pluginlib-1.11.2.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_path2.patch" ) diff --git a/dev-ros/pluginlib/pluginlib-1.11.3.ebuild b/dev-ros/pluginlib/pluginlib-1.11.3.ebuild deleted file mode 100644 index 01682d753b10..000000000000 --- a/dev-ros/pluginlib/pluginlib-1.11.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 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_path2.patch" ) |