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.10.0.ebuild ChangeLog
Date: Fri, 02 Aug 2013 13:13:40
Message-Id: 20130802131332.09A5E2171C@flycatcher.gentoo.org
1 cardoe 13/08/02 13:13:31
2
3 Modified: virt-manager-0.10.0.ebuild ChangeLog
4 Log:
5 Add dconf as a runtime depend to save configuration. bug #477528
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
8
9 Revision Changes Path
10 1.9 app-emulation/virt-manager/virt-manager-0.10.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?r1=1.8&r2=1.9
15
16 Index: virt-manager-0.10.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- virt-manager-0.10.0.ebuild 24 Jul 2013 15:38:22 -0000 1.8
23 +++ virt-manager-0.10.0.ebuild 2 Aug 2013 13:13:31 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.8 2013/07/24 15:38:22 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.9 2013/08/02 13:13:31 cardoe Exp $
29
30 EAPI=5
31
32 @@ -37,6 +37,7 @@
33 dev-python/ipaddr[${PYTHON_USEDEP}]
34 dev-python/pygobject:3[${PYTHON_USEDEP}]
35 dev-python/urlgrabber[${PYTHON_USEDEP}]
36 + gnome-base/dconf
37 >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}]
38 net-misc/spice-gtk[gtk3,introspection,python,sasl?,${PYTHON_USEDEP}]
39 x11-libs/vte:2.90[introspection]
40
41
42
43 1.91 app-emulation/virt-manager/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.91&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.91&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.90&r2=1.91
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
52 retrieving revision 1.90
53 retrieving revision 1.91
54 diff -u -r1.90 -r1.91
55 --- ChangeLog 24 Jul 2013 15:38:22 -0000 1.90
56 +++ ChangeLog 2 Aug 2013 13:13:31 -0000 1.91
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-emulation/virt-manager
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.90 2013/07/24 15:38:22 cardoe Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.91 2013/08/02 13:13:31 cardoe Exp $
62 +
63 + 02 Aug 2013; Doug Goldstein <cardoe@g.o> virt-manager-0.10.0.ebuild:
64 + Add dconf as a runtime depend to save configuration. bug #477528
65
66 24 Jul 2013; Doug Goldstein <cardoe@g.o> virt-manager-0.10.0.ebuild:
67 libvirt-glib needs USE=introspection and USE=python