diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 18:26:02 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:29:59 +0200 |
commit | 88e7f4b8a7f1abfe037d47a5e3c2b3fe36273da5 (patch) | |
tree | 8b7d43d00d4b0738ed38e12038cc10e5a7b4aa64 /dev-ros/rosout/rosout-1.15.7.ebuild | |
parent | dev-ros/rosnode: Bump to 1.15.7. (diff) | |
download | gentoo-88e7f4b8a7f1abfe037d47a5e3c2b3fe36273da5.tar.gz gentoo-88e7f4b8a7f1abfe037d47a5e3c2b3fe36273da5.tar.bz2 gentoo-88e7f4b8a7f1abfe037d47a5e3c2b3fe36273da5.zip |
dev-ros/rosout: Bump to 1.15.7.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosout/rosout-1.15.7.ebuild')
-rw-r--r-- | dev-ros/rosout/rosout-1.15.7.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.15.7.ebuild b/dev-ros/rosout/rosout-1.15.7.ebuild new file mode 100644 index 000000000000..0315427da820 --- /dev/null +++ b/dev-ros/rosout/rosout-1.15.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# 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}" |