diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-12-15 10:33:41 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-12-15 11:19:03 +0100 |
commit | 26c9ed7a652b44c6b78e9c8ef8c7c60d97885cc9 (patch) | |
tree | 009edf8233d65414b3aae9989ad6cc7ad0dcdbcd /dev-ros/roscpp/roscpp-1.15.13.ebuild | |
parent | dev-ros/topic_tools: Bump to 1.15.13. (diff) | |
download | gentoo-26c9ed7a652b44c6b78e9c8ef8c7c60d97885cc9.tar.gz gentoo-26c9ed7a652b44c6b78e9c8ef8c7c60d97885cc9.tar.bz2 gentoo-26c9ed7a652b44c6b78e9c8ef8c7c60d97885cc9.zip |
dev-ros/roscpp: Bump to 1.15.13.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roscpp/roscpp-1.15.13.ebuild')
-rw-r--r-- | dev-ros/roscpp/roscpp-1.15.13.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-ros/roscpp/roscpp-1.15.13.ebuild b/dev-ros/roscpp/roscpp-1.15.13.ebuild new file mode 100644 index 000000000000..7cee4461c7ca --- /dev/null +++ b/dev-ros/roscpp/roscpp-1.15.13.ebuild @@ -0,0 +1,29 @@ +# 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" +CATKIN_HAS_MESSAGES=yes +ROS_SUBDIR=clients/${PN} + +inherit ros-catkin + +DESCRIPTION="C++ implementation of ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cpp_common + dev-ros/rosconsole + dev-ros/roscpp_serialization + dev-ros/roscpp_traits + dev-ros/rostime + dev-ros/xmlrpcpp + dev-libs/boost:= + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}" |