# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/horizon-2013.2.2.ebuild,v 1.1 2014/02/20 21:15:51 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A Django-based project aimed at providing a complete OpenStack Dashboard." HOMEPAGE="https://launchpad.net/horizon" SRC_URI="http://launchpad.net/${PN}/havana/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" 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}]