summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-19 14:25:23 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-19 14:56:20 +0100
commit2c0f8eaaffad0b08e24f60373f479bf9b1e46d5a (patch)
tree1be0102f9ab4068fb32e1d9460dd7df18e91bfdb /dev-ros/rosout/rosout-1.12.0.ebuild
parentdev-ros/rosnode: Bump to 1.12.0. (diff)
downloadgentoo-2c0f8eaaffad0b08e24f60373f479bf9b1e46d5a.tar.gz
gentoo-2c0f8eaaffad0b08e24f60373f479bf9b1e46d5a.tar.bz2
gentoo-2c0f8eaaffad0b08e24f60373f479bf9b1e46d5a.zip
dev-ros/rosout: Bump to 1.12.0.
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosout/rosout-1.12.0.ebuild')
-rw-r--r--dev-ros/rosout/rosout-1.12.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.12.0.ebuild b/dev-ros/rosout/rosout-1.12.0.ebuild
new file mode 100644
index 000000000000..77c9e29bc631
--- /dev/null
+++ b/dev-ros/rosout/rosout-1.12.0.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}"