summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-11-14 12:04:47 +0100
committerAlexis Ballier <aballier@gentoo.org>2015-11-14 12:04:47 +0100
commit5d48148ffb667941fef36c36b4735ab14b684b32 (patch)
tree2d661a8205cfbe45bbb6107cb7e640fb34e63f19 /dev-ros/rosout/rosout-1.11.16.ebuild
parentdev-ros/rosnode: Bump to 1.11.16. (diff)
downloadgentoo-5d48148ffb667941fef36c36b4735ab14b684b32.tar.gz
gentoo-5d48148ffb667941fef36c36b4735ab14b684b32.tar.bz2
gentoo-5d48148ffb667941fef36c36b4735ab14b684b32.zip
dev-ros/rosout: Bump to 1.11.16.
Package-Manager: portage-2.2.24 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosout/rosout-1.11.16.ebuild')
-rw-r--r--dev-ros/rosout/rosout-1.11.16.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.11.16.ebuild b/dev-ros/rosout/rosout-1.11.16.ebuild
new file mode 100644
index 000000000000..77c9e29bc631
--- /dev/null
+++ b/dev-ros/rosout/rosout-1.11.16.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}"