From 8f86ea7000ac588756971b735cb27ac7df6e7465 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 19 Oct 2020 18:34:58 +0200 Subject: dev-ros/compressed_depth_image_transport: revbump Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier --- ...mpressed_depth_image_transport-1.14.0-r1.ebuild | 29 ++++++++++++++++++++++ .../compressed_depth_image_transport-1.14.0.ebuild | 29 ---------------------- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0-r1.ebuild delete mode 100644 dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild (limited to 'dev-ros') diff --git a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0-r1.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0-r1.ebuild new file mode 100644 index 000000000000..ee76a3e1f2b2 --- /dev/null +++ b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Plugin for transparently sending depth images using PNG compression" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cv_bridge + dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] + dev-ros/image_transport + media-libs/opencv:= + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND} + test? ( + dev-cpp/gtest + ) +" +PATCHES=( "${FILESDIR}/ocv_leak.patch" ) diff --git a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild deleted file mode 100644 index ee76a3e1f2b2..000000000000 --- a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Plugin for transparently sending depth images using PNG compression" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/cv_bridge - dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] - dev-ros/image_transport - media-libs/opencv:= - dev-libs/boost:= - dev-libs/console_bridge:= -" -DEPEND="${RDEPEND} - test? ( - dev-cpp/gtest - ) -" -PATCHES=( "${FILESDIR}/ocv_leak.patch" ) -- cgit v1.2.3-65-gdbad