diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:22:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:33:35 +0200 |
commit | 64f87e31824a533f4276a635bd12877ff5b40615 (patch) | |
tree | 98d673ca44270d258f3164a7758434f04ef70380 /dev-ros/calibration_estimation | |
parent | dev-ros/calibration_estimation: bump eapi (diff) | |
download | gentoo-64f87e31824a533f4276a635bd12877ff5b40615.tar.gz gentoo-64f87e31824a533f4276a635bd12877ff5b40615.tar.bz2 gentoo-64f87e31824a533f4276a635bd12877ff5b40615.zip |
dev-ros/calibration_estimation: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/calibration_estimation')
-rw-r--r-- | dev-ros/calibration_estimation/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-ros/calibration_estimation/Manifest b/dev-ros/calibration_estimation/Manifest index 010e76afc02a..0c2018f9b46d 100644 --- a/dev-ros/calibration_estimation/Manifest +++ b/dev-ros/calibration_estimation/Manifest @@ -1,2 +1 @@ -DIST calibration-0.10.13.tar.gz 112305 BLAKE2B 1b2c2ffa0c07b907c7a4dc28b87ff112a497275039be98bcc15ad396ccf525ba4fb717b398551f04dab7131a8085e1b1ec64eb24408c12fec09e9c42b5c40a75 SHA512 95b5ea28428ea9726b6b1a8f24cd4c7cb84992e680761357c1a13dd92c362149a0a6104f6a44dbefad503db1a9c7a53135d9756b1ceea3a739b1baa14f9474eb DIST calibration-0.10.14.tar.gz 112475 BLAKE2B a43bf316b3eea30f5f3e273e0dd2754fe819a1aa246237cb1ecc4bc49463abbd3eb71f77579fc0655c483ad9ac259bb027ac014fc5ec368a73bada61dedf6712 SHA512 5ef17cd21e04c134717859ecb12c4e7fc0086b044cf7d35d40bd43439a0f24e8ad41fe7b5fa37dcc8ec5e4abb2be8f64d86510706a3d97510cf1b92c2196ad40 diff --git a/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild b/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild deleted file mode 100644 index bbce471d0c6c..000000000000 --- a/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild +++ /dev/null @@ -1,30 +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-perception/calibration" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Runs an optimization to estimate the a robot's kinematic parameters" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-ros/rosgraph[${PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/calibration_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/python_orocos_kdl[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/urdf_parser_py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )" |