diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-11-02 14:47:49 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-11-02 14:47:49 +0100 |
commit | 53f6051e9c8aa536b1f8951da2fc6c69e5c3e4e1 (patch) | |
tree | 95b1c1265a041c152a42fcf92be28546adc7a995 /ros-meta/rosserial/rosserial-0.8.0.ebuild | |
parent | dev-ros/rosserial_xbee: Bump to 0.8.0. (diff) | |
download | gentoo-53f6051e9c8aa536b1f8951da2fc6c69e5c3e4e1.tar.gz gentoo-53f6051e9c8aa536b1f8951da2fc6c69e5c3e4e1.tar.bz2 gentoo-53f6051e9c8aa536b1f8951da2fc6c69e5c3e4e1.zip |
ros-meta/rosserial: 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 'ros-meta/rosserial/rosserial-0.8.0.ebuild')
-rw-r--r-- | ros-meta/rosserial/rosserial-0.8.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ros-meta/rosserial/rosserial-0.8.0.ebuild b/ros-meta/rosserial/rosserial-0.8.0.ebuild new file mode 100644 index 000000000000..d5543bdd75ed --- /dev/null +++ b/ros-meta/rosserial/rosserial-0.8.0.ebuild @@ -0,0 +1,27 @@ +# 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" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage for core of rosserial" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosserial_arduino + dev-ros/rosserial_client + dev-ros/rosserial_embeddedlinux + dev-ros/rosserial_msgs + dev-ros/rosserial_python + dev-ros/rosserial_server + dev-ros/rosserial_tivac + dev-ros/rosserial_windows + dev-ros/rosserial_xbee +" +DEPEND="${RDEPEND}" |