From d9aa8ce00cbb13497e9189f1755f27589533a3a9 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 28 Dec 2017 19:16:42 +0100 Subject: dev-ros/image_rotate: add missing console bridge dep Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- .../image_rotate/image_rotate-1.12.22-r1.ebuild | 30 ++++++++++++++++++++++ dev-ros/image_rotate/image_rotate-1.12.22.ebuild | 29 --------------------- dev-ros/image_rotate/image_rotate-9999.ebuild | 1 + 3 files changed, 31 insertions(+), 29 deletions(-) create mode 100644 dev-ros/image_rotate/image_rotate-1.12.22-r1.ebuild delete mode 100644 dev-ros/image_rotate/image_rotate-1.12.22.ebuild (limited to 'dev-ros/image_rotate') diff --git a/dev-ros/image_rotate/image_rotate-1.12.22-r1.ebuild b/dev-ros/image_rotate/image_rotate-1.12.22-r1.ebuild new file mode 100644 index 00000000000..eecbe94dd9f --- /dev/null +++ b/dev-ros/image_rotate/image_rotate-1.12.22-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 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="Rotates an image stream minimizing the angle between an arbitrary vector and the camera frame" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cv_bridge + media-libs/opencv:= + dev-ros/dynamic_reconfigure + dev-ros/eigen_conversions + dev-ros/image_transport + dev-ros/nodelet + dev-libs/console_bridge:= + dev-ros/roscpp + dev-ros/tf2 + dev-ros/tf2_geometry_msgs + dev-libs/boost:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/image_rotate/image_rotate-1.12.22.ebuild b/dev-ros/image_rotate/image_rotate-1.12.22.ebuild deleted file mode 100644 index 8d00fbdb327..00000000000 --- a/dev-ros/image_rotate/image_rotate-1.12.22.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 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="Rotates an image stream minimizing the angle between an arbitrary vector and the camera frame" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/cv_bridge - media-libs/opencv:= - dev-ros/dynamic_reconfigure - dev-ros/eigen_conversions - dev-ros/image_transport - dev-ros/nodelet - dev-ros/roscpp - dev-ros/tf2 - dev-ros/tf2_geometry_msgs - dev-libs/boost:= -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/image_rotate/image_rotate-9999.ebuild b/dev-ros/image_rotate/image_rotate-9999.ebuild index 8d00fbdb327..eecbe94dd9f 100644 --- a/dev-ros/image_rotate/image_rotate-9999.ebuild +++ b/dev-ros/image_rotate/image_rotate-9999.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/eigen_conversions dev-ros/image_transport dev-ros/nodelet + dev-libs/console_bridge:= dev-ros/roscpp dev-ros/tf2 dev-ros/tf2_geometry_msgs -- cgit v1.2.1