summaryrefslogtreecommitdiff
blob: 825a05cd1304a244d1c525a82caad0b1ff39fcf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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=""