From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4CBD41388C0 for ; Tue, 23 Feb 2016 15:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 279AB21C001; Tue, 23 Feb 2016 15:30:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B06021C001 for ; Tue, 23 Feb 2016 15:30:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82F9C340B9C for ; Tue, 23 Feb 2016 15:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BF871B9F for ; Tue, 23 Feb 2016 15:30:31 +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: <1456241423.e19b1fd6dac1fbc6ecd5c5b39dee97ea5ac79e88.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot_model/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/robot_model/Manifest ros-meta/robot_model/robot_model-1.11.9.ebuild X-VCS-Directories: ros-meta/robot_model/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e19b1fd6dac1fbc6ecd5c5b39dee97ea5ac79e88 X-VCS-Branch: master Date: Tue, 23 Feb 2016 15:30:31 +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: 2c420d4b-2678-4df3-8158-996a710f1ad2 X-Archives-Hash: 381c0363aa30379619358b21597f735e commit: e19b1fd6dac1fbc6ecd5c5b39dee97ea5ac79e88 Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 23 15:19:57 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 23 15:30:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19b1fd6 ros-meta/robot_model: Bump to 1.11.9. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/robot_model/Manifest | 1 + ros-meta/robot_model/robot_model-1.11.9.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/ros-meta/robot_model/Manifest b/ros-meta/robot_model/Manifest index 89a3e8c..149c7a2 100644 --- a/ros-meta/robot_model/Manifest +++ b/ros-meta/robot_model/Manifest @@ -1 +1,2 @@ DIST robot_model-1.11.8.tar.gz 364741 SHA256 781a0510136a820d217862f7491183b3deeadaf18aa0fabeb28d79e365510e12 SHA512 65471bb58c7383987f587a61f9e32fbd991c4eb26f1d5a819db8a5f456def7566ab9d16ab343a885fba73e0a017f5729815501356ef85b6aff0b4f0544a41212 WHIRLPOOL 95a9e654c1e7324593d2671a37b4c16aeee373450d5cb52508435b643c80c72c7263506914459c3c320af47355129dc0e906cdfb30d0e3bda1fd418e016e3a39 +DIST robot_model-1.11.9.tar.gz 1292675 SHA256 145d43c32cb93888f8555bdcbce48ea417515fb17dbd2445fa1ed7ac32e2399b SHA512 10afe675739746ba313d5c3b4758940c9896bd96fbd3b81fb4809d18cf39d49b36e9b24b28af38f700a65c7c2fb572186dc3920ab2cbd190cc79b485c54eb78d WHIRLPOOL cc176a18819258d6c2af33024b1f92e301f656949d0073f90659b22dd7532708b65b1fefaa3d684bf0f425acb66225eb25bc96bf6272bacbd733451e7e549ec5 diff --git a/ros-meta/robot_model/robot_model-1.11.9.ebuild b/ros-meta/robot_model/robot_model-1.11.9.ebuild new file mode 100644 index 0000000..66cc294 --- /dev/null +++ b/ros-meta/robot_model/robot_model-1.11.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 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="Packages for modeling various aspects of robot information" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/collada_parser + dev-ros/collada_urdf + dev-ros/joint_state_publisher + dev-ros/kdl_parser + dev-ros/urdf + dev-ros/urdf_parser_plugin +" +DEPEND="${RDEPEND}"