diff options
author | 2017-09-08 09:12:51 +0200 | |
---|---|---|
committer | 2017-09-08 09:12:51 +0200 | |
commit | abded14e0a7e1fa56b4a0231e49b6a4c82bd0120 (patch) | |
tree | 879e3991c9805264e6e40861db8d4b52197efdcc /dev-ros/rospack | |
parent | dev-ruby/selenium-webdriver: add 3.5.2 (diff) | |
download | gentoo-abded14e0a7e1fa56b4a0231e49b6a4c82bd0120.tar.gz gentoo-abded14e0a7e1fa56b4a0231e49b6a4c82bd0120.tar.bz2 gentoo-abded14e0a7e1fa56b4a0231e49b6a4c82bd0120.zip |
dev-ros/rospack: Remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/rospack')
-rw-r--r-- | dev-ros/rospack/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rospack/rospack-2.4.1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest index 4fddc6a7f3ff..7b9bb68ae370 100644 --- a/dev-ros/rospack/Manifest +++ b/dev-ros/rospack/Manifest @@ -1,2 +1 @@ -DIST rospack-2.4.1.tar.gz 71937 SHA256 8d741477d98c0f0f782a256c574bc3ef8fc952e44461a0e513bffbafc6478bb0 SHA512 54eb4c99920e82aebe977257a4dc314a673f314d3239428664fe9a85b384b3b75eec2790b217654672e50d63e81cefbf1aa885b9c8a0fb843a86169355c840b8 WHIRLPOOL 4d37add307993c7da2dbd7b6170583e88a3a245b29ad389a10fe4e84f2027e1f14f91b7823a373003f06018720f6f0f2366115e92d955ed59bd43f0bd5921d0b DIST rospack-2.4.2.tar.gz 71938 SHA256 5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605 WHIRLPOOL 5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189 diff --git a/dev-ros/rospack/rospack-2.4.1.ebuild b/dev-ros/rospack/rospack-2.4.1.ebuild deleted file mode 100644 index 18b9f633ad3f..000000000000 --- a/dev-ros/rospack/rospack-2.4.1.ebuild +++ /dev/null @@ -1,31 +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/rospack" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Retrieves information about ROS packages available on the filesystem" - -LICENSE="BSD" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - dev-libs/boost:= - dev-libs/tinyxml2:= - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - >=dev-ros/cmake_modules-0.4.1 - test? ( - dev-cpp/gtest - dev-python/nose - )" - -PATCHES=( - "${FILESDIR}/gentoo.patch" -) |