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: Sun, 02 Aug 2009 14:15:54
Message-Id: E1MXbqq-00089s-Tu@stork.gentoo.org
1 cardoe 09/08/02 14:15:52
2
3 Modified: virt-manager-0.8.0.ebuild ChangeLog
4 Log:
5 fix up depends a little bit. has no effect on those running ~arch
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-emulation/virt-manager/virt-manager-0.8.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.0.ebuild?r1=1.1&r2=1.2
14
15 Index: virt-manager-0.8.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- virt-manager-0.8.0.ebuild 31 Jul 2009 00:09:11 -0000 1.1
22 +++ virt-manager-0.8.0.ebuild 2 Aug 2009 14:15:52 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.0.ebuild,v 1.2 2009/08/02 14:15:52 cardoe Exp $
28
29 EAPI=2
30
31 @@ -16,17 +16,18 @@
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE="gnome-keyring +network"
35 -RDEPEND=">=dev-python/pygtk-1.99.12
36 +RDEPEND=">=dev-lang/python-2.4.0
37 + >=dev-python/pygtk-1.99.12
38 >=app-emulation/libvirt-0.4.5
39 >=dev-libs/libxml2-2.6.23[python]
40 >=app-emulation/virtinst-0.500.0
41 >=gnome-base/librsvg-2
42 >=x11-libs/vte-0.12.2[python]
43 >=net-libs/gtk-vnc-0.3.4[python]
44 - dev-python/dbus-python
45 - dev-python/gconf-python
46 + >=dev-python/dbus-python-0.61
47 + >=dev-python/gconf-python-1.99.11
48 dev-python/libgnome-python
49 - app-text/rarian
50 gnome-keyring? ( dev-python/gnome-keyring-python )
51 network? ( net-firewall/iptables )"
52 -DEPEND="${RDEPEND}"
53 +DEPEND="${RDEPEND}
54 + app-text/rarian"
55
56
57
58 1.18 app-emulation/virt-manager/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.18&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.18&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.17&r2=1.18
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
67 retrieving revision 1.17
68 retrieving revision 1.18
69 diff -u -r1.17 -r1.18
70 --- ChangeLog 31 Jul 2009 00:09:11 -0000 1.17
71 +++ ChangeLog 2 Aug 2009 14:15:52 -0000 1.18
72 @@ -1,6 +1,9 @@
73 # ChangeLog for app-emulation/virt-manager
74 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.17 2009/07/31 00:09:11 cardoe Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.18 2009/08/02 14:15:52 cardoe Exp $
77 +
78 + 02 Aug 2009; Doug Goldstein <cardoe@g.o> virt-manager-0.8.0.ebuild:
79 + fix up depends a little bit. has no effect on those running ~arch
80
81 *virt-manager-0.8.0 (31 Jul 2009)