summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:02:32 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:13:05 +0100
commit7e8e5ca55d459a4e66706149915965a146301cbe (patch)
treef81712f66e166ca2c471289f591dd20495678178 /dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild
parentdev-ros/diagnostic_aggregator: treeclean (diff)
downloadgentoo-7e8e5ca55d459a4e66706149915965a146301cbe.tar.gz
gentoo-7e8e5ca55d459a4e66706149915965a146301cbe.tar.bz2
gentoo-7e8e5ca55d459a4e66706149915965a146301cbe.zip
dev-ros/diagnostic_analysis: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild')
-rw-r--r--dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild b/dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild
deleted file mode 100644
index fdc2bbe90d68..000000000000
--- a/dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild
+++ /dev/null
@@ -1,28 +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/diagnostics"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Converts diagnostics data into a series of CSV files"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
- dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosbag[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )"
-
-src_test() {
- export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
- ros-catkin_src_test
-}