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 6F4A613881E for ; Wed, 23 Sep 2015 10:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2747E086E; 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 9F2DAE086C 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 C0C063409DC 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 5909223D 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: <1443005265.46533addf9796fea6e0376a3ea1b83277de3754e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_tutorial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/urdf_tutorial/Manifest dev-ros/urdf_tutorial/metadata.xml dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild X-VCS-Directories: dev-ros/urdf_tutorial/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 46533addf9796fea6e0376a3ea1b83277de3754e 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: eb9ef6d7-b10d-4e5d-8b24-85d0ef96b2ed X-Archives-Hash: b0614c700939024f8eeeb6af05826572 commit: 46533addf9796fea6e0376a3ea1b83277de3754e Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 23 10:47:45 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 23 10:47:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46533add dev-ros/urdf_tutorial: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/urdf_tutorial/Manifest | 1 + dev-ros/urdf_tutorial/metadata.xml | 5 +++++ dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild | 24 ++++++++++++++++++++++++ dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild | 24 ++++++++++++++++++++++++ 4 files changed, 54 insertions(+) diff --git a/dev-ros/urdf_tutorial/Manifest b/dev-ros/urdf_tutorial/Manifest new file mode 100644 index 0000000..3011074 --- /dev/null +++ b/dev-ros/urdf_tutorial/Manifest @@ -0,0 +1 @@ +DIST urdf_tutorial-0.2.4.tar.gz 580617 SHA256 ac6c1d666eae7987ace46bab78dc9cc837a17462e59a80574d5441d0653cf333 SHA512 be1909b6b2f4efd5e0b846ab465d9b5b4096f729ffda7568194e4d3208604be83f7007160a767cc8f6df71edca9822e7e49e8f069e88e7b27d11690f7a17bf35 WHIRLPOOL 0b1fa28982bb5cf85d6241e8bbb75f56b88c8998dce23be0ac93d31559abb1ae563dab466673cd958bef0bfa956f43687b2b14f0d996f1583b57ea04357344cb diff --git a/dev-ros/urdf_tutorial/metadata.xml b/dev-ros/urdf_tutorial/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/urdf_tutorial/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild new file mode 100644 index 0000000..bf1820d --- /dev/null +++ b/dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild @@ -0,0 +1,24 @@ +# 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/urdf_tutorial" +KEYWORDS="~amd64" + +inherit ros-catkin + +DESCRIPTION="URDF tutorials" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/urdf + dev-ros/joint_state_publisher + dev-ros/pr2_description + dev-ros/robot_state_publisher + dev-ros/rviz + dev-ros/xacro +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild new file mode 100644 index 0000000..bf1820d --- /dev/null +++ b/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild @@ -0,0 +1,24 @@ +# 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/urdf_tutorial" +KEYWORDS="~amd64" + +inherit ros-catkin + +DESCRIPTION="URDF tutorials" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/urdf + dev-ros/joint_state_publisher + dev-ros/pr2_description + dev-ros/robot_state_publisher + dev-ros/rviz + dev-ros/xacro +" +DEPEND="${RDEPEND}"