summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-22 10:37:14 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-22 10:37:14 +0200
commitcff2e889c50cddc210d9c966219c8d4da73d9e3a (patch)
tree2d5dd264b84b47f583b9c404ab2106f500287dfb /dev-ros
parenteclass: Add ros-catkin.eclass. (diff)
downloadgentoo-cff2e889c50cddc210d9c966219c8d4da73d9e3a.tar.gz
gentoo-cff2e889c50cddc210d9c966219c8d4da73d9e3a.tar.bz2
gentoo-cff2e889c50cddc210d9c966219c8d4da73d9e3a.zip
dev-ros/genmsg: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/genmsg/Manifest1
-rw-r--r--dev-ros/genmsg/genmsg-0.5.6.ebuild20
-rw-r--r--dev-ros/genmsg/genmsg-9999.ebuild20
-rw-r--r--dev-ros/genmsg/metadata.xml5
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest
new file mode 100644
index 000000000000..99728c7b09c0
--- /dev/null
+++ b/dev-ros/genmsg/Manifest
@@ -0,0 +1 @@
+DIST genmsg-0.5.6.tar.gz 59067 SHA256 70ec083888f8bbdc32cf6b97cdbc3ccc042fe78ad2e6f6fc60b414aaffd8fba6 SHA512 3efba41372028a434e0e3ebbef7212106ba445c2e6755109d09809f4fb96d7b1cfb235bad462ecc9f176d79dbe0616916da52c044620135ebac4c94016338427 WHIRLPOOL 8c8d1199b82674e1121bfaf3d32908cf0e6026d2201f78efe26ca2a3c1da81b2a548aa74b8606ceb1feec9d148a6b438ff23cbd707b0bc6b0e6c09f9beb13b1a
diff --git a/dev-ros/genmsg/genmsg-0.5.6.ebuild b/dev-ros/genmsg/genmsg-0.5.6.ebuild
new file mode 100644
index 000000000000..d70c53c0941d
--- /dev/null
+++ b/dev-ros/genmsg/genmsg-0.5.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/genmsg"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+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}] )
+"
diff --git a/dev-ros/genmsg/genmsg-9999.ebuild b/dev-ros/genmsg/genmsg-9999.ebuild
new file mode 100644
index 000000000000..d70c53c0941d
--- /dev/null
+++ b/dev-ros/genmsg/genmsg-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/genmsg"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+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}] )
+"
diff --git a/dev-ros/genmsg/metadata.xml b/dev-ros/genmsg/metadata.xml
new file mode 100644
index 000000000000..c42ea5b15cf6
--- /dev/null
+++ b/dev-ros/genmsg/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>