summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-11-04 11:31:34 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-11-04 12:05:36 +0100
commit4a9ed24a52fb3eaff8fbcbc59ead1078c7c3b905 (patch)
tree6f77b5815caa63a3dca0cf6a738d8310dfb9b697 /dev-ros/rosout/rosout-1.13.4.ebuild
parentdev-ros/rosnode: Bump to 1.13.4. (diff)
downloadgentoo-4a9ed24a52fb3eaff8fbcbc59ead1078c7c3b905.tar.gz
gentoo-4a9ed24a52fb3eaff8fbcbc59ead1078c7c3b905.tar.bz2
gentoo-4a9ed24a52fb3eaff8fbcbc59ead1078c7c3b905.zip
dev-ros/rosout: Bump to 1.13.4.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-ros/rosout/rosout-1.13.4.ebuild')
-rw-r--r--dev-ros/rosout/rosout-1.13.4.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.13.4.ebuild b/dev-ros/rosout/rosout-1.13.4.ebuild
new file mode 100644
index 000000000000..956032ae87e7
--- /dev/null
+++ b/dev-ros/rosout/rosout-1.13.4.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}"