diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-28 16:40:53 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-28 17:21:43 +0200 |
commit | 1d12a660ba4ded243bb63a61c185627b775ef48d (patch) | |
tree | a93d5c3de670890923a32a98f1778376c1af23e9 /dev-ros | |
parent | dev-ros/bond: Bump to 1.8.2. (diff) | |
download | gentoo-1d12a660ba4ded243bb63a61c185627b775ef48d.tar.gz gentoo-1d12a660ba4ded243bb63a61c185627b775ef48d.tar.bz2 gentoo-1d12a660ba4ded243bb63a61c185627b775ef48d.zip |
dev-ros/bondcpp: Bump to 1.8.2.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/bondcpp/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/bondcpp/bondcpp-1.8.2.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-ros/bondcpp/Manifest b/dev-ros/bondcpp/Manifest index f00590b404c4..e39fae542a89 100644 --- a/dev-ros/bondcpp/Manifest +++ b/dev-ros/bondcpp/Manifest @@ -1 +1,2 @@ DIST bond_core-1.8.1.tar.gz 32283 BLAKE2B d9d99891507106bff4f4ef7beb80ef878c9ddbbbcb073ea5bbeba11c0d21a7f94dc12a9fc3daea26c4f7585c991bb6283244af8852cee47162185136e0a2d694 SHA512 767d47d7d69bf2a1e6ce5d403f1e0f248c9414998a077f9a0815976975c6ed071eb0338543b9947285b30f5135e410fc273ad4243e5478819286a96e94f4584c +DIST bond_core-1.8.2.tar.gz 32541 BLAKE2B d2c3000dcd92399f8349f9fbcffbfb432f6f98128365296071ce478c41e9754def757ab26cc89a7e00a0c503ae037792cf494ab53a315fe95de9a56803b2d1ab SHA512 6cb0d5f7af42d1e558772a06ec62a8f31ec8716c72c4d04927301b222de0a67df246e288e777d2ebc9c78000d3bd0c4efe494ea184beb3c906343e83e443c844 diff --git a/dev-ros/bondcpp/bondcpp-1.8.2.ebuild b/dev-ros/bondcpp/bondcpp-1.8.2.ebuild new file mode 100644 index 000000000000..5516dd68b9ff --- /dev/null +++ b/dev-ros/bondcpp/bondcpp-1.8.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/bond_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="C++ implementation of bond, a mechanism for checking when another process has terminated" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/bond + dev-ros/cmake_modules + >=dev-ros/roscpp-1.13.6 + dev-ros/smclib + dev-libs/boost:= + sys-apps/util-linux +" +DEPEND="${RDEPEND}" |