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 D36681396D0 for ; Tue, 15 Aug 2017 06:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F498E0DBE; Tue, 15 Aug 2017 06:25:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 69678E0DBE for ; Tue, 15 Aug 2017 06:25:44 +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 29F5834180C for ; Tue, 15 Aug 2017 06:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B4E27855 for ; Tue, 15 Aug 2017 06:25:40 +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: <1502778329.4fe35a7d55bd3ad49fd9d077db84b3ae89337a27.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/fake_localization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/fake_localization/Manifest dev-ros/fake_localization/fake_localization-1.14.2.ebuild X-VCS-Directories: dev-ros/fake_localization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4fe35a7d55bd3ad49fd9d077db84b3ae89337a27 X-VCS-Branch: master Date: Tue, 15 Aug 2017 06:25:40 +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: 3a7d5998-c87e-4367-89c9-0ba4d048d985 X-Archives-Hash: de247b497bc8f90c941fb0b1feff2427 commit: 4fe35a7d55bd3ad49fd9d077db84b3ae89337a27 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 15 06:09:49 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 15 06:25:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe35a7d dev-ros/fake_localization: Bump to 1.14.2. Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-ros/fake_localization/Manifest | 1 + .../fake_localization-1.14.2.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ros/fake_localization/Manifest b/dev-ros/fake_localization/Manifest index ff346b43cc8..cd01d19194d 100644 --- a/dev-ros/fake_localization/Manifest +++ b/dev-ros/fake_localization/Manifest @@ -1 +1,2 @@ DIST navigation-1.14.0.tar.gz 340196 SHA256 3974bb52af21cf0a6e4da8eb231b3101b4c5da700793bdac1cdc97e69d6e5cac SHA512 8ac2048be6d06be1f137aab2e73c5c724e794b9e6125fa70e2283df3790200f7b5203bae12c46e0796523ae58a4f8ede79fd0c1afc09a306a99f450576c7b11a WHIRLPOOL 12e8b7f5043a9473033df772021c3ebae1cdf87bde52988874489e490e7dfdcb07623c588ffd1297fbbd3fc336813fc6f4e9ae812dc80dfcad3062cceb82ef0b +DIST navigation-1.14.2.tar.gz 345166 SHA256 b8be76079876ff866bce634caf862f1e2fd8e017d82c207b6aed27ca94cf0f6c SHA512 6477104a330a20722fde1634a0d51b1706c9705b4b9415aa9703c99a61d2ce3de97caba24a6b667897e842490c15a6bf2cdbb2f51341febf29d0475b4c0f384b WHIRLPOOL d4fbea98ccf9d7d75ce6cdec54b32132b67a962b047fbf25ea2dd0c2be874e1f981d1f2de66e4a03567680e32c3bd01904429a072b99d9265c50e0baa44cdb5b diff --git a/dev-ros/fake_localization/fake_localization-1.14.2.ebuild b/dev-ros/fake_localization/fake_localization-1.14.2.ebuild new file mode 100644 index 00000000000..8f5fc1286c2 --- /dev/null +++ b/dev-ros/fake_localization/fake_localization-1.14.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/navigation" +ROS_SUBDIR=${PN} +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="A ROS node that simply forwards odometry information" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + dev-ros/angles + dev-ros/roscpp + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rosconsole + dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf[${PYTHON_USEDEP}] + dev-ros/message_filters +" +DEPEND="${RDEPEND}"