summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:05:38 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:14:51 +0100
commit45e75841681f4a86a1961a5d182a7b38614f809d (patch)
treeda0039520c321cac0a0270744d09b3d7f01a0821 /dev-ros/rosapi
parentdev-ros/robot_state_publisher: treeclean (diff)
downloadgentoo-45e75841681f4a86a1961a5d182a7b38614f809d.tar.gz
gentoo-45e75841681f4a86a1961a5d182a7b38614f809d.tar.bz2
gentoo-45e75841681f4a86a1961a5d182a7b38614f809d.zip
dev-ros/rosapi: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rosapi')
-rw-r--r--dev-ros/rosapi/Manifest3
-rw-r--r--dev-ros/rosapi/metadata.xml11
-rw-r--r--dev-ros/rosapi/rosapi-0.11.10.ebuild24
-rw-r--r--dev-ros/rosapi/rosapi-0.11.13.ebuild24
-rw-r--r--dev-ros/rosapi/rosapi-0.11.9.ebuild24
-rw-r--r--dev-ros/rosapi/rosapi-9999.ebuild24
6 files changed, 0 insertions, 110 deletions
diff --git a/dev-ros/rosapi/Manifest b/dev-ros/rosapi/Manifest
deleted file mode 100644
index d40a7ff79204..000000000000
--- a/dev-ros/rosapi/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST rosbridge_suite-0.11.10.tar.gz 112955 BLAKE2B 82d9ee61d57876795a14b425d5037ac811d8fa7eed46be4a792244582dc620107973ad5bb05f5131618b124e2624a4e54047f795771be0a79de28a8d003f0a6d SHA512 0bd038792c75e451e92a242724a104a0e2e16d807e300db88317a4093a783813c218ebd76793c77352ba3c8155451cd20cb7154cf957ef22e821f4e76d37e88d
-DIST rosbridge_suite-0.11.13.tar.gz 113727 BLAKE2B 3dace7515804be548c1bc2d85bf28a7821425f17913f74e7f97f305bdecc49c681aa351238d2187fb55430f249bb61a8ff5029a8657a22200a23f4be2f32cae5 SHA512 f22fccf944313dd5a7c99f3fc79585caeccc248826b6701f38cfa55f5cdf5753e16f458e7a0fe13212bd19ccb1ceda21cf2a0328e2607a952e1fbd7493e46e59
-DIST rosbridge_suite-0.11.9.tar.gz 112209 BLAKE2B 7c874b397f8bf4f5d131e6ec40c6940e0648a0a401d270172b328cb0207b4d3974a37ebb776fc219adbbb77c24a8e77e20b24a93dc2edb3b41e157908648ed68 SHA512 a46aff0ca8b31a08f45c73af89296000d285cb6ca53587b0c2c0bd55c4a43bec2c86c4937082b59e2b6bd78793a3a2a1762aebc1223af0e1ba0d1c18f7d50963
diff --git a/dev-ros/rosapi/metadata.xml b/dev-ros/rosapi/metadata.xml
deleted file mode 100644
index bfa58bd28c6b..000000000000
--- a/dev-ros/rosapi/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">RobotWebTools/rosbridge_suite</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ros/rosapi/rosapi-0.11.10.ebuild b/dev-ros/rosapi/rosapi-0.11.10.ebuild
deleted file mode 100644
index 1f0478a2bcae..000000000000
--- a/dev-ros/rosapi/rosapi-0.11.10.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Service calls for getting ros meta-information"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/rosbridge_library[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/rosapi/rosapi-0.11.13.ebuild b/dev-ros/rosapi/rosapi-0.11.13.ebuild
deleted file mode 100644
index fea15e810ba5..000000000000
--- a/dev-ros/rosapi/rosapi-0.11.13.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Service calls for getting ros meta-information"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/rosbridge_library[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/rosapi/rosapi-0.11.9.ebuild b/dev-ros/rosapi/rosapi-0.11.9.ebuild
deleted file mode 100644
index 1f0478a2bcae..000000000000
--- a/dev-ros/rosapi/rosapi-0.11.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Service calls for getting ros meta-information"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/rosbridge_library[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/rosapi/rosapi-9999.ebuild b/dev-ros/rosapi/rosapi-9999.ebuild
deleted file mode 100644
index 1f0478a2bcae..000000000000
--- a/dev-ros/rosapi/rosapi-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Service calls for getting ros meta-information"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/rosbridge_library[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
-"
-DEPEND="${RDEPEND}"