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 C47CC1382C5 for ; Sat, 12 May 2018 11:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F977E0A0B; Sat, 12 May 2018 11:13:49 +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 4F0DBE09FD for ; Sat, 12 May 2018 11:13:49 +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 71623335CA0 for ; Sat, 12 May 2018 11:13:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E60E2A2 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: <1526123612.d6c307ff7604827d435c71659de9d36e66b97939.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_bullet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/tf2_bullet/Manifest dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild X-VCS-Directories: dev-ros/tf2_bullet/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d6c307ff7604827d435c71659de9d36e66b97939 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: 490ff1bb-9032-4046-a185-af9da50426ae X-Archives-Hash: 83b02988d1a1ab19c3645138ec800c2a commit: d6c307ff7604827d435c71659de9d36e66b97939 Author: Alexis Ballier gentoo org> AuthorDate: Sat May 12 11:10:04 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat May 12 11:13:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c307ff dev-ros/tf2_bullet: Bump to 0.6.2. Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-ros/tf2_bullet/Manifest | 1 + dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ros/tf2_bullet/Manifest b/dev-ros/tf2_bullet/Manifest index 91aa82a2172..d6b94350f53 100644 --- a/dev-ros/tf2_bullet/Manifest +++ b/dev-ros/tf2_bullet/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/dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild b/dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild new file mode 100644 index 00000000000..cff2733f7c1 --- /dev/null +++ b/dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild @@ -0,0 +1,21 @@ +# 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="TF2 bullet support" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf2 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + sci-physics/bullet +" +DEPEND="${RDEPEND}"