diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 14:09:13 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 14:09:13 +0200 |
commit | d069b00082b08194d197e9ab9a0435cefa294ac8 (patch) | |
tree | 1c3aeb907a181683d71f789e11a646f8cde78819 /dev-ros/roscreate/roscreate-9999.ebuild | |
parent | dev-ros/roslib: Initial import. Ebuild by me. (diff) | |
download | gentoo-d069b00082b08194d197e9ab9a0435cefa294ac8.tar.gz gentoo-d069b00082b08194d197e9ab9a0435cefa294ac8.tar.bz2 gentoo-d069b00082b08194d197e9ab9a0435cefa294ac8.zip |
dev-ros/roscreate: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/roscreate/roscreate-9999.ebuild')
-rw-r--r-- | dev-ros/roscreate/roscreate-9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ros/roscreate/roscreate-9999.ebuild b/dev-ros/roscreate/roscreate-9999.ebuild new file mode 100644 index 000000000000..ce4759513568 --- /dev/null +++ b/dev-ros/roscreate/roscreate-9999.ebuild @@ -0,0 +1,24 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="Tool that assists in the creation of ROS filesystem resources" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" |