summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/rosinstall/rosinstall-0.5.30.ebuild')
-rw-r--r--sci-misc/rosinstall/rosinstall-0.5.30.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-misc/rosinstall/rosinstall-0.5.30.ebuild b/sci-misc/rosinstall/rosinstall-0.5.30.ebuild
deleted file mode 100644
index 97f1dde..0000000
--- a/sci-misc/rosinstall/rosinstall-0.5.30.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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
-"