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
parentapp-admin/cctrl: Initial import. (diff)
downloadmatsuu-9842c0a8ddd95a9df30c5c35c6cc6818f88aed2c.tar.gz
matsuu-9842c0a8ddd95a9df30c5c35c6cc6818f88aed2c.tar.bz2
matsuu-9842c0a8ddd95a9df30c5c35c6cc6818f88aed2c.zip
dev-python/dotcloud: Initial import.
-rw-r--r--dev-python/dotcloud/ChangeLog9
-rw-r--r--dev-python/dotcloud/Manifest3
-rw-r--r--dev-python/dotcloud/dotcloud-0.3.1.ebuild19
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/dotcloud/ChangeLog b/dev-python/dotcloud/ChangeLog
new file mode 100644
index 0000000..7370d87
--- /dev/null
+++ b/dev-python/dotcloud/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/dotcloud
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*dotcloud-0.3.1 (11 Jun 2011)
+
+ 11 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> +dotcloud-0.3.1.ebuild:
+ Initial import.
+
diff --git a/dev-python/dotcloud/Manifest b/dev-python/dotcloud/Manifest
new file mode 100644
index 0000000..37695b4
--- /dev/null
+++ b/dev-python/dotcloud/Manifest
@@ -0,0 +1,3 @@
+DIST dotcloud.cli-0.3.1.tar.gz 8506 RMD160 aabf835bc54ea278be16ceb5ac361762d990490a SHA1 6295f54cde12b338cd86d08aa2db03a81394a405 SHA256 ab6eb17d75cf7863b28ed0c8bb9d2e5b6653a946d95b557cd49eb458d882b6e2
+EBUILD dotcloud-0.3.1.ebuild 415 RMD160 0f702900fbbea05053d29a3999cb35e52222f44a SHA1 881d22e8e679094b8a0f36f239d777c25676f30c SHA256 8b225b49048a4857befd8ced59c438e8ff7b1c911321ae410a9fc611305cb9c2
+MISC ChangeLog 243 RMD160 271f1dcfcc6b226c653dd92ec2797bee7510eaac SHA1 27c2b0bca569a6c1da9f71fdce42b93c7788fb08 SHA256 999661b88be1f33138d3c122f682d8a5782dfca2370d15a2644cfc2739de271e
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}"