From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 00270139BC6 for ; Tue, 22 Sep 2015 15:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67EC0E07FA; Tue, 22 Sep 2015 15:17:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAACCE07FC for ; Tue, 22 Sep 2015 15:17:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8A023406C2 for ; Tue, 22 Sep 2015 15:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0EA022E for ; Tue, 22 Sep 2015 15:17:32 +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: <1442934825.983e0808673c96d624eddbba61a6064743cb6a4a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/bondcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/bondcpp/Manifest dev-ros/bondcpp/bondcpp-1.7.16.ebuild dev-ros/bondcpp/bondcpp-9999.ebuild dev-ros/bondcpp/metadata.xml X-VCS-Directories: dev-ros/bondcpp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 983e0808673c96d624eddbba61a6064743cb6a4a X-VCS-Branch: master Date: Tue, 22 Sep 2015 15:17:32 +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: 3c520e3c-956c-4f08-90fc-1d1cc9b16862 X-Archives-Hash: 72691a8aeecfc0b5ad7c5ad8466d34f3 commit: 983e0808673c96d624eddbba61a6064743cb6a4a Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 15:13:45 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 15:13:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983e0808 dev-ros/bondcpp: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/bondcpp/Manifest | 1 + dev-ros/bondcpp/bondcpp-1.7.16.ebuild | 25 +++++++++++++++++++++++++ dev-ros/bondcpp/bondcpp-9999.ebuild | 25 +++++++++++++++++++++++++ dev-ros/bondcpp/metadata.xml | 5 +++++ 4 files changed, 56 insertions(+) diff --git a/dev-ros/bondcpp/Manifest b/dev-ros/bondcpp/Manifest new file mode 100644 index 0000000..0d7a60a --- /dev/null +++ b/dev-ros/bondcpp/Manifest @@ -0,0 +1 @@ +DIST bond_core-1.7.16.tar.gz 25327 SHA256 177dc78ef9cf3cd9f48fe5aca4742f504956c71641c75048b7559af0e2aacd53 SHA512 1c35776782edfb7397845fde0ef3fcaac6179f1c55637fd5209303feb1755f13bff85e6cf36a2dd2671c18d5b433cb8e9ede04df923f742e22934b19d044e06e WHIRLPOOL 56fd05d2c6c8f5fb9fa8b47f2da939e16f79f39937febbf588137d5dd411c03f0c30edb3e70b50ed4c6b7c1ce8a0f1cd8c1922038c20495e62a57c80d0958864 diff --git a/dev-ros/bondcpp/bondcpp-1.7.16.ebuild b/dev-ros/bondcpp/bondcpp-1.7.16.ebuild new file mode 100644 index 0000000..68f6832 --- /dev/null +++ b/dev-ros/bondcpp/bondcpp-1.7.16.ebuild @@ -0,0 +1,25 @@ +# 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="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 + dev-ros/smclib + dev-libs/boost:= + sys-apps/util-linux +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/bondcpp/bondcpp-9999.ebuild b/dev-ros/bondcpp/bondcpp-9999.ebuild new file mode 100644 index 0000000..68f6832 --- /dev/null +++ b/dev-ros/bondcpp/bondcpp-9999.ebuild @@ -0,0 +1,25 @@ +# 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="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 + dev-ros/smclib + dev-libs/boost:= + sys-apps/util-linux +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/bondcpp/metadata.xml b/dev-ros/bondcpp/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/bondcpp/metadata.xml @@ -0,0 +1,5 @@ + + + +ros +