summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-05-18 17:16:48 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-05-18 17:18:26 +0200
commitee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01 (patch)
tree9eb00bdf2c1dcd97a6cd9cc23302fe90368251c9 /dev-ros/genmsg/genmsg-0.5.16.ebuild
parentdev-ros/gazebo_plugins: shorten desc (diff)
downloadgentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.tar.gz
gentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.tar.bz2
gentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.zip
dev-ros/genmsg: bump to 0.5.16
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/genmsg/genmsg-0.5.16.ebuild')
-rw-r--r--dev-ros/genmsg/genmsg-0.5.16.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/genmsg/genmsg-0.5.16.ebuild b/dev-ros/genmsg/genmsg-0.5.16.ebuild
new file mode 100644
index 000000000000..f32705022b10
--- /dev/null
+++ b/dev-ros/genmsg/genmsg-0.5.16.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros/genmsg"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Python library for generating ROS message and service data structures for various languages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"