diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-19 14:22:38 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-19 14:56:01 +0100 |
commit | 04dfbe27d89d66d96c3a59b6c6fc570f1f6b35ce (patch) | |
tree | a6015807ab40051f787b9c297aec60697226d61b /ros-meta/bond_core | |
parent | dev-ros/test_bond: Bump to 1.7.17. (diff) | |
download | gentoo-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')
-rw-r--r-- | ros-meta/bond_core/Manifest | 1 | ||||
-rw-r--r-- | ros-meta/bond_core/bond_core-1.7.17.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/ros-meta/bond_core/Manifest b/ros-meta/bond_core/Manifest index 0d7a60a51eaa..3db390ef0d1a 100644 --- a/ros-meta/bond_core/Manifest +++ b/ros-meta/bond_core/Manifest @@ -1 +1,2 @@ DIST bond_core-1.7.16.tar.gz 25327 SHA256 177dc78ef9cf3cd9f48fe5aca4742f504956c71641c75048b7559af0e2aacd53 SHA512 1c35776782edfb7397845fde0ef3fcaac6179f1c55637fd5209303feb1755f13bff85e6cf36a2dd2671c18d5b433cb8e9ede04df923f742e22934b19d044e06e WHIRLPOOL 56fd05d2c6c8f5fb9fa8b47f2da939e16f79f39937febbf588137d5dd411c03f0c30edb3e70b50ed4c6b7c1ce8a0f1cd8c1922038c20495e62a57c80d0958864 +DIST bond_core-1.7.17.tar.gz 31334 SHA256 41e511233510b6d8c73f354c2198c4ff5e82bafa47120fb3ffcb6704a2d7f1a6 SHA512 248146e6704c36f014e0f4c5178e566b6c4e344f46b39d4ac9a6cf6b152d1c163b5881921168b8898ec44da9d9b5bc69dc3a66ae26be61007c109aed1990ee73 WHIRLPOOL 2da1910eedc7b4af12c6172c01fd7fe60ad11645366e0b3e684c458b4f78a82b61f957c12d88f248cbc1aced57c4f97a2e1c6319c5a417a470fb1d0904ca66a9 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}" |