summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/cctrl/cctrl-1.2.0.ebuild')
-rw-r--r--app-admin/cctrl/cctrl-1.2.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/cctrl/cctrl-1.2.0.ebuild b/app-admin/cctrl/cctrl-1.2.0.ebuild
new file mode 100644
index 0000000..825a05c
--- /dev/null
+++ b/app-admin/cctrl/cctrl-1.2.0.ebuild
@@ -0,0 +1,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=""
+