From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E10FF138334 for ; Wed, 22 Aug 2018 09:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B2C3E08F9; Wed, 22 Aug 2018 09:32:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D75DE0900 for ; Wed, 22 Aug 2018 09:32:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B602B335D48 for ; Wed, 22 Aug 2018 09:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE3F73B8 for ; Wed, 22 Aug 2018 09:32:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1534930316.ba234aafd32cd985c671d5978eb9323764ef6976.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/bond_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/bond_core/Manifest ros-meta/bond_core/bond_core-1.8.3.ebuild X-VCS-Directories: ros-meta/bond_core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ba234aafd32cd985c671d5978eb9323764ef6976 X-VCS-Branch: master Date: Wed, 22 Aug 2018 09:32:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 28918072-18e1-4d66-892e-9e278cbad5d5 X-Archives-Hash: 240edae113eb5c9ccbd23be0cb946827 commit: ba234aafd32cd985c671d5978eb9323764ef6976 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 21 15:15:13 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 22 09:31:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba234aaf ros-meta/bond_core: Bump to 1.8.3. Package-Manager: Portage-2.3.48, Repoman-2.3.10 ros-meta/bond_core/Manifest | 1 + ros-meta/bond_core/bond_core-1.8.3.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/ros-meta/bond_core/Manifest b/ros-meta/bond_core/Manifest index 726f40c7bcc..6a3fadf49b5 100644 --- a/ros-meta/bond_core/Manifest +++ b/ros-meta/bond_core/Manifest @@ -1 +1,2 @@ DIST bond_core-1.8.2.tar.gz 32541 BLAKE2B d2c3000dcd92399f8349f9fbcffbfb432f6f98128365296071ce478c41e9754def757ab26cc89a7e00a0c503ae037792cf494ab53a315fe95de9a56803b2d1ab SHA512 6cb0d5f7af42d1e558772a06ec62a8f31ec8716c72c4d04927301b222de0a67df246e288e777d2ebc9c78000d3bd0c4efe494ea184beb3c906343e83e443c844 +DIST bond_core-1.8.3.tar.gz 32831 BLAKE2B d0c71488436340eff92930006d995ecdd0e98248606b3a6588b36a057584ccc325f751cc170443d21212138bfca2d34c47bd88d4a8a0b719cce81de7bab3218f SHA512 9f9bb71b431199582a36da6ec53806f25fd28fcdfe42e34d60a759f07de98ec86e3f156bc95dc218f3c517e66be426fc30510e111ade9459dfefd74a9555943a diff --git a/ros-meta/bond_core/bond_core-1.8.3.ebuild b/ros-meta/bond_core/bond_core-1.8.3.ebuild new file mode 100644 index 00000000000..3e7d9f2c2f8 --- /dev/null +++ b/ros-meta/bond_core/bond_core-1.8.3.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}"