diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-17 12:16:37 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-17 13:46:28 +0200 |
commit | cb1eac48c081973be289ade5a27e3a02d0453c49 (patch) | |
tree | ee42f4a0e9dd722eeabc4f236fd5961a6ce286c4 /dev-ros/rosout/rosout-1.13.2.ebuild | |
parent | dev-ros/rosnode: Bump to 1.13.2. (diff) | |
download | gentoo-cb1eac48c081973be289ade5a27e3a02d0453c49.tar.gz gentoo-cb1eac48c081973be289ade5a27e3a02d0453c49.tar.bz2 gentoo-cb1eac48c081973be289ade5a27e3a02d0453c49.zip |
dev-ros/rosout: Bump to 1.13.2.
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'dev-ros/rosout/rosout-1.13.2.ebuild')
-rw-r--r-- | dev-ros/rosout/rosout-1.13.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.13.2.ebuild b/dev-ros/rosout/rosout-1.13.2.ebuild new file mode 100644 index 000000000000..956032ae87e7 --- /dev/null +++ b/dev-ros/rosout/rosout-1.13.2.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}" |