summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-15 12:36:10 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-15 12:38:27 +0100
commit59c5f11fa1d0dcc1b11c137461abb7d5daed9b85 (patch)
tree43a41053f1ef7563de7b31b30fea359c35866994 /dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild
parentdev-ros/std_srvs: bump to 1.11.2 (diff)
downloadgentoo-59c5f11fa1d0dcc1b11c137461abb7d5daed9b85.tar.gz
gentoo-59c5f11fa1d0dcc1b11c137461abb7d5daed9b85.tar.bz2
gentoo-59c5f11fa1d0dcc1b11c137461abb7d5daed9b85.zip
dev-ros/rosgraph_msgs: bump to 1.11.2
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild')
-rw-r--r--dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild
new file mode 100644
index 000000000000..7fb8185960c7
--- /dev/null
+++ b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/ros_comm_msgs"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages relating to ROS comm"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"