diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:41:17 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:33 +0200 |
commit | b285a1a283026cbb1f3b06aff37fd6795c5631f9 (patch) | |
tree | 88914c4a69b19f8ba9f4098bee13b91a4c22ac12 /dev-ros/camera_calibration | |
parent | dev-ros/depth_image_proc: Remove old (diff) | |
download | gentoo-b285a1a283026cbb1f3b06aff37fd6795c5631f9.tar.gz gentoo-b285a1a283026cbb1f3b06aff37fd6795c5631f9.tar.bz2 gentoo-b285a1a283026cbb1f3b06aff37fd6795c5631f9.zip |
dev-ros/camera_calibration: bump eapi
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')
-rw-r--r-- | dev-ros/camera_calibration/camera_calibration-1.15.2.ebuild | 7 | ||||
-rw-r--r-- | dev-ros/camera_calibration/camera_calibration-9999.ebuild | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/dev-ros/camera_calibration/camera_calibration-1.15.2.ebuild b/dev-ros/camera_calibration/camera_calibration-1.15.2.ebuild index d466154fbc38..bce8f59a82dc 100644 --- a/dev-ros/camera_calibration/camera_calibration-1.15.2.ebuild +++ b/dev-ros/camera_calibration/camera_calibration-1.15.2.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 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" +DESCRIPTION="Calibration of monocular or stereo cameras" LICENSE="BSD" SLOT="0" IUSE="" @@ -17,7 +16,7 @@ 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] ) + media-libs/opencv[python,${PYTHON_USEDEP}] dev-ros/message_filters[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/std_srvs[${PYTHON_USEDEP}] diff --git a/dev-ros/camera_calibration/camera_calibration-9999.ebuild b/dev-ros/camera_calibration/camera_calibration-9999.ebuild index 3007515b82f3..bce8f59a82dc 100644 --- a/dev-ros/camera_calibration/camera_calibration-9999.ebuild +++ b/dev-ros/camera_calibration/camera_calibration-9999.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 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" +DESCRIPTION="Calibration of monocular or stereo cameras" LICENSE="BSD" SLOT="0" IUSE="" @@ -17,7 +16,7 @@ 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] ) + media-libs/opencv[python,${PYTHON_USEDEP}] dev-ros/message_filters[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/std_srvs[${PYTHON_USEDEP}] |