diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-16 01:34:03 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-16 05:31:42 +0100 |
commit | 46347f2f305a783c95f5bb908d16e0d8808e42fe (patch) | |
tree | 47e970d971b90cdc600d165a16bbccae672527aa /dev-ros/std_msgs/std_msgs-0.5.11.ebuild | |
parent | app-admin/webapp-config-9999.ebuild: Makes use of prefix eclass (diff) | |
download | gentoo-46347f2f305a783c95f5bb908d16e0d8808e42fe.tar.gz gentoo-46347f2f305a783c95f5bb908d16e0d8808e42fe.tar.bz2 gentoo-46347f2f305a783c95f5bb908d16e0d8808e42fe.zip |
dev-ros/std_msgs: bump to 0.5.11
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/std_msgs/std_msgs-0.5.11.ebuild')
-rw-r--r-- | dev-ros/std_msgs/std_msgs-0.5.11.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/std_msgs/std_msgs-0.5.11.ebuild b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild new file mode 100644 index 000000000000..0f09fcf67370 --- /dev/null +++ b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/std_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit ${SCM} ros-catkin + +DESCRIPTION="Standard ROS Messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |