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 E23CE13881E for ; Tue, 22 Sep 2015 15:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 763DD21C029; Tue, 22 Sep 2015 15:55:11 +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 8EA7A21C019 for ; Tue, 22 Sep 2015 15:55:10 +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 8FD7B34063E for ; Tue, 22 Sep 2015 15:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C4EE1FD for ; Tue, 22 Sep 2015 15:55:07 +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: <1442937165.e39cf95480d4b15353c879d12fc4f9ff2b7ccc7c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pluginlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/pluginlib/Manifest dev-ros/pluginlib/metadata.xml dev-ros/pluginlib/pluginlib-1.10.1.ebuild dev-ros/pluginlib/pluginlib-9999.ebuild X-VCS-Directories: dev-ros/pluginlib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e39cf95480d4b15353c879d12fc4f9ff2b7ccc7c X-VCS-Branch: master Date: Tue, 22 Sep 2015 15:55:07 +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: c7a0279a-31c6-4fcc-be15-1fb0fffde5b4 X-Archives-Hash: 930709f4c6aa38d8306e36f242959557 commit: e39cf95480d4b15353c879d12fc4f9ff2b7ccc7c Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 15:27:49 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 15:52:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39cf954 dev-ros/pluginlib: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/pluginlib/Manifest | 1 + dev-ros/pluginlib/metadata.xml | 5 +++++ dev-ros/pluginlib/pluginlib-1.10.1.ebuild | 27 +++++++++++++++++++++++++++ dev-ros/pluginlib/pluginlib-9999.ebuild | 27 +++++++++++++++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest new file mode 100644 index 0000000..f8240c4 --- /dev/null +++ b/dev-ros/pluginlib/Manifest @@ -0,0 +1 @@ +DIST pluginlib-1.10.1.tar.gz 17109 SHA256 239591f5eb263e48769942feb125c46a56ae3e226dc3ef4bf5dfa39ab94c47e1 SHA512 0318b2893b100d0dddce3eac029e907bcfc759525bfc17de5c42f8d55facaf9c24f162df7baf4d4ed13ea9dcdaee06c85f730507fba6fbe8218b283e10ec6122 WHIRLPOOL 901c7f4b41abc708a00292d00f9f4e22d0c7f03e3ade900389bae8c436b93406110686f44a8a3380a13f7dd9ab4f79cc639f8ed494bccee49f91a4bfa1a48e1a diff --git a/dev-ros/pluginlib/metadata.xml b/dev-ros/pluginlib/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/pluginlib/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/pluginlib/pluginlib-1.10.1.ebuild b/dev-ros/pluginlib/pluginlib-1.10.1.ebuild new file mode 100644 index 0000000..6cdc9d6 --- /dev/null +++ b/dev-ros/pluginlib/pluginlib-1.10.1.ebuild @@ -0,0 +1,27 @@ +# 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/pluginlib" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure" +LICENSE="BSD Boost-1.0" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/class_loader + dev-ros/rosconsole + dev-ros/roslib[${PYTHON_USEDEP}] + dev-libs/boost:= + dev-libs/tinyxml + dev-ros/cmake_modules +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )" diff --git a/dev-ros/pluginlib/pluginlib-9999.ebuild b/dev-ros/pluginlib/pluginlib-9999.ebuild new file mode 100644 index 0000000..6cdc9d6 --- /dev/null +++ b/dev-ros/pluginlib/pluginlib-9999.ebuild @@ -0,0 +1,27 @@ +# 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/pluginlib" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure" +LICENSE="BSD Boost-1.0" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/class_loader + dev-ros/rosconsole + dev-ros/roslib[${PYTHON_USEDEP}] + dev-libs/boost:= + dev-libs/tinyxml + dev-ros/cmake_modules +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )"