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 2BA861381F1 for ; Fri, 26 Aug 2016 16:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DAE5E0B08; Fri, 26 Aug 2016 16:59:21 +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 80F8AE0B08 for ; Fri, 26 Aug 2016 16:59:20 +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 5B37A340940 for ; Fri, 26 Aug 2016 16:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A2DA2469 for ; Fri, 26 Aug 2016 16:59:17 +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: <1472230739.15cee3b7d3cf4f74b66449433d5ceba9515449df.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.4.ebuild X-VCS-Directories: dev-ros/collada_urdf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 15cee3b7d3cf4f74b66449433d5ceba9515449df X-VCS-Branch: master Date: Fri, 26 Aug 2016 16:59:17 +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: 1f684ef4-42eb-49f6-af0f-90b942c73c01 X-Archives-Hash: 25db54b5ef78c69272f0908e9cec6da1 commit: 15cee3b7d3cf4f74b66449433d5ceba9515449df Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 26 12:31:58 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 26 16:58:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cee3b7 dev-ros/collada_urdf: Bump to 1.12.4. Package-Manager: portage-2.3.0 dev-ros/collada_urdf/Manifest | 1 + dev-ros/collada_urdf/collada_urdf-1.12.4.ebuild | 29 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-ros/collada_urdf/Manifest b/dev-ros/collada_urdf/Manifest index e1808ab3..d8c25a3 100644 --- a/dev-ros/collada_urdf/Manifest +++ b/dev-ros/collada_urdf/Manifest @@ -1 +1,2 @@ DIST robot_model-1.12.3.tar.gz 1292139 SHA256 4b2bf070e4d07450fd9977a62c260e8abb40645ff9fcf5f5781f505a8b61b194 SHA512 eae18db87bdd7fc867868493f54f1812358f1a301c88fc7eae611fa75bc2418165b5cb2f5c5839f3cb644d4c1f560f85d84b635ffbecaa631c78a3176d1fb6db WHIRLPOOL c555faee5282942db894866a08aa3a675c6db618fce2acdd1f67d622cf1c0a8e5747f5f9a5217b4fc83997f9bb9125f1c7f2ca6b77e9fd75244f121b48a77f66 +DIST robot_model-1.12.4.tar.gz 1293354 SHA256 e40bd4519fd4010bcde0cb179611a19c04c3a32073830a675090671b4cea0ee5 SHA512 f78bfd9a72d795e301836a7946d87250f4c8be2082593f7a0fb282831152bc8125885f30408ff99823c4dd1d606060b71695c1cc3097dee8870efe0fe862ab0d WHIRLPOOL cff984eec217cd4615f1bf316eaa255f0d7f2c531fede6d4764edd57a11277980b0aad87bee4af7e89b2fc56394c7d457a0bb50b103b22afc4f5f449824293e9 diff --git a/dev-ros/collada_urdf/collada_urdf-1.12.4.ebuild b/dev-ros/collada_urdf/collada_urdf-1.12.4.ebuild new file mode 100644 index 00000000..bea7a16 --- /dev/null +++ b/dev-ros/collada_urdf/collada_urdf-1.12.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 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}"