diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-08 14:50:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-08 14:50:33 +0000 |
commit | c9f344e3bff57edf61f7cdf2d0e7e0ae8cb7a7b1 (patch) | |
tree | acf4048d46bbd44a982f7b3de0bc47c0c4bade00 /app-emulation/virt-manager | |
parent | Version bump, thanks to Elias Probst in bug #296142. (diff) | |
download | gentoo-2-c9f344e3bff57edf61f7cdf2d0e7e0ae8cb7a7b1.tar.gz gentoo-2-c9f344e3bff57edf61f7cdf2d0e7e0ae8cb7a7b1.tar.bz2 gentoo-2-c9f344e3bff57edf61f7cdf2d0e7e0ae8cb7a7b1.zip |
Version bump, thanks to Elias Probst in bug #296142. Remove the network USE flag that pulled in iptables as it's not really required to have bridged or routed networks.
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/ChangeLog | 10 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-0.8.1.ebuild | 32 |
2 files changed, 41 insertions, 1 deletions
diff --git a/app-emulation/virt-manager/ChangeLog b/app-emulation/virt-manager/ChangeLog index 3df5905d1bf4..883b4eaabe2c 100644 --- a/app-emulation/virt-manager/ChangeLog +++ b/app-emulation/virt-manager/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/virt-manager # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.19 2009/11/04 22:51:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.20 2009/12/08 14:50:33 flameeyes Exp $ + +*virt-manager-0.8.1 (08 Dec 2009) + + 08 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> + +virt-manager-0.8.1.ebuild: + Version bump, thanks to Elias Probst in bug #296142. Remove the network + USE flag that pulled in iptables as it's not really required to have + bridged or routed networks. 04 Nov 2009; Patrick Lauer <patrick@gentoo.org> virt-manager-0.8.0.ebuild: Fixing libvirt dep (+python useflag) for #291896 diff --git a/app-emulation/virt-manager/virt-manager-0.8.1.ebuild b/app-emulation/virt-manager/virt-manager-0.8.1.ebuild new file mode 100644 index 000000000000..2fff4c5241c6 --- /dev/null +++ b/app-emulation/virt-manager/virt-manager-0.8.1.ebuild @@ -0,0 +1,32 @@ +# 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" |