diff options
author | 2018-01-28 10:36:33 +0100 | |
---|---|---|
committer | 2018-01-28 13:54:31 +0100 | |
commit | d536127a9443d7566771b7ed72bcf23752eb9ee3 (patch) | |
tree | 921ac470c0d9e53080c87cc3ed43f9e681dfbe8e /ros-meta/slam_gmapping/slam_gmapping-1.3.10.ebuild | |
parent | dev-ros/gmapping: Bump to 1.3.10. (diff) | |
download | gentoo-d536127a9443d7566771b7ed72bcf23752eb9ee3.tar.gz gentoo-d536127a9443d7566771b7ed72bcf23752eb9ee3.tar.bz2 gentoo-d536127a9443d7566771b7ed72bcf23752eb9ee3.zip |
ros-meta/slam_gmapping: Bump to 1.3.10.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'ros-meta/slam_gmapping/slam_gmapping-1.3.10.ebuild')
-rw-r--r-- | ros-meta/slam_gmapping/slam_gmapping-1.3.10.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ros-meta/slam_gmapping/slam_gmapping-1.3.10.ebuild b/ros-meta/slam_gmapping/slam_gmapping-1.3.10.ebuild new file mode 100644 index 000000000000..c661566a8c1a --- /dev/null +++ b/ros-meta/slam_gmapping/slam_gmapping-1.3.10.ebuild @@ -0,0 +1,17 @@ +# 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/slam_gmapping" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="ROS wrapper for OpenSlam's Gmapping" +LICENSE="CC-BY-NC-SA-2.5" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/gmapping" +DEPEND="" |