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 25B4313838B for ; Wed, 30 Sep 2015 09:19:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E82B1E0869; Wed, 30 Sep 2015 09:19:00 +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 35E74E0869 for ; Wed, 30 Sep 2015 09:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F04D340F65 for ; Wed, 30 Sep 2015 09:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E723215 for ; Wed, 30 Sep 2015 09:18:57 +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: <1443604719.14d1cea593acb01b1083442c6a61b058be4a4730.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/openslam_gmapping/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/openslam_gmapping/Manifest dev-ros/openslam_gmapping/metadata.xml dev-ros/openslam_gmapping/openslam_gmapping-0.1.1.ebuild dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild X-VCS-Directories: dev-ros/openslam_gmapping/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 14d1cea593acb01b1083442c6a61b058be4a4730 X-VCS-Branch: master Date: Wed, 30 Sep 2015 09:18:57 +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: fbddd4cf-7f2d-4f1c-9af6-d40b461c1a6d X-Archives-Hash: db1e7cbba54d51f3f259cc4df59cd403 commit: 14d1cea593acb01b1083442c6a61b058be4a4730 Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 30 08:57:10 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 30 09:18:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d1cea5 dev-ros/openslam_gmapping: Initial import. Ebuild by me. Package-Manager: portage-2.2.22 dev-ros/openslam_gmapping/Manifest | 1 + dev-ros/openslam_gmapping/metadata.xml | 5 +++++ .../openslam_gmapping/openslam_gmapping-0.1.1.ebuild | 17 +++++++++++++++++ dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild | 17 +++++++++++++++++ 4 files changed, 40 insertions(+) diff --git a/dev-ros/openslam_gmapping/Manifest b/dev-ros/openslam_gmapping/Manifest new file mode 100644 index 0000000..546ebc4 --- /dev/null +++ b/dev-ros/openslam_gmapping/Manifest @@ -0,0 +1 @@ +DIST openslam_gmapping-0.1.1.tar.gz 96997 SHA256 b54235b197cfd0bb5ce4689310d1b52af838d4614ac37e5f03be18d53eb39683 SHA512 37d8c343bfb817323f0f74b2db397c34629032699d3e503baa3067d38fe2400caa11cf2dbf40c745a9030ee70bd2d4f19c18d88e01fda162ada9c2075381421e WHIRLPOOL bb5756b71589a3f9088901f0b262f4893cc44d8a0e5d6447a29466e3c71f42a351b164b0da2145ca3d42a800867cb129a0af147f85d35b998e5a7691b0987d46 diff --git a/dev-ros/openslam_gmapping/metadata.xml b/dev-ros/openslam_gmapping/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/openslam_gmapping/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/openslam_gmapping/openslam_gmapping-0.1.1.ebuild b/dev-ros/openslam_gmapping/openslam_gmapping-0.1.1.ebuild new file mode 100644 index 0000000..ebc75eb --- /dev/null +++ b/dev-ros/openslam_gmapping/openslam_gmapping-0.1.1.ebuild @@ -0,0 +1,17 @@ +# 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-perception/openslam_gmapping" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="ROS-ified version of gmapping SLAM" +LICENSE="CC-BY-NC-SA-2.5" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild b/dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild new file mode 100644 index 0000000..ebc75eb --- /dev/null +++ b/dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild @@ -0,0 +1,17 @@ +# 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-perception/openslam_gmapping" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="ROS-ified version of gmapping SLAM" +LICENSE="CC-BY-NC-SA-2.5" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"