diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-15 11:32:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-15 13:25:34 +0200 |
commit | 1253e9022994b8a6e893bec69465a2349c3f2a9a (patch) | |
tree | e0fa20632579a25f39e579a6e6bab07811243ec2 /dev-ros/rosout/rosout-1.11.15.ebuild | |
parent | dev-ros/rosnode: Bump to 1.11.15. (diff) | |
download | gentoo-1253e9022994b8a6e893bec69465a2349c3f2a9a.tar.gz gentoo-1253e9022994b8a6e893bec69465a2349c3f2a9a.tar.bz2 gentoo-1253e9022994b8a6e893bec69465a2349c3f2a9a.zip |
dev-ros/rosout: Bump to 1.11.15.
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-ros/rosout/rosout-1.11.15.ebuild')
-rw-r--r-- | dev-ros/rosout/rosout-1.11.15.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.11.15.ebuild b/dev-ros/rosout/rosout-1.11.15.ebuild new file mode 100644 index 000000000000..77c9e29bc631 --- /dev/null +++ b/dev-ros/rosout/rosout-1.11.15.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/ros_comm" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="System-wide logging mechanism for messages sent to the /rosout topic" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}" |