summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-04-06 09:57:40 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-04-06 10:21:07 +0200
commite5d517a38458ccc0b6fa106803ad695e9058af7b (patch)
tree5084395b5d8ae5d487d5cc2ca4b4d03389f6b3e1 /dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild
parentdev-ros/unique_id: Bump to 1.0.6. (diff)
downloadgentoo-e5d517a38458ccc0b6fa106803ad695e9058af7b.tar.gz
gentoo-e5d517a38458ccc0b6fa106803ad695e9058af7b.tar.bz2
gentoo-e5d517a38458ccc0b6fa106803ad695e9058af7b.zip
dev-ros/uuid_msgs: Bump to 1.0.6.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild')
-rw-r--r--dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild b/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild
new file mode 100644
index 000000000000..d1e0eab70a89
--- /dev/null
+++ b/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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_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}"