diff options
author | 2023-01-24 18:06:47 +0100 | |
---|---|---|
committer | 2023-01-24 21:15:31 +0100 | |
commit | f1b91a96b427cd7ea05634d05144df7f14205c09 (patch) | |
tree | a15e1b04e852cda286c8c6b6f0c16a8b393bd9a4 /dev-ros/rostopic/rostopic-1.15.10.ebuild | |
parent | dev-ros/rostime: treeclean (diff) | |
download | gentoo-f1b91a96b427cd7ea05634d05144df7f14205c09.tar.gz gentoo-f1b91a96b427cd7ea05634d05144df7f14205c09.tar.bz2 gentoo-f1b91a96b427cd7ea05634d05144df7f14205c09.zip |
dev-ros/rostopic: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rostopic/rostopic-1.15.10.ebuild')
-rw-r--r-- | dev-ros/rostopic/rostopic-1.15.10.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ros/rostopic/rostopic-1.15.10.ebuild b/dev-ros/rostopic/rostopic-1.15.10.ebuild deleted file mode 100644 index 9ea612e200ff..000000000000 --- a/dev-ros/rostopic/rostopic-1.15.10.ebuild +++ /dev/null @@ -1,31 +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/ros_comm" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=tools/${PN} - -inherit ros-catkin - -DESCRIPTION="Command-line tool for displaying debug information about ROS Topics" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosbag[${PYTHON_SINGLE_USEDEP}] - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") - ) -" - -src_test() { - export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" - ros-catkin_src_test -} |