summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2011-06-11 16:32:23 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2011-06-11 16:32:23 +0900
commit9842c0a8ddd95a9df30c5c35c6cc6818f88aed2c (patch)
treeef3fd61fb3607b46d71b973a539fb444d2d1331b /dev-python/dotcloud/dotcloud-0.3.1.ebuild
parentapp-admin/cctrl: Initial import. (diff)
downloadmatsuu-9842c0a8ddd95a9df30c5c35c6cc6818f88aed2c.tar.gz
matsuu-9842c0a8ddd95a9df30c5c35c6cc6818f88aed2c.tar.bz2
matsuu-9842c0a8ddd95a9df30c5c35c6cc6818f88aed2c.zip
dev-python/dotcloud: Initial import.
Diffstat (limited to 'dev-python/dotcloud/dotcloud-0.3.1.ebuild')
-rw-r--r--dev-python/dotcloud/dotcloud-0.3.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/dotcloud/dotcloud-0.3.1.ebuild b/dev-python/dotcloud/dotcloud-0.3.1.ebuild
new file mode 100644
index 0000000..12e875c
--- /dev/null
+++ b/dev-python/dotcloud/dotcloud-0.3.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit distutils
+
+MY_P="${PN}.cli-${PV}"
+DESCRIPTION="dotCloud command-line interface client"
+HOMEPAGE="http://www.dotcloud.com/"
+SRC_URI="http://pypi.python.org/packages/source/d/dotcloud.cli/${MY_P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"