diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:13:58 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:35:51 +0200 |
commit | b77137ff1943b128e532a691ab77ae4141abdbbc (patch) | |
tree | 9a7e38e75dc85ec5f89a06a10a721751939dd9ca /dev-ros/rosapi | |
parent | dev-ros/rosbridge_library: update live ebuild (diff) | |
download | gentoo-b77137ff1943b128e532a691ab77ae4141abdbbc.tar.gz gentoo-b77137ff1943b128e532a691ab77ae4141abdbbc.tar.bz2 gentoo-b77137ff1943b128e532a691ab77ae4141abdbbc.zip |
dev-ros/rosapi: update live ebuild
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosapi')
-rw-r--r-- | dev-ros/rosapi/rosapi-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-ros/rosapi/rosapi-9999.ebuild b/dev-ros/rosapi/rosapi-9999.ebuild index c22242d34dcc..ad2e905a26f1 100644 --- a/dev-ros/rosapi/rosapi-9999.ebuild +++ b/dev-ros/rosapi/rosapi-9999.ebuild @@ -1,25 +1,24 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 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." +DESCRIPTION="Service calls for getting ros meta-information" LICENSE="BSD" SLOT="0" IUSE="" RDEPEND=" + dev-ros/rosbridge_library[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/rosnode[${PYTHON_USEDEP}] dev-ros/rosgraph[${PYTHON_USEDEP}] - dev-ros/rosbridge_library[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" |