diff options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/euca2ools/Manifest | 1 | ||||
-rw-r--r-- | app-admin/euca2ools/euca2ools-1.3.1.ebuild | 71 |
2 files changed, 0 insertions, 72 deletions
diff --git a/app-admin/euca2ools/Manifest b/app-admin/euca2ools/Manifest deleted file mode 100644 index 74ae1d3..0000000 --- a/app-admin/euca2ools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST euca2ools-1.3.1.tar.gz 54162 SHA256 2e9075387ef43c768886add1e893554c2a7bb35fcdb8dcd87f626bdcd75490cc SHA512 a38a4994cd17c3b60e581971d9360b0519e26b1b298376b173ec5b58d1e3c717f3e17be25f01902c749599cee68d778ebcdca68f9b81b56e090b83c4733aa50d WHIRLPOOL eede750af46e6b72d1e0713ed41fa94d3760a99006d4651193c259249685da7ead1180683492e5559ca7833adf0e94e8771c33be75c8a2a279c501a7eaca4f70 diff --git a/app-admin/euca2ools/euca2ools-1.3.1.ebuild b/app-admin/euca2ools/euca2ools-1.3.1.ebuild deleted file mode 100644 index 38f609c..0000000 --- a/app-admin/euca2ools/euca2ools-1.3.1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="4" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Command-line tools for interacting with Amazon EC2 and S3 API-compatible Web services using the REST/Query API" -HOMEPAGE="http://open.eucalyptus.com" -SRC_URI="http://open.eucalyptus.com/sites/all/modules/pubdlcnt/pubdlcnt.php?file=http://eucalyptussoftware.com/downloads/releases/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc64" -IUSE="" -DEPEND=">=dev-python/boto-1.9d - >=dev-lang/python-2.5 - >=dev-python/m2crypto-0.19.1" - -RDEPEND="${DEPEND}" - -DOCS="${S}/COPYING - ${S}/CHANGELOG - ${S}/README - ${S}/INSTALL" - -src_compile() { - emake build || die "emake failed" -} - -src_install() { - cd "${S}/euca2ools" - distutils_src_install - cd "${S}/bin" - for tool in *; do - newbin ${tool} ${tool} - done - - # Install the manpages - if [[ -d ${S}/man ]]; then - doman ${S}/man/* || die "doman" - fi -} - -pkg_postinst(){ - einfo "" - einfo " Euca2ools use cryptographic credentials for authentication. Two - types of credentials are issued by EC2- and S3-compatible services: x509 - certificates and keys. While some commands only require the latter, it is - best to always specify both types of credentials." - - einfo "" - einfo " Furthermore, unless the front end Web services reside on - 'localhost', the URLs of the EC2- and S3-compatible service endpoints must - also be specified." - einfo "" - einfo "If you are running Euca2ools against Eucalyptus, sourcing the - \"eucarc\" file that is included as part of the credentials zip-file that - you downloaded from the Eucalyptus Web interface should be enough to set up - all of the above variables correctly." - einfo "" - einfo "For more information please refer to the:" - einfo " * --help option of the individual commands," - einfo " * check the man pages for each command," - einfo " * consult the local documentation at /usr/share/doc/$P," - einfo " *consult http://open.eucalyptus.com/wiki/Documentation." - einfo "" -} |