Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-0.8.0.ebuild ChangeLog
Date: Fri, 31 Jul 2009 00:09:15
Message-Id: E1MWfgN-0007ZC-NT@stork.gentoo.org
1 cardoe 09/07/31 00:09:11
2
3 Modified: ChangeLog
4 Added: virt-manager-0.8.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 app-emulation/virt-manager/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 9 Jun 2009 13:32:59 -0000 1.16
23 +++ ChangeLog 31 Jul 2009 00:09:11 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emulation/virt-manager
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.16 2009/06/09 13:32:59 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.17 2009/07/31 00:09:11 cardoe Exp $
29 +
30 +*virt-manager-0.8.0 (31 Jul 2009)
31 +
32 + 31 Jul 2009; Doug Goldstein <cardoe@g.o>
33 + +virt-manager-0.8.0.ebuild:
34 + version bump
35
36 09 Jun 2009; Doug Goldstein <cardoe@g.o>
37 -files/virt-manager-0.5.4-polkit-root.patch,
38
39
40
41 1.1 app-emulation/virt-manager/virt-manager-0.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: virt-manager-0.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.0.ebuild,v 1.1 2009/07/31 00:09:11 cardoe Exp $
51
52 EAPI=2
53
54 # Stop gnome2.eclass from doing stuff on USE=debug
55 GCONF_DEBUG="no"
56
57 inherit eutils gnome2
58
59 DESCRIPTION="A graphical tool for administering virtual machines (KVM/Xen)"
60 HOMEPAGE="http://virt-manager.org/"
61 SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="gnome-keyring +network"
66 RDEPEND=">=dev-python/pygtk-1.99.12
67 >=app-emulation/libvirt-0.4.5
68 >=dev-libs/libxml2-2.6.23[python]
69 >=app-emulation/virtinst-0.500.0
70 >=gnome-base/librsvg-2
71 >=x11-libs/vte-0.12.2[python]
72 >=net-libs/gtk-vnc-0.3.4[python]
73 dev-python/dbus-python
74 dev-python/gconf-python
75 dev-python/libgnome-python
76 app-text/rarian
77 gnome-keyring? ( dev-python/gnome-keyring-python )
78 network? ( net-firewall/iptables )"
79 DEPEND="${RDEPEND}"