summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-09 13:03:56 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-09 13:45:25 +0200
commitfb40fcdcd560187335d61e639feab33401d97de0 (patch)
tree9573c6ca186b84378a0fd201d6c242fa2c4e2aa6 /dev-ros/bond/bond-1.8.5.ebuild
parentdev-ros/diagnostic_aggregator: Remove old (diff)
downloadgentoo-fb40fcdcd560187335d61e639feab33401d97de0.tar.gz
gentoo-fb40fcdcd560187335d61e639feab33401d97de0.tar.bz2
gentoo-fb40fcdcd560187335d61e639feab33401d97de0.zip
dev-ros/bond: Bump to 1.8.5.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/bond/bond-1.8.5.ebuild')
-rw-r--r--dev-ros/bond/bond-1.8.5.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/bond/bond-1.8.5.ebuild b/dev-ros/bond/bond-1.8.5.ebuild
new file mode 100644
index 000000000000..82922d265f43
--- /dev/null
+++ b/dev-ros/bond/bond-1.8.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/bond_core"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+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}"