diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:40:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:54:36 +0200 |
commit | 74f236e1fe0a9b4dcf9db20d81910d09d4e0f475 (patch) | |
tree | 11656c52552b07b55523db8d63cf71396e8e53d2 /dev-ros/visp_camera_calibration | |
parent | dev-ros/visp_hand2eye_calibration: shorten desc (diff) | |
download | gentoo-74f236e1fe0a9b4dcf9db20d81910d09d4e0f475.tar.gz gentoo-74f236e1fe0a9b4dcf9db20d81910d09d4e0f475.tar.bz2 gentoo-74f236e1fe0a9b4dcf9db20d81910d09d4e0f475.zip |
dev-ros/visp_camera_calibration: Remove old
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/visp_camera_calibration')
-rw-r--r-- | dev-ros/visp_camera_calibration/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/visp_camera_calibration/files/boost.patch | 24 | ||||
-rw-r--r-- | dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild | 32 |
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-ros/visp_camera_calibration/Manifest b/dev-ros/visp_camera_calibration/Manifest index c32832af2d0d..f707b6449dde 100644 --- a/dev-ros/visp_camera_calibration/Manifest +++ b/dev-ros/visp_camera_calibration/Manifest @@ -1,2 +1 @@ -DIST vision_visp-0.10.0.tar.gz 1015180 BLAKE2B bf0474d0633a6b704077e232d4676e6ebb9ec666b9b03792dbb929c6c6d1c52a941f7a4517f7bc6a7150882c16ba719eb3cf17c3fbdd13df109eab3a34afa259 SHA512 8e2652d6ca9c9535f1bebb628ec908f64c9fc89358bc92ed42ef12430b0b28c8ed3ed7935d2d3fe03c9761f9ac08e200eb59839ee2243df62d5934e8162cca9c DIST vision_visp-0.11.1.tar.gz 1014349 BLAKE2B 63148bef65a8361be7cb4a3d27bae4e6440feeeca3ab7183c6c345d4d1a2e0e4f7bc52b265455636ae8e07ddbed0e182c8d0b326b7686cdeda97500203fe3183 SHA512 cb1a09fea7ed2bb74c0c3f5a525d35ef7304dc2c569c6c808cd3751e500b7e32f226436ec4150f63a8280bc3f0c53dfd64757aa09da7344b1ec998130006253c diff --git a/dev-ros/visp_camera_calibration/files/boost.patch b/dev-ros/visp_camera_calibration/files/boost.patch deleted file mode 100644 index e91630caa89e..000000000000 --- a/dev-ros/visp_camera_calibration/files/boost.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: visp_camera_calibration/src/camera.cpp -=================================================================== ---- visp_camera_calibration.orig/src/camera.cpp -+++ visp_camera_calibration/src/camera.cpp -@@ -62,6 +62,7 @@ - - #include <visp/vpDisplayX.h> - #include "visp/vpTrackingException.h" -+#include <boost/format.hpp> - - - namespace visp_camera_calibration -Index: visp_camera_calibration/src/image_processing.cpp -=================================================================== ---- visp_camera_calibration.orig/src/image_processing.cpp -+++ visp_camera_calibration/src/image_processing.cpp -@@ -69,6 +69,7 @@ - #include "visp/vpDot2.h" - #include "visp/vpCalibration.h" - #include <iostream> -+#include <boost/format.hpp> - - - namespace visp_camera_calibration diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild deleted file mode 100644 index c8d0dcc4f291..000000000000 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/lagadic/vision_visp" -KEYWORDS="~amd64 ~arm" -VER_PREFIX="kinetic-" -ROS_SUBDIR=${PN} -CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/sensor_msgs dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Calibration of cameras using a customizable pattern and ViSP library" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/camera_calibration_parsers - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/roscpp - dev-ros/visp_bridge - sci-libs/ViSP:= - dev-libs/boost:= -" -DEPEND="${RDEPEND}" -if [ "${PV#9999}" = "${PV}" ] ; then - S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" -fi -PATCHES=( "${FILESDIR}/gcc6.patch" "${FILESDIR}/boost.patch" ) |