summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-20 14:31:53 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-20 16:21:47 +0100
commit6de135e4b233a6f6f998b42c74abe3708474c4f4 (patch)
treeb9d9c03e96cb6025126f31f2c765af6ae194bf47 /dev-ros/rosout/rosout-1.12.7.ebuild
parentdev-ros/rosnode: Bump to 1.12.7. (diff)
downloadgentoo-6de135e4b233a6f6f998b42c74abe3708474c4f4.tar.gz
gentoo-6de135e4b233a6f6f998b42c74abe3708474c4f4.tar.bz2
gentoo-6de135e4b233a6f6f998b42c74abe3708474c4f4.zip
dev-ros/rosout: Bump to 1.12.7.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosout/rosout-1.12.7.ebuild')
-rw-r--r--dev-ros/rosout/rosout-1.12.7.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.12.7.ebuild b/dev-ros/rosout/rosout-1.12.7.ebuild
new file mode 100644
index 000000000000..983367f218be
--- /dev/null
+++ b/dev-ros/rosout/rosout-1.12.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 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}"