summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:08:59 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:16:45 +0100
commit5d76c74db4a002deed0c3b753b3d6ac6eefbce8f (patch)
treefb9290702c3215b9f5b683374a78591b9c040243
parentdev-ros/unique_id: treeclean (diff)
downloadgentoo-5d76c74db4a002deed0c3b753b3d6ac6eefbce8f.tar.gz
gentoo-5d76c74db4a002deed0c3b753b3d6ac6eefbce8f.tar.bz2
gentoo-5d76c74db4a002deed0c3b753b3d6ac6eefbce8f.zip
dev-ros/urdf: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-ros/urdf/Manifest1
-rw-r--r--dev-ros/urdf/metadata.xml11
-rw-r--r--dev-ros/urdf/urdf-1.13.2-r3.ebuild35
-rw-r--r--dev-ros/urdf/urdf-9999.ebuild35
4 files changed, 0 insertions, 82 deletions
diff --git a/dev-ros/urdf/Manifest b/dev-ros/urdf/Manifest
deleted file mode 100644
index 74a2f3940017..000000000000
--- a/dev-ros/urdf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST urdf-1.13.2.tar.gz 43588 BLAKE2B f3e97170e1930361803be2c86322ab95b62bca519127bdc3ad73065d764eaca87c2790fc1d4823e53167c853c164fc1020e1f208b6e5af025b1bb96cc0420dc2 SHA512 d22e8a647a701ff18a446d9d92511a01266b8a34c11f9f238bbc79373fa3849ebc3a11a56fea7beb4a41f893ffa30ddd5e3a6361751a6d720de6be6c6184fe41
diff --git a/dev-ros/urdf/metadata.xml b/dev-ros/urdf/metadata.xml
deleted file mode 100644
index 14686ad5d5a7..000000000000
--- a/dev-ros/urdf/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/urdf</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ros/urdf/urdf-1.13.2-r3.ebuild b/dev-ros/urdf/urdf-1.13.2-r3.ebuild
deleted file mode 100644
index c80c4e8e0d24..000000000000
--- a/dev-ros/urdf/urdf-1.13.2-r3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-ROS_REPO_URI="https://github.com/ros/urdf"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=
- >=dev-libs/urdfdom-3.0.1:=
- dev-libs/urdfdom_headers
- dev-ros/urdf_parser_plugin
- dev-ros/pluginlib
- dev-ros/rosconsole_bridge
- dev-libs/console_bridge:=
- dev-ros/roscpp
- dev-libs/tinyxml
- dev-libs/tinyxml2:=
- dev-ros/class_loader:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] dev-cpp/gtest )"
-
-src_test() {
- export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
- ros-catkin_src_test
-}
diff --git a/dev-ros/urdf/urdf-9999.ebuild b/dev-ros/urdf/urdf-9999.ebuild
deleted file mode 100644
index c80c4e8e0d24..000000000000
--- a/dev-ros/urdf/urdf-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-ROS_REPO_URI="https://github.com/ros/urdf"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=
- >=dev-libs/urdfdom-3.0.1:=
- dev-libs/urdfdom_headers
- dev-ros/urdf_parser_plugin
- dev-ros/pluginlib
- dev-ros/rosconsole_bridge
- dev-libs/console_bridge:=
- dev-ros/roscpp
- dev-libs/tinyxml
- dev-libs/tinyxml2:=
- dev-ros/class_loader:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] dev-cpp/gtest )"
-
-src_test() {
- export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
- ros-catkin_src_test
-}