summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-01 12:28:23 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-01 12:39:01 +0200
commit98e6a7b370c2b9794d1f109cad767f82161fe63f (patch)
treecd880c765784c7af3c8fcc2d87a7bc23f8ca60bf /dev-ros/audio_common_msgs/audio_common_msgs-0.3.1.ebuild
parentdev-ros/audio_capture: Bump to 0.3.1. (diff)
downloadgentoo-98e6a7b370c2b9794d1f109cad767f82161fe63f.tar.gz
gentoo-98e6a7b370c2b9794d1f109cad767f82161fe63f.tar.bz2
gentoo-98e6a7b370c2b9794d1f109cad767f82161fe63f.zip
dev-ros/audio_common_msgs: Bump to 0.3.1.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/audio_common_msgs/audio_common_msgs-0.3.1.ebuild')
-rw-r--r--dev-ros/audio_common_msgs/audio_common_msgs-0.3.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/audio_common_msgs/audio_common_msgs-0.3.1.ebuild b/dev-ros/audio_common_msgs/audio_common_msgs-0.3.1.ebuild
new file mode 100644
index 000000000000..bc8e9ed0ba4a
--- /dev/null
+++ b/dev-ros/audio_common_msgs/audio_common_msgs-0.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for transmitting audio via ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"