diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-04-21 10:50:15 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-04-21 11:07:36 +0200 |
commit | 89a2c562dde823605c4ad6f81bc71453d73c89a1 (patch) | |
tree | 070236dad95ef613b49d077bf460e0240f35aa83 /dev-ros/rosout/rosout-1.12.1.ebuild | |
parent | dev-ros/rosnode: Bump to 1.12.1. (diff) | |
download | gentoo-89a2c562dde823605c4ad6f81bc71453d73c89a1.tar.gz gentoo-89a2c562dde823605c4ad6f81bc71453d73c89a1.tar.bz2 gentoo-89a2c562dde823605c4ad6f81bc71453d73c89a1.zip |
dev-ros/rosout: Bump to 1.12.1.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ros/rosout/rosout-1.12.1.ebuild')
-rw-r--r-- | dev-ros/rosout/rosout-1.12.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.12.1.ebuild b/dev-ros/rosout/rosout-1.12.1.ebuild new file mode 100644 index 000000000000..77c9e29bc631 --- /dev/null +++ b/dev-ros/rosout/rosout-1.12.1.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}" |