diff options
author | MATSUU Takuto <matsuu@gentoo.org> | 2011-06-11 16:25:51 +0900 |
---|---|---|
committer | MATSUU Takuto <matsuu@gentoo.org> | 2011-06-11 16:25:51 +0900 |
commit | 8681465dd1b6bffa1e6102af03f7a1877a2d4550 (patch) | |
tree | 90dd3a086a8deee2a520d01c5f8f3b17ebad9d26 | |
parent | dev-python/pycclib: Initial Import for app-admin/cctrl. (diff) | |
download | matsuu-8681465dd1b6bffa1e6102af03f7a1877a2d4550.tar.gz matsuu-8681465dd1b6bffa1e6102af03f7a1877a2d4550.tar.bz2 matsuu-8681465dd1b6bffa1e6102af03f7a1877a2d4550.zip |
app-admin/cctrl: Initial import.
-rw-r--r-- | app-admin/cctrl/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/cctrl/Manifest | 3 | ||||
-rw-r--r-- | app-admin/cctrl/cctrl-1.2.0.ebuild | 21 |
3 files changed, 33 insertions, 0 deletions
diff --git a/app-admin/cctrl/ChangeLog b/app-admin/cctrl/ChangeLog new file mode 100644 index 0000000..78ad897 --- /dev/null +++ b/app-admin/cctrl/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-admin/cctrl +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*cctrl-1.2.0 (11 Jun 2011) + + 11 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> +cctrl-1.2.0.ebuild: + Initial import. + diff --git a/app-admin/cctrl/Manifest b/app-admin/cctrl/Manifest new file mode 100644 index 0000000..a27a05e --- /dev/null +++ b/app-admin/cctrl/Manifest @@ -0,0 +1,3 @@ +DIST cctrl-1.2.0.tar.bz2 13533 RMD160 c8a01de01c6ac370ff396f559f8f050a9835de27 SHA1 d600041e2284e369f4863f6ada08ff9e0b11f49e SHA256 81c9e5ee3e4ec2167d2f223300f623843b17408292d718893c443df72a185b81 +EBUILD cctrl-1.2.0.ebuild 429 RMD160 d1fd1fc3b903e103bb36a3edcb978f02defaa5b5 SHA1 f7fdd834b1d9704e3f4b95eca33553ddc1a51007 SHA256 902fea013b381607804c7cbeaf230ab94d9c2bd4e229b3087ff5eb52813ca62b +MISC ChangeLog 233 RMD160 b6a5fe95832431f696f85cef2abff6f78a451be7 SHA1 432f222bad0433cbab558329b2d58d5afc3207fe SHA256 1d46d4b1cb28f5a7434f69ba2bf1614d35dde2e76a797d1bef314bcc4c98dea2 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="" + |