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 09EB713881B for ; Tue, 22 Sep 2015 18:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40747E0891; Tue, 22 Sep 2015 18:57:18 +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 0C4FFE0891 for ; Tue, 22 Sep 2015 18:57:16 +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 1EFA434090F for ; Tue, 22 Sep 2015 18:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA5CA23D for ; Tue, 22 Sep 2015 18:57:12 +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: <1442948225.eff012dfc32701855532175bf4bfa724ca0fb43f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/collada_urdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/collada_urdf/Manifest dev-ros/collada_urdf/collada_urdf-1.11.8.ebuild dev-ros/collada_urdf/collada_urdf-9999.ebuild dev-ros/collada_urdf/metadata.xml X-VCS-Directories: dev-ros/collada_urdf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: eff012dfc32701855532175bf4bfa724ca0fb43f X-VCS-Branch: master Date: Tue, 22 Sep 2015 18:57:12 +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: 05824e27-b723-4248-bd62-1aef9b51cfc9 X-Archives-Hash: c2d01d247316c27f99b202ebc9d77dc7 commit: eff012dfc32701855532175bf4bfa724ca0fb43f Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 18:54:39 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 18:57:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff012df dev-ros/collada_urdf: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/collada_urdf/Manifest | 1 + dev-ros/collada_urdf/collada_urdf-1.11.8.ebuild | 29 +++++++++++++++++++++++++ dev-ros/collada_urdf/collada_urdf-9999.ebuild | 29 +++++++++++++++++++++++++ dev-ros/collada_urdf/metadata.xml | 5 +++++ 4 files changed, 64 insertions(+) diff --git a/dev-ros/collada_urdf/Manifest b/dev-ros/collada_urdf/Manifest new file mode 100644 index 0000000..89a3e8c --- /dev/null +++ b/dev-ros/collada_urdf/Manifest @@ -0,0 +1 @@ +DIST robot_model-1.11.8.tar.gz 364741 SHA256 781a0510136a820d217862f7491183b3deeadaf18aa0fabeb28d79e365510e12 SHA512 65471bb58c7383987f587a61f9e32fbd991c4eb26f1d5a819db8a5f456def7566ab9d16ab343a885fba73e0a017f5729815501356ef85b6aff0b4f0544a41212 WHIRLPOOL 95a9e654c1e7324593d2671a37b4c16aeee373450d5cb52508435b643c80c72c7263506914459c3c320af47355129dc0e906cdfb30d0e3bda1fd418e016e3a39 diff --git a/dev-ros/collada_urdf/collada_urdf-1.11.8.ebuild b/dev-ros/collada_urdf/collada_urdf-1.11.8.ebuild new file mode 100644 index 0000000..76180ad --- /dev/null +++ b/dev-ros/collada_urdf/collada_urdf-1.11.8.ebuild @@ -0,0 +1,29 @@ +# 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/robot_model" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Tool to convert Unified Robot Description Format (URDF) documents into COLLADA documents" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + dev-ros/angles + dev-ros/collada_parser + dev-ros/resource_retriever + dev-ros/urdf + dev-ros/geometric_shapes + dev-ros/tf + media-libs/assimp + dev-libs/tinyxml + dev-libs/collada-dom +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/collada_urdf/collada_urdf-9999.ebuild b/dev-ros/collada_urdf/collada_urdf-9999.ebuild new file mode 100644 index 0000000..76180ad --- /dev/null +++ b/dev-ros/collada_urdf/collada_urdf-9999.ebuild @@ -0,0 +1,29 @@ +# 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/robot_model" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Tool to convert Unified Robot Description Format (URDF) documents into COLLADA documents" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + dev-ros/angles + dev-ros/collada_parser + dev-ros/resource_retriever + dev-ros/urdf + dev-ros/geometric_shapes + dev-ros/tf + media-libs/assimp + dev-libs/tinyxml + dev-libs/collada-dom +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/collada_urdf/metadata.xml b/dev-ros/collada_urdf/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/collada_urdf/metadata.xml @@ -0,0 +1,5 @@ + + + +ros +