diff options
Diffstat (limited to 'app-emulation/virt-manager/virt-manager-0.8.1.ebuild')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-0.8.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-emulation/virt-manager/virt-manager-0.8.1.ebuild b/app-emulation/virt-manager/virt-manager-0.8.1.ebuild deleted file mode 100644 index 2fff4c5241c6..000000000000 --- a/app-emulation/virt-manager/virt-manager-0.8.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.8.1.ebuild,v 1.1 2009/12/08 14:50:33 flameeyes 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 (KVM/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" -RDEPEND=">=dev-lang/python-2.4.0 - >=dev-python/pygtk-1.99.12 - >=app-emulation/libvirt-0.4.5[python] - >=dev-libs/libxml2-2.6.23[python] - >=app-emulation/virtinst-0.500.1 - >=gnome-base/librsvg-2 - >=x11-libs/vte-0.12.2[python] - >=net-libs/gtk-vnc-0.3.4[python] - >=dev-python/dbus-python-0.61 - >=dev-python/gconf-python-1.99.11 - dev-python/libgnome-python - gnome-keyring? ( dev-python/gnome-keyring-python )" -DEPEND="${RDEPEND} - app-text/rarian" |