diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 11:46:26 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 12:45:51 +0200 |
commit | e6f4f7fe5013dd361b5523e2e79073245a9d999c (patch) | |
tree | 2991360ded8671f606a808f4102fa8df92b99633 /dev-ros/theora_image_transport | |
parent | dev-ros/theora_image_transport: bump eapi (diff) | |
download | gentoo-e6f4f7fe5013dd361b5523e2e79073245a9d999c.tar.gz gentoo-e6f4f7fe5013dd361b5523e2e79073245a9d999c.tar.bz2 gentoo-e6f4f7fe5013dd361b5523e2e79073245a9d999c.zip |
dev-ros/theora_image_transport: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/theora_image_transport')
-rw-r--r-- | dev-ros/theora_image_transport/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest index 9162d0af9256..0065b847e9bf 100644 --- a/dev-ros/theora_image_transport/Manifest +++ b/dev-ros/theora_image_transport/Manifest @@ -1,2 +1 @@ DIST image_transport_plugins-1.14.0.tar.gz 28803 BLAKE2B fc3fc34c0dc01c5dc0ed7f2a88fd691f9b955009bbf91a2280e39455e0325a46edc67c25cf79d8e4882789c20235c13fb87bfc64669ffda40a1fe37224a346e9 SHA512 1333f18a3208ecda4f788dc2d974b5787a89d33a1ad1ea2c6b4cc07593c677686aa5e9df3346d2e5f307699b88b42f341a989eebecc3cd7885768e3dcdbbcdcb -DIST image_transport_plugins-1.9.5.tar.gz 26268 BLAKE2B 2d7e71f891bc3ae548193a9671fb10fb4dc6c7a24fda0c0dc52d75d43793d55e35da37155496740624e4ebe34fcf0e8d3926345ca1581fa521096c01b773f551 SHA512 54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild deleted file mode 100644 index a13838696800..000000000000 --- a/dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild +++ /dev/null @@ -1,33 +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_transport_plugins" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Plugin to image_transport for transparently sending an image stream encoded with the Theora codec" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/cv_bridge - media-libs/opencv:= - dev-ros/dynamic_reconfigure - dev-ros/image_transport - media-libs/opencv - dev-ros/rosbag - dev-ros/pluginlib - media-libs/libogg - media-libs/libtheora[encode] - dev-libs/boost:= - dev-libs/console_bridge:= -" -DEPEND="${RDEPEND} - virtual/pkgconfig" |