summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:08:35 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:16:31 +0100
commit8c4f3f1591bbc63f695c05eccbab2ebf5b3cd0d8 (patch)
tree9b9a4b4dd348cdd4b383367ba4f18cdc5b4dc68d /dev-ros
parentdev-ros/tf2_geometry_msgs: treeclean (diff)
downloadgentoo-8c4f3f1591bbc63f695c05eccbab2ebf5b3cd0d8.tar.gz
gentoo-8c4f3f1591bbc63f695c05eccbab2ebf5b3cd0d8.tar.bz2
gentoo-8c4f3f1591bbc63f695c05eccbab2ebf5b3cd0d8.zip
dev-ros/tf2_kdl: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/tf2_kdl/Manifest4
-rw-r--r--dev-ros/tf2_kdl/metadata.xml11
-rw-r--r--dev-ros/tf2_kdl/tf2_kdl-0.7.2.ebuild29
-rw-r--r--dev-ros/tf2_kdl/tf2_kdl-0.7.3.ebuild29
-rw-r--r--dev-ros/tf2_kdl/tf2_kdl-0.7.5.ebuild29
-rw-r--r--dev-ros/tf2_kdl/tf2_kdl-0.7.6.ebuild29
-rw-r--r--dev-ros/tf2_kdl/tf2_kdl-9999.ebuild29
7 files changed, 0 insertions, 160 deletions
diff --git a/dev-ros/tf2_kdl/Manifest b/dev-ros/tf2_kdl/Manifest
deleted file mode 100644
index 908e45fbc4f3..000000000000
--- a/dev-ros/tf2_kdl/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST geometry2-0.7.2.tar.gz 174319 BLAKE2B 0f319055cf0a4c8a425c31abc981ee1aee3c77b9dae8e0ddae6a0c4bdf09c31373b8005cb05177374ae5a2139c0f49a4cfdd5b966f8e991827ca2c6e471dcdd2 SHA512 8c2ad4e67d4d7509c3d9a7ef781d454eeb570fbc29d201ece7d2613258b7bed2ba00398655901e2b5856b59acad94422dbb6ae1f0bd545b3a41353204c31d00b
-DIST geometry2-0.7.3.tar.gz 175974 BLAKE2B a0edbeea6db30f07d5cf6ddd4d0a8a1ce0221c8b0ad01929aa6a73a7a49e2e5bd08dfd01cef6cd964ea93b6e8f5aa1dd6ec395e8e4bbafa1117eb3436cae9c10 SHA512 20d207218000905a17411ee9c662778b3022481e84b903ca616cdfc439b2af55c7182988dc843103edc471d564e988fa311be916d0810ec86228585500ed532e
-DIST geometry2-0.7.5.tar.gz 176126 BLAKE2B 56f2062ca86b3573e9df59df4c400fd5eee35c7e30abb1f0d94b1e117a224fcb1272eaf9de14dc257d8c8438a414fd8d121d314e560e6712ca4db0da190075d5 SHA512 b3413282d2ad0aae54b0093607eee106cdd7ed23f4e5fbb1728ed4f848ee081257b9217696301e9f7860369dc98679d8abff12213ff3a69b39b061f02f5da8c9
-DIST geometry2-0.7.6.tar.gz 176927 BLAKE2B c18a8be79a17194e339188b938d51d69deb70ac4bbc3038349d5fd4ac4a63c4d812bf6dc1f4ce6bcf64545e0abaa88e7eede008f3f6c5590cc860148f8dd8e39 SHA512 dec7c618da9eec07b202b1d67b367c8e71451a05b4ffa15d1e86651857054e7e43682ef7a95580853ee9767f17229b623fd73a495a184e4e9e3fdf024be2d440
diff --git a/dev-ros/tf2_kdl/metadata.xml b/dev-ros/tf2_kdl/metadata.xml
deleted file mode 100644
index 98bbce13cf53..000000000000
--- a/dev-ros/tf2_kdl/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/geometry2</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.7.2.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.7.2.ebuild
deleted file mode 100644
index 91b549006511..000000000000
--- a/dev-ros/tf2_kdl/tf2_kdl-0.7.2.ebuild
+++ /dev/null
@@ -1,29 +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/geometry2"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="KDL binding for tf2"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/tf2
- dev-ros/tf2_ros
- $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]")
- sci-libs/orocos_kdl:=
- dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- dev-cpp/eigen:3
- test? (
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- dev-cpp/gtest
- )"
diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.7.3.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.7.3.ebuild
deleted file mode 100644
index 91b549006511..000000000000
--- a/dev-ros/tf2_kdl/tf2_kdl-0.7.3.ebuild
+++ /dev/null
@@ -1,29 +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/geometry2"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="KDL binding for tf2"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/tf2
- dev-ros/tf2_ros
- $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]")
- sci-libs/orocos_kdl:=
- dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- dev-cpp/eigen:3
- test? (
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- dev-cpp/gtest
- )"
diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.7.5.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.7.5.ebuild
deleted file mode 100644
index 91b549006511..000000000000
--- a/dev-ros/tf2_kdl/tf2_kdl-0.7.5.ebuild
+++ /dev/null
@@ -1,29 +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/geometry2"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="KDL binding for tf2"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/tf2
- dev-ros/tf2_ros
- $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]")
- sci-libs/orocos_kdl:=
- dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- dev-cpp/eigen:3
- test? (
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- dev-cpp/gtest
- )"
diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.7.6.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.7.6.ebuild
deleted file mode 100644
index 63d78e6201ce..000000000000
--- a/dev-ros/tf2_kdl/tf2_kdl-0.7.6.ebuild
+++ /dev/null
@@ -1,29 +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/geometry2"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="KDL binding for tf2"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/tf2
- dev-ros/tf2_ros
- $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]")
- sci-libs/orocos_kdl:=
- dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- dev-cpp/eigen:3
- test? (
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- dev-cpp/gtest
- )"
diff --git a/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild b/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild
deleted file mode 100644
index 91b549006511..000000000000
--- a/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild
+++ /dev/null
@@ -1,29 +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/geometry2"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="KDL binding for tf2"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/tf2
- dev-ros/tf2_ros
- $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]")
- sci-libs/orocos_kdl:=
- dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- dev-cpp/eigen:3
- test? (
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- dev-cpp/gtest
- )"