summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:09:21 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:16:56 +0100
commit24f7f6f32ff8d2fc831dc71f52571813266980c5 (patch)
treeb5aeb5127d0c1174f1f5d5280fc6dc93791ff285 /dev-ros/xacro
parentdev-ros/voxel_grid: treeclean (diff)
downloadgentoo-24f7f6f32ff8d2fc831dc71f52571813266980c5.tar.gz
gentoo-24f7f6f32ff8d2fc831dc71f52571813266980c5.tar.bz2
gentoo-24f7f6f32ff8d2fc831dc71f52571813266980c5.zip
dev-ros/xacro: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/xacro')
-rw-r--r--dev-ros/xacro/Manifest2
-rw-r--r--dev-ros/xacro/files/tests.patch21
-rw-r--r--dev-ros/xacro/metadata.xml11
-rw-r--r--dev-ros/xacro/xacro-1.14.6.ebuild32
-rw-r--r--dev-ros/xacro/xacro-1.14.8.ebuild32
-rw-r--r--dev-ros/xacro/xacro-9999.ebuild32
6 files changed, 0 insertions, 130 deletions
diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
deleted file mode 100644
index a0cb4988c7b9..000000000000
--- a/dev-ros/xacro/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xacro-1.14.6.tar.gz 81362 BLAKE2B b0ec80e8f224f1b31e9f21e1c11669a46da1b13cf82b5d82912196f9f647aa1c45a7084f4ea1e1690c0d969b5e126cd5b6069c9987034898b72d92310b7d565f SHA512 0796c07cbf4d51699ab07d656a42d13fc140406f6dbee3b94554f2aa91e68b64bd5d2c218930edb5b139ac41b5d5c6bffad505d220353d5748f371ec6bb196a3
-DIST xacro-1.14.8.tar.gz 81831 BLAKE2B 6ad5c8545f5b7167faea122834cb1226e2935f0e40dbd0da1a3e63dc5981adabf83b9d72bf0b51842e82bb31ed469c72a63d4dcbb3dd79b6c8f91fdfdf75b202 SHA512 a372dc3a9e62a9eb1a0cf6b2491c45685e8f5f7442da86f7767b47c8122ec67780aee4e76a4b9278046b85a16000b1ffe72e44a9ac04f39da21c5bc1cf788b0b
diff --git a/dev-ros/xacro/files/tests.patch b/dev-ros/xacro/files/tests.patch
deleted file mode 100644
index 28d4b5768c35..000000000000
--- a/dev-ros/xacro/files/tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: xacro-1.14.1/test/test-cmake.sh
-===================================================================
---- xacro-1.14.1.orig/test/test-cmake.sh
-+++ xacro-1.14.1/test/test-cmake.sh
-@@ -15,6 +15,7 @@
- test -d $1 || exit 2
- test -r $1/CMakeLists.txt || exit 2
-
-+basedir=`pwd`/../
- dir=`basename $1`
-
- # redirect stdout and stderr to $dir.log
-@@ -26,7 +27,7 @@ mkdir $dir
- cd $dir
-
- echo "*** running cmake ***"
--cmake -DCATKIN_DEVEL_PREFIX=devel -DCMAKE_INSTALL_PREFIX=install $1 || exit $?
-+cmake -DCATKIN_DEVEL_PREFIX="${basedir}/devel" -DCMAKE_INSTALL_PREFIX=install $1 || exit $?
-
- echo
- echo "*** running make ***"
diff --git a/dev-ros/xacro/metadata.xml b/dev-ros/xacro/metadata.xml
deleted file mode 100644
index ea8d2a4dcf49..000000000000
--- a/dev-ros/xacro/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/xacro</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ros/xacro/xacro-1.14.6.ebuild b/dev-ros/xacro/xacro-1.14.6.ebuild
deleted file mode 100644
index 5c1e6682dc01..000000000000
--- a/dev-ros/xacro/xacro-1.14.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/xacro"
-KEYWORDS="~amd64"
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_SINGLE_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
- )
-"
-RDEPEND="${RDEPEND}
- dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]"
-PATCHES=( "${FILESDIR}/tests.patch" )
-
-src_test() {
- local sd="$(python_get_sitedir)"
- local local_sd="${BUILD_DIR}/devel/${sd#${EPREFIX}/usr}"
- export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
- PYTHONPATH="${local_sd}:${PYTHONPATH}" ros-catkin_src_test
-}
diff --git a/dev-ros/xacro/xacro-1.14.8.ebuild b/dev-ros/xacro/xacro-1.14.8.ebuild
deleted file mode 100644
index 5c1e6682dc01..000000000000
--- a/dev-ros/xacro/xacro-1.14.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/xacro"
-KEYWORDS="~amd64"
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_SINGLE_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
- )
-"
-RDEPEND="${RDEPEND}
- dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]"
-PATCHES=( "${FILESDIR}/tests.patch" )
-
-src_test() {
- local sd="$(python_get_sitedir)"
- local local_sd="${BUILD_DIR}/devel/${sd#${EPREFIX}/usr}"
- export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
- PYTHONPATH="${local_sd}:${PYTHONPATH}" ros-catkin_src_test
-}
diff --git a/dev-ros/xacro/xacro-9999.ebuild b/dev-ros/xacro/xacro-9999.ebuild
deleted file mode 100644
index 8383de0334c5..000000000000
--- a/dev-ros/xacro/xacro-9999.ebuild
+++ /dev/null
@@ -1,32 +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/xacro"
-KEYWORDS="~amd64"
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_SINGLE_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
- )
-"
-RDEPEND="${RDEPEND}
- dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]"
-PATCHES=( "${FILESDIR}/tests.patch" )
-
-src_test() {
- local sd="$(python_get_sitedir)"
- local local_sd="${BUILD_DIR}/devel/${sd#${EPREFIX}/usr}"
- export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
- PYTHONPATH="${local_sd}:${PYTHONPATH}" ros-catkin_src_test
-}