diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:15:50 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:35:53 +0200 |
commit | 79e8996565dbb330729ae989b392c30ee63b2b5b (patch) | |
tree | 64fc8d71ac6310e3bbc8d7cb09b5a8ba1cbb3aa2 /dev-ros/rosapi/rosapi-0.9.0.ebuild | |
parent | ros-meta/rosbridge_suite: Bump to 0.11.9. (diff) | |
download | gentoo-79e8996565dbb330729ae989b392c30ee63b2b5b.tar.gz gentoo-79e8996565dbb330729ae989b392c30ee63b2b5b.tar.bz2 gentoo-79e8996565dbb330729ae989b392c30ee63b2b5b.zip |
dev-ros/rosapi: 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/rosapi/rosapi-0.9.0.ebuild')
-rw-r--r-- | dev-ros/rosapi/rosapi-0.9.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ros/rosapi/rosapi-0.9.0.ebuild b/dev-ros/rosapi/rosapi-0.9.0.ebuild deleted file mode 100644 index b157089b594a..000000000000 --- a/dev-ros/rosapi/rosapi-0.9.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite" -KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Provides service calls for getting ros meta-information, like list of topics, services, params, etc." -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rosnode[${PYTHON_USEDEP}] - dev-ros/rosgraph[${PYTHON_USEDEP}] - dev-ros/rosbridge_library[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |