# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.3.ebuild,v 1.2 2010/04/29 02:07:07 cardoe Exp $ EAPI=2 PYTHON_DEPEND="2" RESTRICT_PYTHON_ABIS="3.*" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Python modules for starting virtualized guest installations" HOMEPAGE="http://virt-manager.et.redhat.com/" SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=app-emulation/libvirt-0.7.0[python] dev-python/urlgrabber" DEPEND="${RDEPEND}" PYTHON_MODNAME="virtconv virtinst"