summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-08 18:48:37 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-08 19:30:06 +0200
commitdf6d770af28403c8e3528a9e8bb0aad28ab5f537 (patch)
tree61e667ab6e7c4f0428b98291284341eb10245480 /dev-ros/roswtf/roswtf-1.14.3.ebuild
parentdev-ros/roswtf: bump eapi (diff)
downloadgentoo-df6d770af28403c8e3528a9e8bb0aad28ab5f537.tar.gz
gentoo-df6d770af28403c8e3528a9e8bb0aad28ab5f537.tar.bz2
gentoo-df6d770af28403c8e3528a9e8bb0aad28ab5f537.zip
dev-ros/roswtf: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roswtf/roswtf-1.14.3.ebuild')
-rw-r--r--dev-ros/roswtf/roswtf-1.14.3.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ros/roswtf/roswtf-1.14.3.ebuild b/dev-ros/roswtf/roswtf-1.14.3.ebuild
deleted file mode 100644
index 396feee7b7a8..000000000000
--- a/dev-ros/roswtf/roswtf-1.14.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=utilities/${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Tool for diagnosing issues with a running ROS system"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-python/paramiko[${PYTHON_USEDEP}]
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-python/rospkg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- dev-ros/rostest[${PYTHON_USEDEP}]
- dev-util/rosdep[${PYTHON_USEDEP}]
- dev-util/rosinstall[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- )"