diff options
Diffstat (limited to 'sci-electronics/rosinstall/rosinstall-0.5.30.ebuild')
-rw-r--r-- | sci-electronics/rosinstall/rosinstall-0.5.30.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-electronics/rosinstall/rosinstall-0.5.30.ebuild b/sci-electronics/rosinstall/rosinstall-0.5.30.ebuild new file mode 100644 index 0000000..97f1dde --- /dev/null +++ b/sci-electronics/rosinstall/rosinstall-0.5.30.ebuild @@ -0,0 +1,28 @@ +# Copyright 2008-2012 Funtoo Technologies +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +PYTHON_DEPEND="2" + +inherit distutils + +DESCRIPTION="The installer for ROS" +HOMEPAGE="http://www.ros.org/wiki" +SRC_URI=" + mirror://pypi/r/${PN}/${P}.tar.gz + http://pr.willowgarage.com/downloads/${PN}/${P}.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND=" + dev-python/setuptools +" +RDEPEND=" + dev-python/pyyaml + dev-python/vcstools +" |