summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:06:22 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:15:18 +0100
commite9725b7e99bb2bb6c848f1fcf8735f46a0caccf3 (patch)
tree33b81ca662d11486338bbba572479e9d159f7b81 /dev-ros/rosout/rosout-9999.ebuild
parentdev-ros/rosnode: treeclean (diff)
downloadgentoo-e9725b7e99bb2bb6c848f1fcf8735f46a0caccf3.tar.gz
gentoo-e9725b7e99bb2bb6c848f1fcf8735f46a0caccf3.tar.bz2
gentoo-e9725b7e99bb2bb6c848f1fcf8735f46a0caccf3.zip
dev-ros/rosout: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rosout/rosout-9999.ebuild')
-rw-r--r--dev-ros/rosout/rosout-9999.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ros/rosout/rosout-9999.ebuild b/dev-ros/rosout/rosout-9999.ebuild
deleted file mode 100644
index 4a60a4d6a5fe..000000000000
--- a/dev-ros/rosout/rosout-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 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}]
-"