# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2013.1.3-r2.ebuild,v 1.2 2013/09/27 00:47:12 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Provides services for discovering, registering, and retrieving virtual machine images with Openstack" HOMEPAGE="https://launchpad.net/glance" SRC_URI="http://launchpad.net/${PN}/grizzly/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ldap mysql postgres +sqlite +swift" REQUIRED_USE="|| ( ldap mysql postgres sqlite )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} dev-python/boto[${PYTHON_USEDEP}] dev-python/anyjson[${PYTHON_USEDEP}] >=dev-python/eventlet-0.9.12[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] dev-python/iso8601[${PYTHON_USEDEP}] >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}] =dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}] =dev-python/python-keystoneclient-0.2.0[${PYTHON_USEDEP}] dev-python/python-glanceclient[${PYTHON_USEDEP}] dev-python/routes[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-migrate-0.7[${PYTHON_USEDEP}] >=dev-python/webob-1.2[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] swift? ( >=dev-python/python-swiftclient-1.2[${PYTHON_USEDEP}] =dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] =dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}] =dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]