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 C919613881E for ; Wed, 23 Sep 2015 10:49:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2193E086C; Wed, 23 Sep 2015 10:49:05 +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 AA7D9E086E for ; Wed, 23 Sep 2015 10:49:04 +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 C5A263409F9 for ; Wed, 23 Sep 2015 10:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69ED923E for ; Wed, 23 Sep 2015 10:49:00 +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: <1443005331.8d6cb380bd321418c6046fde50b37abdaa38fade.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/pr2_common/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/pr2_common/Manifest ros-meta/pr2_common/metadata.xml ros-meta/pr2_common/pr2_common-1.11.9.ebuild ros-meta/pr2_common/pr2_common-9999.ebuild X-VCS-Directories: ros-meta/pr2_common/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8d6cb380bd321418c6046fde50b37abdaa38fade X-VCS-Branch: master Date: Wed, 23 Sep 2015 10:49:00 +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: 41e803f1-8b7f-464b-aa6e-ae87f563e435 X-Archives-Hash: 039afbe68894bf02ecd237e677ab412c commit: 8d6cb380bd321418c6046fde50b37abdaa38fade Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 23 10:48:51 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 23 10:48:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6cb380 ros-meta/pr2_common: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 ros-meta/pr2_common/Manifest | 1 + ros-meta/pr2_common/metadata.xml | 5 +++++ ros-meta/pr2_common/pr2_common-1.11.9.ebuild | 23 +++++++++++++++++++++++ ros-meta/pr2_common/pr2_common-9999.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 52 insertions(+) diff --git a/ros-meta/pr2_common/Manifest b/ros-meta/pr2_common/Manifest new file mode 100644 index 0000000..81a1f40 --- /dev/null +++ b/ros-meta/pr2_common/Manifest @@ -0,0 +1 @@ +DIST pr2_common-1.11.9.tar.gz 33337556 SHA256 c6134939602c8a81d006bf4a4bfc48bf8746f5eb0c5b12baa1da8c946d1b4ce1 SHA512 44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213 WHIRLPOOL ad5d6c543b1faca2ed48a66405eb8d6c17b9ef6352fa16b6fc55f9b093a6b1b7da3e0571ade5a6013c84d3695c16e910549ea2673c36a4179043ea4f085c1e05 diff --git a/ros-meta/pr2_common/metadata.xml b/ros-meta/pr2_common/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/ros-meta/pr2_common/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/ros-meta/pr2_common/pr2_common-1.11.9.ebuild b/ros-meta/pr2_common/pr2_common-1.11.9.ebuild new file mode 100644 index 0000000..3befd2e --- /dev/null +++ b/ros-meta/pr2_common/pr2_common-1.11.9.ebuild @@ -0,0 +1,23 @@ +# 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/pr2/pr2_common" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="URDF description and 3D models of robot components of the PR2 robot" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/pr2_msgs + dev-ros/pr2_dashboard_aggregator + dev-ros/pr2_description + dev-ros/pr2_machine +" +DEPEND="${RDEPEND}" diff --git a/ros-meta/pr2_common/pr2_common-9999.ebuild b/ros-meta/pr2_common/pr2_common-9999.ebuild new file mode 100644 index 0000000..3befd2e --- /dev/null +++ b/ros-meta/pr2_common/pr2_common-9999.ebuild @@ -0,0 +1,23 @@ +# 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/pr2/pr2_common" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="URDF description and 3D models of robot components of the PR2 robot" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/pr2_msgs + dev-ros/pr2_dashboard_aggregator + dev-ros/pr2_description + dev-ros/pr2_machine +" +DEPEND="${RDEPEND}"