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 EA9B11382C5 for ; Tue, 15 May 2018 06:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88DB4E091B; Tue, 15 May 2018 06:49:22 +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 69D2FE091B for ; Tue, 15 May 2018 06:49:22 +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 984FA335C60 for ; Tue, 15 May 2018 06:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD5AF2A3 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: <1526366743.76bc829eefc29993937326f99240101764dbc349.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/collada_parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/collada_parser/Manifest dev-ros/collada_parser/collada_parser-1.12.12.ebuild X-VCS-Directories: dev-ros/collada_parser/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 76bc829eefc29993937326f99240101764dbc349 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: 40af9825-560b-4f84-ab5c-719a1381fcb9 X-Archives-Hash: 73f79c703ae0ef3157f7afae0a519d29 commit: 76bc829eefc29993937326f99240101764dbc349 Author: Alexis Ballier gentoo org> AuthorDate: Tue May 15 06:45:43 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 15 06:45:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bc829e dev-ros/collada_parser: bump to 1.12.12 Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-ros/collada_parser/Manifest | 1 + .../collada_parser/collada_parser-1.12.12.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ros/collada_parser/Manifest b/dev-ros/collada_parser/Manifest index 83f83e6d25c..93e1c9dd933 100644 --- a/dev-ros/collada_parser/Manifest +++ b/dev-ros/collada_parser/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_parser/collada_parser-1.12.12.ebuild b/dev-ros/collada_parser/collada_parser-1.12.12.ebuild new file mode 100644 index 00000000000..6358999ff08 --- /dev/null +++ b/dev-ros/collada_parser/collada_parser-1.12.12.ebuild @@ -0,0 +1,26 @@ +# 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="C++ parser for the Collada robot description format" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + >=dev-ros/urdf_parser_plugin-1.12.6 + dev-ros/class_loader:= + dev-libs/urdfdom_headers + dev-libs/collada-dom:= + >=dev-ros/urdf-1.12.6 + dev-ros/rosconsole + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND}"