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 BF26E1381F1 for ; Fri, 26 Aug 2016 16:59:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FDDE21C06D; Fri, 26 Aug 2016 16:59:23 +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 E0A2121C043 for ; Fri, 26 Aug 2016 16:59:21 +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 0267B34087E for ; Fri, 26 Aug 2016 16:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01C7F246E for ; Fri, 26 Aug 2016 16:59: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: <1472230740.55cb8d5745fe7f95c78c960d1ca5b6de27d36ae9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_parser_plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/urdf_parser_plugin/Manifest dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.4.ebuild X-VCS-Directories: dev-ros/urdf_parser_plugin/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 55cb8d5745fe7f95c78c960d1ca5b6de27d36ae9 X-VCS-Branch: master Date: Fri, 26 Aug 2016 16:59: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: 981bb7d6-c101-455f-a46c-938f94db813a X-Archives-Hash: 5a8a8358b4b72879dc28f717d7d21c6d commit: 55cb8d5745fe7f95c78c960d1ca5b6de27d36ae9 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 26 12:32:18 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 26 16:59:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cb8d57 dev-ros/urdf_parser_plugin: Bump to 1.12.4. Package-Manager: portage-2.3.0 dev-ros/urdf_parser_plugin/Manifest | 1 + .../urdf_parser_plugin-1.12.4.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-ros/urdf_parser_plugin/Manifest b/dev-ros/urdf_parser_plugin/Manifest index e1808ab3..d8c25a3 100644 --- a/dev-ros/urdf_parser_plugin/Manifest +++ b/dev-ros/urdf_parser_plugin/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/urdf_parser_plugin/urdf_parser_plugin-1.12.4.ebuild b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.4.ebuild new file mode 100644 index 00000000..345ecad --- /dev/null +++ b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.4.ebuild @@ -0,0 +1,18 @@ +# 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++ base class for URDF parsers" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-libs/urdfdom_headers" +DEPEND="${RDEPEND}"