diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-24 10:48:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-24 10:48:07 +0200 |
commit | dcb1a444fe244f32b46d0a4a3bc227c45a44f576 (patch) | |
tree | 90fe13f774766b02c5083fe6cda745df5002ca4e /dev-ros/uuid_msgs/uuid_msgs-1.0.5.ebuild | |
parent | dev-ros/message_to_tf: Initial import. Ebuild by me. (diff) | |
download | gentoo-dcb1a444fe244f32b46d0a4a3bc227c45a44f576.tar.gz gentoo-dcb1a444fe244f32b46d0a4a3bc227c45a44f576.tar.bz2 gentoo-dcb1a444fe244f32b46d0a4a3bc227c45a44f576.zip |
dev-ros/uuid_msgs: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/uuid_msgs/uuid_msgs-1.0.5.ebuild')
-rw-r--r-- | dev-ros/uuid_msgs/uuid_msgs-1.0.5.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/uuid_msgs/uuid_msgs-1.0.5.ebuild b/dev-ros/uuid_msgs/uuid_msgs-1.0.5.ebuild new file mode 100644 index 000000000000..b1034f518a63 --- /dev/null +++ b/dev-ros/uuid_msgs/uuid_msgs-1.0.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros-geographic-info/unique_identifier" +VER_PREFIX=unique_identifier- +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="ROS messages for universally unique identifiers" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |