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 2368F1382C5 for ; Sat, 12 May 2018 11:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C995BE0A96; Sat, 12 May 2018 11:13:50 +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 9E1EEE0A93 for ; Sat, 12 May 2018 11:13:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C5B28335C95 for ; Sat, 12 May 2018 11:13:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E50582AB for ; Sat, 12 May 2018 11:13:45 +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: <1526123615.938f0153aa875ff4a60b15299e2ecf37be8f7042.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/geometry2/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/geometry2/Manifest ros-meta/geometry2/geometry2-0.6.2.ebuild X-VCS-Directories: ros-meta/geometry2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 938f0153aa875ff4a60b15299e2ecf37be8f7042 X-VCS-Branch: master Date: Sat, 12 May 2018 11:13:45 +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: b0a22dce-431c-4252-bd78-e5ff68182f22 X-Archives-Hash: 10928079903b9a4c503c9e04e2ec8215 commit: 938f0153aa875ff4a60b15299e2ecf37be8f7042 Author: Alexis Ballier gentoo org> AuthorDate: Sat May 12 11:10:43 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat May 12 11:13:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938f0153 ros-meta/geometry2: Bump to 0.6.2. Package-Manager: Portage-2.3.36, Repoman-2.3.9 ros-meta/geometry2/Manifest | 1 + ros-meta/geometry2/geometry2-0.6.2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/ros-meta/geometry2/Manifest b/ros-meta/geometry2/Manifest index 91aa82a2172..d6b94350f53 100644 --- a/ros-meta/geometry2/Manifest +++ b/ros-meta/geometry2/Manifest @@ -1 +1,2 @@ DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 103937894921111da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726 SHA512 392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef +DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d SHA512 fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf diff --git a/ros-meta/geometry2/geometry2-0.6.2.ebuild b/ros-meta/geometry2/geometry2-0.6.2.ebuild new file mode 100644 index 00000000000..ce3a95072a8 --- /dev/null +++ b/ros-meta/geometry2/geometry2-0.6.2.ebuild @@ -0,0 +1,29 @@ +# 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/geometry2" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="The second generation Transform Library in ros" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/test_tf2 + dev-ros/tf2 + dev-ros/tf2_bullet + dev-ros/tf2_eigen + dev-ros/tf2_geometry_msgs + dev-ros/tf2_kdl + dev-ros/tf2_msgs + dev-ros/tf2_py + dev-ros/tf2_ros + dev-ros/tf2_sensor_msgs + dev-ros/tf2_tools +" +DEPEND="${RDEPEND}"