# 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-2012.2.4-r4.ebuild,v 1.1 2013/09/12 04:47:49 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}/folsom/${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-2.1.1[${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[${PYTHON_USEDEP}] dev-python/kombu[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/passlib[${PYTHON_USEDEP}] dev-python/paste[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}] dev-python/pycrypto[${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.0.8-r1[${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}]