summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-05-18 18:40:48 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-05-18 18:54:36 +0200
commit74f236e1fe0a9b4dcf9db20d81910d09d4e0f475 (patch)
tree11656c52552b07b55523db8d63cf71396e8e53d2 /dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild
parentdev-ros/visp_hand2eye_calibration: shorten desc (diff)
downloadgentoo-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/visp_camera_calibration-0.10.0.ebuild')
-rw-r--r--dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild32
1 files changed, 0 insertions, 32 deletions
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" )