summaryrefslogtreecommitdiff
blob: f77137c7c4fa9440ac530866d5faf0367cbb539f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit distutils

DESCRIPTION="A convenient wrapper for the cloudControl RESTful API"
HOMEPAGE="https://launchpad.net/pycclib"
SRC_URI="http://launchpad.net/pycclib/trunk/${PV}/+download/${P}.tar.bz2"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="dev-python/httplib2"