Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/bond/
Date: Sat, 04 Nov 2017 13:23:41
Message-Id: 1509801791.3cdb9157fad58804e3cdba7d3d8e1939ee876fb6.aballier@gentoo
1 commit: 3cdb9157fad58804e3cdba7d3d8e1939ee876fb6
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 4 12:19:23 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 13:23:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdb9157
7
8 dev-ros/bond: Bump to 1.8.1.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-ros/bond/Manifest | 1 +
13 dev-ros/bond/bond-1.8.1.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-ros/bond/Manifest b/dev-ros/bond/Manifest
17 index f3299f9aa97..1b8c8314dfd 100644
18 --- a/dev-ros/bond/Manifest
19 +++ b/dev-ros/bond/Manifest
20 @@ -1,2 +1,3 @@
21 DIST bond_core-1.7.19.tar.gz 31455 SHA256 67d7f1cbfe1a007ba48aa477f722e185485006cbd0abdd1460f580d677f89643 SHA512 63584fa465dba48def1c049e713b0438ea6dd15bd968ee5a1ef969e21540d2693eb61bffb40134dd28486c83c6e54d8db9c71af8f2949bd38a3f7c63be5b65fb WHIRLPOOL 4b449593c5e7fcde7bd3c0262eb7e60fc8db94467e5deec51cf3259fe9245332b8a2dd18e705ea9017639a921dc3d1e872f77929d16e8c159320e44f64fb466c
22 DIST bond_core-1.8.0.tar.gz 32199 SHA256 066fec8225419c1ed0f2a065d183aeb0523d5df434584ba728503944f4d39d01 SHA512 5519d5366d94403862f34ff16e06ead099a164e43987a113c5ec3d62a8d32430b81fc3bee557513dac05ce6bdb39e6bc3c1a3477573de74610217ea92d373526 WHIRLPOOL df0e27903e0a45282f287f8aab74e89203050bc23cca5f101ed2e21eebe668f2cde9d9e3879d6a9c0f79dc08ecb80bdb8b5725b880769634de9c5bf087d8ae66
23 +DIST bond_core-1.8.1.tar.gz 32283 SHA256 61e90b226ab76e9723fa5bbc9880a8eef95d6a32a008edf49da7017c82dc0abf SHA512 767d47d7d69bf2a1e6ce5d403f1e0f248c9414998a077f9a0815976975c6ed071eb0338543b9947285b30f5135e410fc273ad4243e5478819286a96e94f4584c WHIRLPOOL ae1eebf0edc5fc138b883a6ac44e1b58e9eb3447c65963080a11eb944d6f05f1b396ae3add7594f808914cb4c0b705e5e1dcd2982f5587a3951825a21fdf99a0
24
25 diff --git a/dev-ros/bond/bond-1.8.1.ebuild b/dev-ros/bond/bond-1.8.1.ebuild
26 new file mode 100644
27 index 00000000000..f1d50c80444
28 --- /dev/null
29 +++ b/dev-ros/bond/bond-1.8.1.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +CATKIN_HAS_MESSAGES=yes
36 +ROS_REPO_URI="https://github.com/ros/bond_core"
37 +KEYWORDS="~amd64 ~arm"
38 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
39 +ROS_SUBDIR=${PN}
40 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="A bond allows two processes, A and B, to know when the other has terminated"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND=""
50 +DEPEND="${RDEPEND}"