# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.1_p9029.ebuild,v 1.4 2006/04/26 16:45:29 agriffis Exp $ inherit mount-boot flag-o-matic DESCRIPTION="Xend daemon and tools" HOMEPAGE="http://xen.sourceforge.net" if [[ ${PV} == *_p* ]]; then XEN_UNSTABLE="xen-unstable-${PV#*_p}" SRC_URI="mirror://gentoo/${XEN_UNSTABLE}.tar.bz2" S=${WORKDIR}/${XEN_UNSTABLE} else SRC_URI="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-${PV}-src.tgz" S=${WORKDIR}/xen-${PV} fi LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc debug screen custom-cflags" DEPEND="sys-devel/gcc dev-lang/python" RDEPEND="!