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 04F74138330 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 40DADE0AAA; 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 6784BE0AAA for ; Fri, 26 Aug 2016 16:59:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 526D53408F9 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 87EDF245F 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.370bf6ae04eea75d06e410867267ac8a71598132.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.4.ebuild X-VCS-Directories: dev-ros/collada_parser/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 370bf6ae04eea75d06e410867267ac8a71598132 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: 541e96d5-8b69-4534-9863-c232a758410d X-Archives-Hash: 3e2127ba384410f8f3422ced2abe7f3b commit: 370bf6ae04eea75d06e410867267ac8a71598132 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 26 12:31:54 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=370bf6ae dev-ros/collada_parser: Bump to 1.12.4. Package-Manager: portage-2.3.0 dev-ros/collada_parser/Manifest | 1 + .../collada_parser/collada_parser-1.12.4.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-ros/collada_parser/Manifest b/dev-ros/collada_parser/Manifest index e1808ab3..d8c25a3 100644 --- a/dev-ros/collada_parser/Manifest +++ b/dev-ros/collada_parser/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_parser/collada_parser-1.12.4.ebuild b/dev-ros/collada_parser/collada_parser-1.12.4.ebuild new file mode 100644 index 00000000..bdf3b89 --- /dev/null +++ b/dev-ros/collada_parser/collada_parser-1.12.4.ebuild @@ -0,0 +1,25 @@ +# 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="C++ parser for the Collada robot description format" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + dev-ros/urdf_parser_plugin + dev-ros/roscpp + dev-ros/class_loader + dev-libs/urdfdom_headers + dev-libs/collada-dom +" +DEPEND="${RDEPEND}"