summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-19 14:22:38 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-19 14:56:01 +0100
commit04dfbe27d89d66d96c3a59b6c6fc570f1f6b35ce (patch)
treea6015807ab40051f787b9c297aec60697226d61b /ros-meta/bond_core/bond_core-1.7.17.ebuild
parentdev-ros/test_bond: Bump to 1.7.17. (diff)
downloadgentoo-04dfbe27d89d66d96c3a59b6c6fc570f1f6b35ce.tar.gz
gentoo-04dfbe27d89d66d96c3a59b6c6fc570f1f6b35ce.tar.bz2
gentoo-04dfbe27d89d66d96c3a59b6c6fc570f1f6b35ce.zip
ros-meta/bond_core: Bump to 1.7.17.
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/bond_core/bond_core-1.7.17.ebuild')
-rw-r--r--ros-meta/bond_core/bond_core-1.7.17.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/ros-meta/bond_core/bond_core-1.7.17.ebuild b/ros-meta/bond_core/bond_core-1.7.17.ebuild
new file mode 100644
index 000000000000..903554610f08
--- /dev/null
+++ b/ros-meta/bond_core/bond_core-1.7.17.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/bond_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+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="
+ dev-ros/bond
+ dev-ros/bondcpp
+ dev-ros/bondpy
+ dev-ros/smclib
+ dev-ros/test_bond
+"
+DEPEND="${RDEPEND}"