commit: b77137ff1943b128e532a691ab77ae4141abdbbc Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Jul 15 15:13:58 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 15:35:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77137ff
dev-ros/rosapi: update live ebuild Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/rosapi/rosapi-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-ros/rosapi/rosapi-9999.ebuild b/dev-ros/rosapi/rosapi-9999.ebuild index c22242d34dc..ad2e905a26f 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}"
