# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit distutils DESCRIPTION="cloudControl command line utilities" HOMEPAGE="http://cloudcontrol.com" SRC_URI="http://launchpad.net/cctrl/trunk/${PV}/+download/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/argparse dev-python/pycclib" DEPEND=""