diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-11 18:07:35 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-11 18:15:57 +0200 |
commit | baa36e1fc5c6b2adb8b4530d42f642c59487c51f (patch) | |
tree | 193d692fb5caaa790e44b62d11037fcb0e5ae2d3 /dev-ros/rosserial_msgs/rosserial_msgs-0.7.1.ebuild | |
parent | dev-python/more-itertools: Fix homepage (diff) | |
download | gentoo-baa36e1fc5c6b2adb8b4530d42f642c59487c51f.tar.gz gentoo-baa36e1fc5c6b2adb8b4530d42f642c59487c51f.tar.bz2 gentoo-baa36e1fc5c6b2adb8b4530d42f642c59487c51f.zip |
dev-ros/rosserial_msgs: Initial import. Ebuild by me.
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-ros/rosserial_msgs/rosserial_msgs-0.7.1.ebuild')
-rw-r--r-- | dev-ros/rosserial_msgs/rosserial_msgs-0.7.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/rosserial_msgs/rosserial_msgs-0.7.1.ebuild b/dev-ros/rosserial_msgs/rosserial_msgs-0.7.1.ebuild new file mode 100644 index 000000000000..82b79301720f --- /dev/null +++ b/dev-ros/rosserial_msgs/rosserial_msgs-0.7.1.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/ros-drivers/rosserial" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Messages for automatic topic configuration using rosserial" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |