summaryrefslogtreecommitdiff
path: root/dev-ros/theora_image_transport
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
commita1b20429e7e2ba1b44414459afd5a2b50788cd9c (patch)
treee721db30ecc3e534a03ab9b3115762959cc0c28c /dev-ros/theora_image_transport
parentdbbd2ae5e62a232616ede4dae3ed69e15903940a (diff)
gentoo auto-resync : 25:01:2023 - 08:07:03
Diffstat (limited to 'dev-ros/theora_image_transport')
-rw-r--r--dev-ros/theora_image_transport/Manifest4
-rw-r--r--dev-ros/theora_image_transport/metadata.xml11
-rw-r--r--dev-ros/theora_image_transport/theora_image_transport-1.14.0.ebuild33
-rw-r--r--dev-ros/theora_image_transport/theora_image_transport-9999.ebuild33
4 files changed, 0 insertions, 81 deletions
diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest
deleted file mode 100644
index ebf9ff97bf1a..000000000000
--- a/dev-ros/theora_image_transport/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST image_transport_plugins-1.14.0.tar.gz 28803 BLAKE2B fc3fc34c0dc01c5dc0ed7f2a88fd691f9b955009bbf91a2280e39455e0325a46edc67c25cf79d8e4882789c20235c13fb87bfc64669ffda40a1fe37224a346e9 SHA512 1333f18a3208ecda4f788dc2d974b5787a89d33a1ad1ea2c6b4cc07593c677686aa5e9df3346d2e5f307699b88b42f341a989eebecc3cd7885768e3dcdbbcdcb
-EBUILD theora_image_transport-1.14.0.ebuild 750 BLAKE2B ff776dbe00269593180d20263c294df48124987571964bb67713c79b053d603f59d45446fd5bd0c3d0ff223ebdd9dbc503f12c6b6ee12ef885cdd2261329ec9e SHA512 d9cd8a1d42bdc3ace4be1c84955f5f6b12e5f72fefb552cdb334e5fe9d5279c9a576c651576c5988dc45ae1dbf5b0031f3f1d06ed5d5e3a37c58c54aacc56b0c
-EBUILD theora_image_transport-9999.ebuild 750 BLAKE2B ff776dbe00269593180d20263c294df48124987571964bb67713c79b053d603f59d45446fd5bd0c3d0ff223ebdd9dbc503f12c6b6ee12ef885cdd2261329ec9e SHA512 d9cd8a1d42bdc3ace4be1c84955f5f6b12e5f72fefb552cdb334e5fe9d5279c9a576c651576c5988dc45ae1dbf5b0031f3f1d06ed5d5e3a37c58c54aacc56b0c
-MISC metadata.xml 353 BLAKE2B 7f332f592b523257e6ac30fe1b079b1d954cbb2bc691b4ad0293bb10e6930b226e2e9864a280c27c12a90a9b6b80c083a87cca0f3fc239c0cc206602563379e8 SHA512 aa3bd03ae6d8c3288bc2bdf48520f484e46dbb586cd9e2b918b66aa10d5a14b553f120bf7b85e22647d20ffd7ee56cd743750265d730a01ed23dafb3aef68af7
diff --git a/dev-ros/theora_image_transport/metadata.xml b/dev-ros/theora_image_transport/metadata.xml
deleted file mode 100644
index 76ac742a0d7e..000000000000
--- a/dev-ros/theora_image_transport/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ros@gentoo.org</email>
- <name>Gentoo ROS Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">ros-perception/image_transport_plugins</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.14.0.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.14.0.ebuild
deleted file mode 100644
index 1b9ba86f85e6..000000000000
--- a/dev-ros/theora_image_transport/theora_image_transport-1.14.0.ebuild
+++ /dev/null
@@ -1,33 +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}
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Plugin 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}"
-BDEPEND="
- virtual/pkgconfig"
diff --git a/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
deleted file mode 100644
index 1b9ba86f85e6..000000000000
--- a/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
+++ /dev/null
@@ -1,33 +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}
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Plugin 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}"
-BDEPEND="
- virtual/pkgconfig"