summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:08:18 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:16:22 +0100
commitb0fcc391f5a593d9f7e3eca32dff2cb330da20cc (patch)
tree508a18f4f0921dfaed398f00fa5ef2daf1aa7b72 /dev-ros/test_roslaunch/test_roslaunch-9999.ebuild
parentdev-ros/test_rosgraph: treeclean (diff)
downloadgentoo-b0fcc391f5a593d9f7e3eca32dff2cb330da20cc.tar.gz
gentoo-b0fcc391f5a593d9f7e3eca32dff2cb330da20cc.tar.bz2
gentoo-b0fcc391f5a593d9f7e3eca32dff2cb330da20cc.zip
dev-ros/test_roslaunch: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/test_roslaunch/test_roslaunch-9999.ebuild')
-rw-r--r--dev-ros/test_roslaunch/test_roslaunch-9999.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ros/test_roslaunch/test_roslaunch-9999.ebuild b/dev-ros/test_roslaunch/test_roslaunch-9999.ebuild
deleted file mode 100644
index 3ebd0d435c48..000000000000
--- a/dev-ros/test_roslaunch/test_roslaunch-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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=test/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Unit tests for roslaunch"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
- test? (
- dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
- )
-"
-
-src_test() {
- export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
- ros-catkin_src_test
-}