commit: cff2e889c50cddc210d9c966219c8d4da73d9e3a Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Sep 22 08:37:14 2015 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 08:37:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff2e889
dev-ros/genmsg: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/genmsg/Manifest | 1 + dev-ros/genmsg/genmsg-0.5.6.ebuild | 20 ++++++++++++++++++++ dev-ros/genmsg/genmsg-9999.ebuild | 20 ++++++++++++++++++++ dev-ros/genmsg/metadata.xml | 5 +++++ 4 files changed, 46 insertions(+) diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest new file mode 100644 index 0000000..99728c7 --- /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 0000000..d70c53c --- /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 0000000..d70c53c --- /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 0000000..c42ea5b --- /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>
