diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-04-02 13:13:30 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-04-05 11:52:11 +0200 |
commit | 9762b9d42f48998203fb2898a653c11c7ba11c55 (patch) | |
tree | 05a0dd9f9a7e415963ed49a3e78794038f18d175 /dev-ros/rosservice/rosservice-1.15.10.ebuild | |
parent | dev-ros/rosparam: Bump to 1.15.10. (diff) | |
download | gentoo-9762b9d42f48998203fb2898a653c11c7ba11c55.tar.gz gentoo-9762b9d42f48998203fb2898a653c11c7ba11c55.tar.bz2 gentoo-9762b9d42f48998203fb2898a653c11c7ba11c55.zip |
dev-ros/rosservice: Bump to 1.15.10.
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosservice/rosservice-1.15.10.ebuild')
-rw-r--r-- | dev-ros/rosservice/rosservice-1.15.10.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/rosservice/rosservice-1.15.10.ebuild b/dev-ros/rosservice/rosservice-1.15.10.ebuild new file mode 100644 index 000000000000..a7c61cee1d7d --- /dev/null +++ b/dev-ros/rosservice/rosservice-1.15.10.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros/ros_comm" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="Command-line tool for listing and querying ROS Services" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}] + dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosmsg[${PYTHON_SINGLE_USEDEP}] +" +DEPEND="${RDEPEND}" |