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 409041387B1 for ; Tue, 22 Sep 2015 12:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92F6BE084C; Tue, 22 Sep 2015 12:14:30 +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 1E65EE084C for ; Tue, 22 Sep 2015 12:14:30 +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 1C7063407D2 for ; Tue, 22 Sep 2015 12:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBFA8235 for ; Tue, 22 Sep 2015 12:14:26 +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: <1442922414.7ed9a9404c56932b61004cea16545a4946ae4f8e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosboost_cfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosboost_cfg/Manifest dev-ros/rosboost_cfg/metadata.xml dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild X-VCS-Directories: dev-ros/rosboost_cfg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7ed9a9404c56932b61004cea16545a4946ae4f8e X-VCS-Branch: master Date: Tue, 22 Sep 2015 12:14:26 +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: d78f465e-3bef-4c2d-9333-1c0e3651c4b3 X-Archives-Hash: f9b898f1882ec2ca8a3e274a577c8a2f commit: 7ed9a9404c56932b61004cea16545a4946ae4f8e Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 11:46:54 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 11:46:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed9a940 dev-ros/rosboost_cfg: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/rosboost_cfg/Manifest | 1 + dev-ros/rosboost_cfg/metadata.xml | 5 +++++ dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild | 19 +++++++++++++++++++ dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild | 19 +++++++++++++++++++ 4 files changed, 44 insertions(+) diff --git a/dev-ros/rosboost_cfg/Manifest b/dev-ros/rosboost_cfg/Manifest new file mode 100644 index 0000000..02c7ccc --- /dev/null +++ b/dev-ros/rosboost_cfg/Manifest @@ -0,0 +1 @@ +DIST ros-1.12.3.tar.gz 162506 SHA256 49b9368e901d69f464b46c9ff0d12843d413fe20c4271225dbb75169bb82a47e SHA512 fe740f357959ed2cabcf0d902c7f1ebe6a7dedd11376ec76e5f47383b0b29b15127306255bea9adb3a48b2872a681a10302f9b0c4da4625c31bcc78522b66d7c WHIRLPOOL d57a877f7b7dc2a6613d3ea07b59e740e25bfffbcec51fa4ce826ccdc9f95dd9aed121736f46338068f9cf06b52a6abc8462ce663bbd4519e7d93f16422995f5 diff --git a/dev-ros/rosboost_cfg/metadata.xml b/dev-ros/rosboost_cfg/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/rosboost_cfg/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild new file mode 100644 index 0000000..370f8df --- /dev/null +++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild @@ -0,0 +1,19 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild new file mode 100644 index 0000000..370f8df --- /dev/null +++ b/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild @@ -0,0 +1,19 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"