From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C539139085 for ; Sat, 28 Jan 2017 20:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56A93254090; Sat, 28 Jan 2017 20:13:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35843254090 for ; Sat, 28 Jan 2017 20:13:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CCBE34165E for ; Sat, 28 Jan 2017 20:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB763901 for ; Sat, 28 Jan 2017 20:13:31 +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: <1485634397.dd7b0b70a8729fafead04759ba43c005657f489c.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.12.7.ebuild X-VCS-Directories: dev-ros/collada_urdf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: dd7b0b70a8729fafead04759ba43c005657f489c X-VCS-Branch: master Date: Sat, 28 Jan 2017 20:13:31 +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: 9be53d7c-86a5-479c-9452-a622697916b4 X-Archives-Hash: d87ae3626c0a1950da62271b0560ab27 commit: dd7b0b70a8729fafead04759ba43c005657f489c Author: Alexis Ballier gentoo org> AuthorDate: Sat Jan 28 16:00:50 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jan 28 20:13:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7b0b70 dev-ros/collada_urdf: Bump to 1.12.7. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/collada_urdf/Manifest | 1 + dev-ros/collada_urdf/collada_urdf-1.12.7.ebuild | 29 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-ros/collada_urdf/Manifest b/dev-ros/collada_urdf/Manifest index f74e863..c8246fa 100644 --- a/dev-ros/collada_urdf/Manifest +++ b/dev-ros/collada_urdf/Manifest @@ -1 +1,2 @@ DIST robot_model-1.12.6.tar.gz 1295666 SHA256 ac335cec5a3706a104411222a2f89ef1862c0ac8caa5ddadd390e9c25641bf27 SHA512 60270b3ec20c0473e9c8d02d661794e253405c836b06cf5c15b65dddf104bfb5e4865463e12232e94548d68eead2b5499eb04c71aee3f851fa9f85dbe733ee12 WHIRLPOOL 6cec339181a6570fbe4e61415d341f5f7404ea69d8d2a4058d5c837fa15f74c7c95a4ee3f74a78fcca624d272995f09aae4ad3a6027178b2c25daa466754adc4 +DIST robot_model-1.12.7.tar.gz 1296028 SHA256 c9aad0e23970507c30490678fb76514faf1bd577ec2c30b4703fd322543be3bc SHA512 bc1901473f890b7200ef67db891ca9269c867ee1cf67a316948587d27549c6d58ce8c0b4a0d9255a5419a235ead3b19065b135486188efc21cbb6594d1863291 WHIRLPOOL 7575227d3388652eb71c5fd4265fe70c26f44149ee63d793ad87906805dff8938313f2f085edfee82847a4050b8639bc9c0773090b9f0ecbe84e29291f9d7593 diff --git a/dev-ros/collada_urdf/collada_urdf-1.12.7.ebuild b/dev-ros/collada_urdf/collada_urdf-1.12.7.ebuild new file mode 100644 index 00000000..be9b52f --- /dev/null +++ b/dev-ros/collada_urdf/collada_urdf-1.12.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 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}"