# 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-2013.2.9999.ebuild,v 1.3 2013/12/19 06:07:02 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-2 DESCRIPTION="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" EGIT_BRANCH="stable/havana" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] =dev-python/hacking-0.5.6[${PYTHON_USEDEP}] =dev-python/coverage-3.6[${PYTHON_USEDEP}] >=dev-python/mox-0.5.3[${PYTHON_USEDEP}] dev-python/django-nose[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/nose-exclude[${PYTHON_USEDEP}] dev-python/nosexcover[${PYTHON_USEDEP}] >=dev-python/openstack-nose-plugin-0.7[${PYTHON_USEDEP}] >=dev-python/nosehtmloutput-0.0.3[${PYTHON_USEDEP}] dev-python/selenium[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]