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 A4E651387B1 for ; Tue, 22 Sep 2015 09:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7DA5E0858; Tue, 22 Sep 2015 09:13:31 +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 39514E0857 for ; Tue, 22 Sep 2015 09:13:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B14823406F2 for ; Tue, 22 Sep 2015 09:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A905236 for ; Tue, 22 Sep 2015 09:13:28 +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: <1442913199.de6a2dc7b96821ac4bfec011f8c7532a4cc7c259.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/cpp_common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/cpp_common/Manifest dev-ros/cpp_common/cpp_common-0.5.6.ebuild dev-ros/cpp_common/cpp_common-9999.ebuild dev-ros/cpp_common/metadata.xml X-VCS-Directories: dev-ros/cpp_common/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: de6a2dc7b96821ac4bfec011f8c7532a4cc7c259 X-VCS-Branch: master Date: Tue, 22 Sep 2015 09:13:28 +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: d394858b-9421-4e89-aeba-119211919b77 X-Archives-Hash: d6dd66b2c5b96da388ff1fb35b0144bd commit: de6a2dc7b96821ac4bfec011f8c7532a4cc7c259 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 09:07:01 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 09:13:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6a2dc7 dev-ros/cpp_common: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/cpp_common/Manifest | 1 + dev-ros/cpp_common/cpp_common-0.5.6.ebuild | 20 ++++++++++++++++++++ dev-ros/cpp_common/cpp_common-9999.ebuild | 20 ++++++++++++++++++++ dev-ros/cpp_common/metadata.xml | 5 +++++ 4 files changed, 46 insertions(+) diff --git a/dev-ros/cpp_common/Manifest b/dev-ros/cpp_common/Manifest new file mode 100644 index 0000000..3fcf6e4 --- /dev/null +++ b/dev-ros/cpp_common/Manifest @@ -0,0 +1 @@ +DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa54a9d0872357b7123105444edf3a SHA512 caebca2817721a46c8ce850bc15bdeadb3bf6ad12aeb134b11bdb04da6054eb4056aef8c5194ca4e7fffa3e3f3563faf8e3148eebfba93bc6b5673d5437d977f WHIRLPOOL f977f9b0e10a287c7d201ffd765a4824e61d0b5f85767c7a8e81d96295f97dcbe22a9c2d376f36a329997d0498ce36f830263e4710eaf288b214b6bf894ede84 diff --git a/dev-ros/cpp_common/cpp_common-0.5.6.ebuild b/dev-ros/cpp_common/cpp_common-0.5.6.ebuild new file mode 100644 index 0000000..da8e09b --- /dev/null +++ b/dev-ros/cpp_common/cpp_common-0.5.6.ebuild @@ -0,0 +1,20 @@ +# 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/roscpp_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="C++ code for doing things that are not necessarily ROS related" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/console_bridge + dev-libs/boost:=[threads]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/cpp_common/cpp_common-9999.ebuild b/dev-ros/cpp_common/cpp_common-9999.ebuild new file mode 100644 index 0000000..da8e09b --- /dev/null +++ b/dev-ros/cpp_common/cpp_common-9999.ebuild @@ -0,0 +1,20 @@ +# 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/roscpp_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="C++ code for doing things that are not necessarily ROS related" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/console_bridge + dev-libs/boost:=[threads]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/cpp_common/metadata.xml b/dev-ros/cpp_common/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/cpp_common/metadata.xml @@ -0,0 +1,5 @@ + + + +ros +