summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-09 13:41:44 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-09 13:45:33 +0200
commit453daa8e5f80670373e7c6bc25761353f0387cdb (patch)
tree2d82f83780981198b559c65b9124fa01ef37e7c8 /dev-ros/camera_calibration/camera_calibration-1.12.16.ebuild
parentdev-ros/camera_calibration: bump eapi (diff)
downloadgentoo-453daa8e5f80670373e7c6bc25761353f0387cdb.tar.gz
gentoo-453daa8e5f80670373e7c6bc25761353f0387cdb.tar.bz2
gentoo-453daa8e5f80670373e7c6bc25761353f0387cdb.zip
dev-ros/camera_calibration: 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/camera_calibration/camera_calibration-1.12.16.ebuild')
-rw-r--r--dev-ros/camera_calibration/camera_calibration-1.12.16.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ros/camera_calibration/camera_calibration-1.12.16.ebuild b/dev-ros/camera_calibration/camera_calibration-1.12.16.ebuild
deleted file mode 100644
index 3007515b82f3..000000000000
--- a/dev-ros/camera_calibration/camera_calibration-1.12.16.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Calibration of monocular or stereo cameras using a checkerboard calibration target"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/cv_bridge[${PYTHON_USEDEP}]
- dev-ros/image_geometry[${PYTHON_USEDEP}]
- || ( media-libs/opencv[python,${PYTHON_USEDEP}] media-libs/opencv[python,python_single_target_python2_7] )
- dev-ros/message_filters[${PYTHON_USEDEP}]
- dev-ros/rospy[${PYTHON_USEDEP}]
- dev-ros/std_srvs[${PYTHON_USEDEP}]
- dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"