# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.7.0-r1.ebuild,v 1.1 2009/05/28 21:24:53 cardoe Exp $ EAPI=2 # Stop gnome2.eclass from doing stuff on USE=debug GCONF_DEBUG="no" inherit eutils gnome2 DESCRIPTION="A graphical tool for administering virtual machines such as Xen" HOMEPAGE="http://virt-manager.org/" SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gnome-keyring +network" RDEPEND=">=dev-python/pygtk-1.99.12 >=app-emulation/libvirt-0.4.5 >=dev-libs/libxml2-2.6.23[python] >=app-emulation/virtinst-0.400.3 >=gnome-base/librsvg-2 >=x11-libs/vte-0.12.2[python] >=net-libs/gtk-vnc-0.3.4[python] dev-python/dbus-python dev-python/gconf-python dev-python/libgnome-python app-text/rarian gnome-keyring? ( dev-python/gnome-keyring-python ) network? ( net-firewall/iptables )" DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}/${P}-old-xen-compat.patch" epatch "${FILESDIR}/${P}-vm-migrate-list.patch" epatch "${FILESDIR}/${P}-fix-button-ordering.patch" epatch "${FILESDIR}/${P}-fix-vcpu-cap.patch" epatch "${FILESDIR}/${P}-delete-dup-conn.patch" }