diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-30 18:11:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-30 18:43:48 +0200 |
commit | 87f07bf19609a9af4b37019a1888a9917bafb160 (patch) | |
tree | 160f65f19405faad2156ac2d1c6b20265f125758 /dev-ros/rosout/rosout-1.13.1.ebuild | |
parent | dev-ros/rosnode: Bump to 1.13.1. (diff) | |
download | gentoo-87f07bf19609a9af4b37019a1888a9917bafb160.tar.gz gentoo-87f07bf19609a9af4b37019a1888a9917bafb160.tar.bz2 gentoo-87f07bf19609a9af4b37019a1888a9917bafb160.zip |
dev-ros/rosout: Bump to 1.13.1.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ros/rosout/rosout-1.13.1.ebuild')
-rw-r--r-- | dev-ros/rosout/rosout-1.13.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.13.1.ebuild b/dev-ros/rosout/rosout-1.13.1.ebuild new file mode 100644 index 000000000000..956032ae87e7 --- /dev/null +++ b/dev-ros/rosout/rosout-1.13.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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}" |