summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2011-06-11 16:24:50 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2011-06-11 16:24:50 +0900
commitc6c1f6eed6fc4a5df27dc1024d981e50b11fb654 (patch)
treed445043e9265d35c2e0ff06a29cfc314c6f87c30
parentapp-text/groonga: Version bumped. Added some USE flags. (diff)
downloadmatsuu-c6c1f6eed6fc4a5df27dc1024d981e50b11fb654.tar.gz
matsuu-c6c1f6eed6fc4a5df27dc1024d981e50b11fb654.tar.bz2
matsuu-c6c1f6eed6fc4a5df27dc1024d981e50b11fb654.zip
dev-python/pycclib: Initial Import for app-admin/cctrl.
-rw-r--r--dev-python/pycclib/ChangeLog9
-rw-r--r--dev-python/pycclib/Manifest3
-rw-r--r--dev-python/pycclib/pycclib-1.1.0.ebuild19
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pycclib/ChangeLog b/dev-python/pycclib/ChangeLog
new file mode 100644
index 0000000..061fe8c
--- /dev/null
+++ b/dev-python/pycclib/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/pycclib
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pycclib-1.1.0 (11 Jun 2011)
+
+ 11 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> +pycclib-1.1.0.ebuild:
+ Initial import.
+
diff --git a/dev-python/pycclib/Manifest b/dev-python/pycclib/Manifest
new file mode 100644
index 0000000..5db97db
--- /dev/null
+++ b/dev-python/pycclib/Manifest
@@ -0,0 +1,3 @@
+DIST pycclib-1.1.0.tar.bz2 6541 RMD160 ccbba63fffcc80fbc9197364825864abe54b46ad SHA1 513f8ac7797ca9334aca1de21e3a200a465d610a SHA256 e5569f60d4a8bdd551b4f12431f8f6c821df4ebd924c810056d90a1d97cfce05
+EBUILD pycclib-1.1.0.ebuild 434 RMD160 14c4cda037f7b41a5c2a46f34a1431aac79b039d SHA1 d4c9e88bade2a71634eb1e2d858f4595daea73db SHA256 941a02f187077c6c1b7ed157524ec5fdbd45ec151924e157f3f95dfd2a496dca
+MISC ChangeLog 240 RMD160 6bc59542a9fd026eb13d73ffef57eb510ee26e6c SHA1 c1121218ab5fb77518b2da8759d9c88de784a9c4 SHA256 31d90512936b019473180eb3f38a56f2a374b7e3d1ff0a3c259e1e12e56b6994
diff --git a/dev-python/pycclib/pycclib-1.1.0.ebuild b/dev-python/pycclib/pycclib-1.1.0.ebuild
new file mode 100644
index 0000000..f77137c
--- /dev/null
+++ b/dev-python/pycclib/pycclib-1.1.0.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
+
+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"