summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-23 14:17:43 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-23 14:17:43 +0200
commitc681387e9e68cab772cdaf972107c4870b710c91 (patch)
tree916840f55e8b7ab39a3b654a27bbfa460a16ecd0 /dev-ros/octomap_msgs/octomap_msgs-9999.ebuild
parentdev-ros/object_recognition_msgs: Initial import. Ebuild by me. (diff)
downloadgentoo-c681387e9e68cab772cdaf972107c4870b710c91.tar.gz
gentoo-c681387e9e68cab772cdaf972107c4870b710c91.tar.bz2
gentoo-c681387e9e68cab772cdaf972107c4870b710c91.zip
dev-ros/octomap_msgs: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/octomap_msgs/octomap_msgs-9999.ebuild')
-rw-r--r--dev-ros/octomap_msgs/octomap_msgs-9999.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/octomap_msgs/octomap_msgs-9999.ebuild b/dev-ros/octomap_msgs/octomap_msgs-9999.ebuild
new file mode 100644
index 000000000000..318f17564799
--- /dev/null
+++ b/dev-ros/octomap_msgs/octomap_msgs-9999.ebuild
@@ -0,0 +1,20 @@
+# 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/OctoMap/octomap_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages and serializations / conversion for the OctoMap library"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"