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 795B413881B for ; Tue, 22 Sep 2015 19:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A695E08A0; Tue, 22 Sep 2015 19:30:24 +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 9CAB8E08A0 for ; Tue, 22 Sep 2015 19:30:23 +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 B89B534067D for ; Tue, 22 Sep 2015 19:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B03C223B for ; Tue, 22 Sep 2015 19:30:19 +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: <1442950202.af4ee359473f3f7bd7475e1b2da465b66721f961.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/robot/Manifest ros-meta/robot/metadata.xml ros-meta/robot/robot-1.2.0.ebuild ros-meta/robot/robot-9999.ebuild X-VCS-Directories: ros-meta/robot/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: af4ee359473f3f7bd7475e1b2da465b66721f961 X-VCS-Branch: master Date: Tue, 22 Sep 2015 19:30:19 +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: 59f59ae8-0a0d-4fea-b616-35e05d8e4bfd X-Archives-Hash: 5ce06dad8451ca03c57cceb49016efa7 commit: af4ee359473f3f7bd7475e1b2da465b66721f961 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 19:29:52 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 19:30:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4ee359 ros-meta/robot: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 ros-meta/robot/Manifest | 1 + ros-meta/robot/metadata.xml | 5 +++++ ros-meta/robot/robot-1.2.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ ros-meta/robot/robot-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+) diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest new file mode 100644 index 0000000..7ebda7a --- /dev/null +++ b/ros-meta/robot/Manifest @@ -0,0 +1 @@ +DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79 diff --git a/ros-meta/robot/metadata.xml b/ros-meta/robot/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/ros-meta/robot/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/ros-meta/robot/robot-1.2.0.ebuild b/ros-meta/robot/robot-1.2.0.ebuild new file mode 100644 index 0000000..075d3ba --- /dev/null +++ b/ros-meta/robot/robot-1.2.0.ebuild @@ -0,0 +1,36 @@ +# 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/metapackages" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + ros-meta/ros_base + dev-ros/control_msgs + ros-meta/diagnostics + dev-ros/filters + ros-meta/geometry + ros-meta/robot_model + dev-ros/robot_state_publisher + dev-ros/xacro + ros-meta/executive_smach + dev-ros/actionlib + ros-meta/bond_core + dev-ros/class_loader + dev-ros/dynamic_reconfigure + ros-meta/common_tutorials + ros-meta/nodelet_core + dev-ros/pluginlib +" +DEPEND="${RDEPEND}" diff --git a/ros-meta/robot/robot-9999.ebuild b/ros-meta/robot/robot-9999.ebuild new file mode 100644 index 0000000..075d3ba --- /dev/null +++ b/ros-meta/robot/robot-9999.ebuild @@ -0,0 +1,36 @@ +# 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/metapackages" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + ros-meta/ros_base + dev-ros/control_msgs + ros-meta/diagnostics + dev-ros/filters + ros-meta/geometry + ros-meta/robot_model + dev-ros/robot_state_publisher + dev-ros/xacro + ros-meta/executive_smach + dev-ros/actionlib + ros-meta/bond_core + dev-ros/class_loader + dev-ros/dynamic_reconfigure + ros-meta/common_tutorials + ros-meta/nodelet_core + dev-ros/pluginlib +" +DEPEND="${RDEPEND}"