summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-12-12 14:49:58 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-12-12 15:46:57 +0100
commit9379a83fab34eb890bb8f26d14169ddcf36edaa8 (patch)
tree1bdf8290ffa09df2cb4cc67ba0d830e9e0e3c0a7 /dev-ros/topic_tools/topic_tools-1.13.0.ebuild
parentdev-ros/rostopic: upstream yaml & py3 fixes (diff)
downloadgentoo-9379a83fab34eb890bb8f26d14169ddcf36edaa8.tar.gz
gentoo-9379a83fab34eb890bb8f26d14169ddcf36edaa8.tar.bz2
gentoo-9379a83fab34eb890bb8f26d14169ddcf36edaa8.zip
dev-ros/topic_tools: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/topic_tools/topic_tools-1.13.0.ebuild')
-rw-r--r--dev-ros/topic_tools/topic_tools-1.13.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ros/topic_tools/topic_tools-1.13.0.ebuild b/dev-ros/topic_tools/topic_tools-1.13.0.ebuild
deleted file mode 100644
index 22160468f6ca..000000000000
--- a/dev-ros/topic_tools/topic_tools-1.13.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 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"
-CATKIN_HAS_MESSAGES=yes
-ROS_SUBDIR=tools/${PN}
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Tools for directing, throttling and selecting ROS topics"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/cpp_common
- dev-ros/rosconsole
- dev-ros/roscpp
- dev-ros/rostime
- dev-ros/xmlrpcpp
-"
-DEPEND="${RDEPEND}
- test? (
- dev-ros/rostest[${PYTHON_USEDEP}]
- dev-ros/rosunit[${PYTHON_USEDEP}]
- dev-cpp/gtest
- dev-python/nose[${PYTHON_USEDEP}]
- )"