diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-04-02 13:13:15 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-04-05 11:52:10 +0200 |
commit | 40ff54a4efb5302bb41efeb71e8fed2bc63e4176 (patch) | |
tree | 1b047382a8531058df6e2395f79b145caa8c8469 /dev-ros/rosmsg/rosmsg-1.15.10.ebuild | |
parent | dev-ros/rosmaster: Bump to 1.15.10. (diff) | |
download | gentoo-40ff54a4efb5302bb41efeb71e8fed2bc63e4176.tar.gz gentoo-40ff54a4efb5302bb41efeb71e8fed2bc63e4176.tar.bz2 gentoo-40ff54a4efb5302bb41efeb71e8fed2bc63e4176.zip |
dev-ros/rosmsg: 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/rosmsg/rosmsg-1.15.10.ebuild')
-rw-r--r-- | dev-ros/rosmsg/rosmsg-1.15.10.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ros/rosmsg/rosmsg-1.15.10.ebuild b/dev-ros/rosmsg/rosmsg-1.15.10.ebuild new file mode 100644 index 000000000000..34327c1b7d48 --- /dev/null +++ b/dev-ros/rosmsg/rosmsg-1.15.10.ebuild @@ -0,0 +1,25 @@ +# 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 tools for displaying information about message and services" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/genmsg[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") + dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosbag[${PYTHON_SINGLE_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}] ) +" |