diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-11-02 14:47:03 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-11-02 14:47:03 +0100 |
commit | 4ec41bb8cc2b848a372f8878db6cd1e8cc182b80 (patch) | |
tree | f20dce26ebf90f1817f745c6c4f628d4621c5f62 /dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild | |
parent | www-client/firefox-bin: drop old (diff) | |
download | gentoo-4ec41bb8cc2b848a372f8878db6cd1e8cc182b80.tar.gz gentoo-4ec41bb8cc2b848a372f8878db6cd1e8cc182b80.tar.bz2 gentoo-4ec41bb8cc2b848a372f8878db6cd1e8cc182b80.zip |
dev-ros/rosserial_arduino: Bump to 0.8.0.
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild')
-rw-r--r-- | dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild b/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild new file mode 100644 index 000000000000..2891fc8927ff --- /dev/null +++ b/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Authors +# 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=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Libraries and examples for ROSserial usage on Arduino/AVR Platforms" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosserial_client[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" |