summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2022-03-08 15:47:30 +0100
committerAlexis Ballier <aballier@gentoo.org>2022-03-08 17:16:41 +0100
commitb054303529dd1aa5c15f0b7bb907e0083182c4eb (patch)
treed08845ba29f101a4ac93c5fa15c11ffbd0fca900 /dev-ros/rosout/rosout-1.15.14.ebuild
parentdev-ros/rosnode: Bump to 1.15.14. (diff)
downloadgentoo-b054303529dd1aa5c15f0b7bb907e0083182c4eb.tar.gz
gentoo-b054303529dd1aa5c15f0b7bb907e0083182c4eb.tar.bz2
gentoo-b054303529dd1aa5c15f0b7bb907e0083182c4eb.zip
dev-ros/rosout: Bump to 1.15.14.
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosout/rosout-1.15.14.ebuild')
-rw-r--r--dev-ros/rosout/rosout-1.15.14.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rosout/rosout-1.15.14.ebuild b/dev-ros/rosout/rosout-1.15.14.ebuild
new file mode 100644
index 000000000000..f046a1ba1d9f
--- /dev/null
+++ b/dev-ros/rosout/rosout-1.15.14.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+"
+DEPEND="${RDEPEND}
+ dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"