diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-12 20:31:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-12 20:50:57 +0200 |
commit | 715aad913a7bc191a5e054726d0174e99bcdfa23 (patch) | |
tree | 94895bae7fc9c353702c29945d374c96321a63fd /dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.0.ebuild | |
parent | www-client/falkon: update HOMEPAGE (diff) | |
download | gentoo-715aad913a7bc191a5e054726d0174e99bcdfa23.tar.gz gentoo-715aad913a7bc191a5e054726d0174e99bcdfa23.tar.bz2 gentoo-715aad913a7bc191a5e054726d0174e99bcdfa23.zip |
dev-ros/roscpp_tutorials: Bump to 0.9.0.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.0.ebuild')
-rw-r--r-- | dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.0.ebuild b/dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.0.ebuild new file mode 100644 index 000000000000..ed62b87963c3 --- /dev/null +++ b/dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/ros_tutorials" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +PYTHON_COMPAT=( python2_7 ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads] + dev-ros/rostime + dev-ros/roscpp + dev-ros/rosconsole + dev-ros/roscpp_serialization +" +DEPEND="${RDEPEND}" |