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 77613138335 for ; Fri, 17 Aug 2018 13:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E427E0942; Fri, 17 Aug 2018 13:08:10 +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 28C5AE0942 for ; Fri, 17 Aug 2018 13:08:09 +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 75247335D7F for ; Fri, 17 Aug 2018 13:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 705A236A for ; Fri, 17 Aug 2018 13:08:06 +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: <1534511278.f493657a55d24b44bbc0bffc31c85f16e1bada62.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/laser_proc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/laser_proc/Manifest dev-ros/laser_proc/laser_proc-0.1.5.ebuild X-VCS-Directories: dev-ros/laser_proc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f493657a55d24b44bbc0bffc31c85f16e1bada62 X-VCS-Branch: master Date: Fri, 17 Aug 2018 13:08:06 +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: 2c6d28b8-d639-4aef-b5e9-880c176125e0 X-Archives-Hash: ce7fbe84801710538f206218c3600369 commit: f493657a55d24b44bbc0bffc31c85f16e1bada62 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 17 12:52:34 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 17 13:07:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f493657a dev-ros/laser_proc: bump to 0.1.5 Package-Manager: Portage-2.3.46, Repoman-2.3.10 dev-ros/laser_proc/Manifest | 1 + dev-ros/laser_proc/laser_proc-0.1.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ros/laser_proc/Manifest b/dev-ros/laser_proc/Manifest index 2588f3379b9..d05420dc2df 100644 --- a/dev-ros/laser_proc/Manifest +++ b/dev-ros/laser_proc/Manifest @@ -1 +1,2 @@ DIST laser_proc-0.1.4.tar.gz 6865 BLAKE2B 4709c976a3438a54f1e28f0e615bea503deeb5a3f54bae02804242dd54bd63e4418943309abe19cc34928ba3920bc7b84bc7ba8511a273357b3120c8221f0bdf SHA512 0a9ae28d9ad213f7227027c24b951d0a68799edc662e98e593090a7d01ab0a33671a2a26eeb3fdaf2f77a3d639a2274641c11e478c2f0689327a1fa66601b95a +DIST laser_proc-0.1.5.tar.gz 6924 BLAKE2B 75b06134a1d4a68ad54447355962959e0ae9ba5f2df889b3740cc3dfed48ea3ae22e3098a7f0973ac4e0c6ec089eddb9fc7784aee96cac3662bef8a873c60735 SHA512 96062485b2ca7467aa5c54b04463fe89eb91a726ad79055831c7dc1dfad19e42b0759703eec5b659475ad1d09f95f3703b30343655e590db29100ee8b0ebaa87 diff --git a/dev-ros/laser_proc/laser_proc-0.1.5.ebuild b/dev-ros/laser_proc/laser_proc-0.1.5.ebuild new file mode 100644 index 00000000000..f21077e89fd --- /dev/null +++ b/dev-ros/laser_proc/laser_proc-0.1.5.ebuild @@ -0,0 +1,24 @@ +# 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-perception/laser_proc" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Converts representations of sensor_msgs/LaserScan and sensor_msgs/MultiEchoLaserScan" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/rosconsole + dev-libs/console_bridge:= + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/pluginlib + dev-ros/nodelet + dev-libs/boost:= +" +DEPEND="${RDEPEND}"