summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:01:44 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:12:38 +0100
commitcfaa6af2a88d39d37b6328c2f04f743f40d01911 (patch)
tree5282bf1da448ebab78c7dccd55c1bca73879473d /dev-ros/bond/bond-9999.ebuild
parentdev-ros/base_local_planner: treeclean (diff)
downloadgentoo-cfaa6af2a88d39d37b6328c2f04f743f40d01911.tar.gz
gentoo-cfaa6af2a88d39d37b6328c2f04f743f40d01911.tar.bz2
gentoo-cfaa6af2a88d39d37b6328c2f04f743f40d01911.zip
dev-ros/bond: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/bond/bond-9999.ebuild')
-rw-r--r--dev-ros/bond/bond-9999.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-ros/bond/bond-9999.ebuild b/dev-ros/bond/bond-9999.ebuild
deleted file mode 100644
index 16f4aac71766..000000000000
--- a/dev-ros/bond/bond-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/bond_core"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="A bond allows two processes, A and B, to know when the other has terminated"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"