commit: b285a1a283026cbb1f3b06aff37fd6795c5631f9 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 11:41:17 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 11:45:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b285a1a2
dev-ros/camera_calibration: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/camera_calibration/camera_calibration-1.15.2.ebuild | 7 +++---- 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 d466154fbc3..bce8f59a82d 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 3007515b82f..bce8f59a82d 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}]
