diff options
author | 2015-09-28 14:52:00 +0200 | |
---|---|---|
committer | 2015-09-28 14:52:00 +0200 | |
commit | 7b39a99f898849d321411bc1c359bbb9d1a77040 (patch) | |
tree | 0c57fdecd977e7396687e2df4a7b0b62322ec5c0 /dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild | |
parent | dev-ros/hector_compressed_map_transport: Initial import. Ebuild by me. (diff) | |
download | gentoo-7b39a99f898849d321411bc1c359bbb9d1a77040.tar.gz gentoo-7b39a99f898849d321411bc1c359bbb9d1a77040.tar.bz2 gentoo-7b39a99f898849d321411bc1c359bbb9d1a77040.zip |
dev-ros/hector_geotiff_plugins: Initial import. Ebuild by me.
Package-Manager: portage-2.2.22
Diffstat (limited to 'dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild')
-rw-r--r-- | dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild b/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild new file mode 100644 index 000000000000..5769e1574618 --- /dev/null +++ b/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild @@ -0,0 +1,21 @@ +# 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/tu-darmstadt-ros-pkg/hector_slam" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Plugins that extend geotiff maps generated by hector_geotiff" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/hector_geotiff + dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}" |