aboutsummaryrefslogtreecommitdiff
blob: ed78e97a9c270bae36b15a55dc21b9a09f307fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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}"