summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-04-28 16:41:13 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-04-28 17:21:43 +0200
commit86c3d4f3167de2d31151ec46933d9e0666828024 (patch)
treeea41e145fd11f94e13f703cf1bb7d168aaade73e /ros-meta
parentdev-ros/test_bond: Bump to 1.8.2. (diff)
downloadgentoo-86c3d4f3167de2d31151ec46933d9e0666828024.tar.gz
gentoo-86c3d4f3167de2d31151ec46933d9e0666828024.tar.bz2
gentoo-86c3d4f3167de2d31151ec46933d9e0666828024.zip
ros-meta/bond_core: Bump to 1.8.2.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'ros-meta')
-rw-r--r--ros-meta/bond_core/Manifest1
-rw-r--r--ros-meta/bond_core/bond_core-1.8.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/ros-meta/bond_core/Manifest b/ros-meta/bond_core/Manifest
index 21d99aadcd3c..5d26e20993a7 100644
--- a/ros-meta/bond_core/Manifest
+++ b/ros-meta/bond_core/Manifest
@@ -4,3 +4,4 @@ DIST bond_core-1.7.18.tar.gz 31402 BLAKE2B 7c87354c1e92f5be29e751029d229859658d1
DIST bond_core-1.7.19.tar.gz 31455 BLAKE2B 86b21d44624c0be8c9445b53d46541785d47fe36366e1d25305a689faa99577905730cd313b7789302ebc6677f85c361d8c51a523233ade11bd6b493ee986dd2 SHA512 63584fa465dba48def1c049e713b0438ea6dd15bd968ee5a1ef969e21540d2693eb61bffb40134dd28486c83c6e54d8db9c71af8f2949bd38a3f7c63be5b65fb
DIST bond_core-1.8.0.tar.gz 32199 BLAKE2B 8b5f308c3ff4ee3cf4d969ffa7cc05433ab0b992865a782b9c63d8b27615a158fe1885302703aa357f486ea4409e9e07aa3b43bbef6d41fbd127a8bc2c7252cc SHA512 5519d5366d94403862f34ff16e06ead099a164e43987a113c5ec3d62a8d32430b81fc3bee557513dac05ce6bdb39e6bc3c1a3477573de74610217ea92d373526
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/ros-meta/bond_core/bond_core-1.8.2.ebuild b/ros-meta/bond_core/bond_core-1.8.2.ebuild
new file mode 100644
index 000000000000..3e7d9f2c2f8e
--- /dev/null
+++ b/ros-meta/bond_core/bond_core-1.8.2.ebuild
@@ -0,0 +1,23 @@
+# 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="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}"