diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 19:17:00 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:36 +0100 |
commit | 417d340be84f30264c36d3ad60ff2272d3dfd065 (patch) | |
tree | 4a25659b2d3c240d24a00beaf97c7361eef26d2b /dev-ros/image_publisher | |
parent | dev-ros/image_rotate: add missing console bridge dep (diff) | |
download | gentoo-417d340be84f30264c36d3ad60ff2272d3dfd065.tar.gz gentoo-417d340be84f30264c36d3ad60ff2272d3dfd065.tar.bz2 gentoo-417d340be84f30264c36d3ad60ff2272d3dfd065.zip |
dev-ros/image_publisher: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/image_publisher')
-rw-r--r-- | dev-ros/image_publisher/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/image_publisher/image_publisher-1.12.20.ebuild | 28 | ||||
-rw-r--r-- | dev-ros/image_publisher/image_publisher-1.12.21.ebuild | 28 |
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-ros/image_publisher/Manifest b/dev-ros/image_publisher/Manifest index 6d32684c3224..1ff17e9b5537 100644 --- a/dev-ros/image_publisher/Manifest +++ b/dev-ros/image_publisher/Manifest @@ -1,3 +1 @@ -DIST image_pipeline-1.12.20.tar.gz 137888 BLAKE2B 2fa362acf59e545c794136262bab98bd5bf5c9025306df5b3f46fd4f498a13c99ef902653f8725564e02f6d1178ba7b77f973d248e4229c80251ad8f5747fb56 SHA512 37a45cfcc8bdb8b40477860e29f72671d423d4531156f5901128c32a6c41d27f235cdac216502d614ab7ddab5e66c2f343baaa0fd22cf83cb38e667fbbc111c5 -DIST image_pipeline-1.12.21.tar.gz 139264 BLAKE2B 0b60057d35a250b0f4938ad79d893b922501d9416a6a7122c49023f632affd06c1c82bfddff0f10bbebe683d8dd50eb4d947d5086a8bb6935da98f8a2d146eed SHA512 76f06e7a1effb3098454496e01a8c14b34a37a3ea96ac51a0deb860b6891b37d354dcf7d9c06389476decaa90c3097c4495e34d04f70ad6a571fc5469eda2f6c DIST image_pipeline-1.12.22.tar.gz 139237 BLAKE2B 9c4ad324494f7e9db935cceed562840bb7ed7af730655398c9ac410722faf7d6747010ef0bbee55f14b555b6b2a6756de3edde31d84c3ae3fad123cea4a85bfe SHA512 34c17bd13625dc0a3c94639ce5ea17cc7674b0035b425c10020178d08037fb4fd081a84d7e83c75822f58c0ba2faead351702dbbc75c821d2f8c17bda351c560 diff --git a/dev-ros/image_publisher/image_publisher-1.12.20.ebuild b/dev-ros/image_publisher/image_publisher-1.12.20.ebuild deleted file mode 100644 index 165d01700014..000000000000 --- a/dev-ros/image_publisher/image_publisher-1.12.20.ebuild +++ /dev/null @@ -1,28 +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="Publish an image stream from single image file or avi file." -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/cv_bridge - media-libs/opencv:= - dev-ros/dynamic_reconfigure - dev-ros/camera_info_manager - dev-ros/image_transport - dev-ros/nodelet - dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-libs/boost:= -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/image_publisher/image_publisher-1.12.21.ebuild b/dev-ros/image_publisher/image_publisher-1.12.21.ebuild deleted file mode 100644 index 165d01700014..000000000000 --- a/dev-ros/image_publisher/image_publisher-1.12.21.ebuild +++ /dev/null @@ -1,28 +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="Publish an image stream from single image file or avi file." -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/cv_bridge - media-libs/opencv:= - dev-ros/dynamic_reconfigure - dev-ros/camera_info_manager - dev-ros/image_transport - dev-ros/nodelet - dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-libs/boost:= -" -DEPEND="${RDEPEND}" |