diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-02 08:01:59 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-03-02 10:17:00 +0100 |
commit | d1046cfb8e5731abafdfa99d922208e2ad6001ae (patch) | |
tree | 58f1645e354b70877a40ca2932fe492c986ea307 /dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild | |
parent | dev-ros/rosserial_embeddedlinux: Bump to 0.7.6. (diff) | |
download | gentoo-d1046cfb8e5731abafdfa99d922208e2ad6001ae.tar.gz gentoo-d1046cfb8e5731abafdfa99d922208e2ad6001ae.tar.bz2 gentoo-d1046cfb8e5731abafdfa99d922208e2ad6001ae.zip |
dev-ros/rosserial_msgs: Bump to 0.7.6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild')
-rw-r--r-- | dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild b/dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild new file mode 100644 index 000000000000..8fbc92ddbf3b --- /dev/null +++ b/dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-drivers/rosserial" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4} ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Messages for automatic topic configuration using rosserial" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |