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 51A7E1382C5 for ; Tue, 15 May 2018 06:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3902BE092B; Tue, 15 May 2018 06:49:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1782CE092B for ; Tue, 15 May 2018 06:49:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 444EA335C73 for ; Tue, 15 May 2018 06:49:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0EF72A4 for ; Tue, 15 May 2018 06:49:18 +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: <1526366778.2e78a3ec4e22feaac524a95f68e9a80dffd781c9.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.12.ebuild X-VCS-Directories: dev-ros/collada_urdf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2e78a3ec4e22feaac524a95f68e9a80dffd781c9 X-VCS-Branch: master Date: Tue, 15 May 2018 06:49:18 +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: e9710063-a528-4394-9383-18485c6fcaf3 X-Archives-Hash: 51f40008c91d43e822641d0a3022fbd8 commit: 2e78a3ec4e22feaac524a95f68e9a80dffd781c9 Author: Alexis Ballier gentoo org> AuthorDate: Tue May 15 06:46:18 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 15 06:46:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e78a3ec dev-ros/collada_urdf: bump to 1.12.12 Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-ros/collada_urdf/Manifest | 1 + dev-ros/collada_urdf/collada_urdf-1.12.12.ebuild | 30 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ros/collada_urdf/Manifest b/dev-ros/collada_urdf/Manifest index 83f83e6d25c..93e1c9dd933 100644 --- a/dev-ros/collada_urdf/Manifest +++ b/dev-ros/collada_urdf/Manifest @@ -1 +1,2 @@ DIST collada_urdf-1.12.10.tar.gz 73182 BLAKE2B 69f245e7962ad542a133ee71a7e9cbf7314ca7e754d95521dc802ef4296e957321897170444616bc2789626f19e7c368749f5644482dae04f28b864d08970de9 SHA512 78387ba78175099be0c48f966a185630598504f27d5baa76e9a9c088132b1368c698784c5367b376ac126e7c5a97a2117864561a073e6f9370a47fb86ad62ca4 +DIST collada_urdf-1.12.12.tar.gz 73361 BLAKE2B 7c23510d18080614e4f5666fa79d66b8378b6e524ac54249b8df03cefb3edfbcb7977690ca30917f8eab5ca56e689015f236cabff2aed402bd3a6b8d50f72cc6 SHA512 e0628daf905053bb6193cb3919b17b78f0697b1a530d589165f91343ac82a9fd08d86b9b24264e7f7750bef74d3a3b0db28bae63a31e8a484d8784db0a0ef6e5 diff --git a/dev-ros/collada_urdf/collada_urdf-1.12.12.ebuild b/dev-ros/collada_urdf/collada_urdf-1.12.12.ebuild new file mode 100644 index 00000000000..4d2d43f8f97 --- /dev/null +++ b/dev-ros/collada_urdf/collada_urdf-1.12.12.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/collada_urdf" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="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/rosconsole + dev-ros/urdf + dev-ros/geometric_shapes + media-libs/assimp + dev-libs/collada-dom:= + dev-cpp/eigen:3 +" +DEPEND="${RDEPEND} + dev-ros/cmake_modules +"