# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/horizon-9999.ebuild,v 1.1 2013/04/12 02:00:44 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-2 DESCRIPTION="Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard." HOMEPAGE="https://launchpad.net/horizon" EGIT_REPO_URI="https://github.com/openstack/horizon.git" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=">=dev-python/django-1.4[${PYTHON_USEDEP}] =dev-python/django-openstack-auth-1.0.7[${PYTHON_USEDEP}] dev-python/netaddr >=dev-python/python-cinderclient-1.0.2[${PYTHON_USEDEP}] =dev-python/python-novaclient-2.12.0[${PYTHON_USEDEP}] =dev-python/python-quantumclient-2.2.0[${PYTHON_USEDEP}] =dev-python/python-swiftclient-1.1[${PYTHON_USEDEP}]