diff options
author | Leonardo Martins <leonardo@venidera.com> | 2012-03-27 11:38:40 -0300 |
---|---|---|
committer | Leonardo Martins <leonardo@venidera.com> | 2012-03-27 11:38:40 -0300 |
commit | 5fb67b8e0faa936dd6490a6c17fbdedc7e85db66 (patch) | |
tree | f2c3d2a2aa55e7dd15ea68d189fe8116cd7f5839 | |
parent | Added legacy version of Euca2ools for AWS EC2/S3-compatible cloud configuration. (diff) | |
download | venidera-5fb67b8e0faa936dd6490a6c17fbdedc7e85db66.tar.gz venidera-5fb67b8e0faa936dd6490a6c17fbdedc7e85db66.tar.bz2 venidera-5fb67b8e0faa936dd6490a6c17fbdedc7e85db66.zip |
Added legacy version of Eucalyptus.
-rw-r--r-- | portage/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/portage/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild b/portage/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild new file mode 100644 index 0000000..ed78e97 --- /dev/null +++ b/portage/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=2 + +DESCRIPTION="Eucalyptus is an open source software framework for cloud computing that implements what is commonly referred to as Infrastructure as a Service (IaaS)." +HOMEPAGE="http://open.eucalyptus.com" +#SRC_URI="http://open.eucalyptus.com/sites/all/modules/pubdlcnt/pubdlcnt.php?file=http://eucalyptussoftware.com/downloads/releases/${P}-src.tar.gz" + +LICENSE="GPL3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=" +virtual/jdk:1.6 +dev-java/ant-core +www-servers/apache +app-emulation/libvirt +net-firewall/iptables +net-misc/vconfig +net-misc/bridge-utils +sys-fs/lvm2 +sys-block/vblade +net-misc/curl +net-dns/dnsmasq +sys-block/aoetools +sys-block/parted +" + +RDEPEND="${DEPEND}" |