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-r1.ebuild virt-manager-0.10.0.ebuild ChangeLog
Date: Mon, 02 Dec 2013 22:46:52
Message-Id: 20131202224639.95D652004B@flycatcher.gentoo.org
1 cardoe 13/12/02 22:46:39
2
3 Modified: virt-manager-0.10.0-r1.ebuild
4 virt-manager-0.10.0.ebuild ChangeLog
5 Log:
6 Fix depends to account for new Python bindings package for libvirt.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
9
10 Revision Changes Path
11 1.4 app-emulation/virt-manager/virt-manager-0.10.0-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r1.ebuild?r1=1.3&r2=1.4
16
17 Index: virt-manager-0.10.0-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- virt-manager-0.10.0-r1.ebuild 25 Sep 2013 07:24:54 -0000 1.3
24 +++ virt-manager-0.10.0-r1.ebuild 2 Dec 2013 22:46:39 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r1.ebuild,v 1.3 2013/09/25 07:24:54 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r1.ebuild,v 1.4 2013/12/02 22:46:39 cardoe Exp $
30
31 EAPI=5
32
33 @@ -30,7 +30,10 @@
34
35 RDEPEND="!app-emulation/virtinst
36 x11-libs/gtk+:3[introspection]
37 - >=app-emulation/libvirt-0.7.0[python,${PYTHON_USEDEP}]
38 + || (
39 + dev-python/libvirt-python[${PYTHON_USEDEP}]
40 + >=app-emulation/libvirt-0.7.0[python,${PYTHON_USEDEP}]
41 + )
42 >=app-emulation/libvirt-glib-0.0.9[introspection,python,${PYTHON_USEDEP}]
43 ${PYTHON_DEPS}
44 dev-libs/libxml2[python,${PYTHON_USEDEP}]
45
46
47
48 1.13 app-emulation/virt-manager/virt-manager-0.10.0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.13&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.13&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?r1=1.12&r2=1.13
53
54 Index: virt-manager-0.10.0.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v
57 retrieving revision 1.12
58 retrieving revision 1.13
59 diff -u -r1.12 -r1.13
60 --- virt-manager-0.10.0.ebuild 25 Sep 2013 07:24:54 -0000 1.12
61 +++ virt-manager-0.10.0.ebuild 2 Dec 2013 22:46:39 -0000 1.13
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.12 2013/09/25 07:24:54 jlec Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.13 2013/12/02 22:46:39 cardoe Exp $
67
68 EAPI=5
69
70 @@ -30,7 +30,10 @@
71
72 RDEPEND="!app-emulation/virtinst
73 x11-libs/gtk+:3[introspection]
74 - >=app-emulation/libvirt-0.7.0[python,${PYTHON_USEDEP}]
75 + || (
76 + dev-python/libvirt-python[${PYTHON_USEDEP}]
77 + >=app-emulation/libvirt-0.7.0[python,${PYTHON_USEDEP}]
78 + )
79 >=app-emulation/libvirt-glib-0.0.9[introspection,python,${PYTHON_USEDEP}]
80 ${PYTHON_DEPS}
81 dev-libs/libxml2[python,${PYTHON_USEDEP}]
82
83
84
85 1.97 app-emulation/virt-manager/ChangeLog
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.97&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.97&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.96&r2=1.97
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
94 retrieving revision 1.96
95 retrieving revision 1.97
96 diff -u -r1.96 -r1.97
97 --- ChangeLog 2 Dec 2013 22:41:41 -0000 1.96
98 +++ ChangeLog 2 Dec 2013 22:46:39 -0000 1.97
99 @@ -1,6 +1,10 @@
100 # ChangeLog for app-emulation/virt-manager
101 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.96 2013/12/02 22:41:41 cardoe Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.97 2013/12/02 22:46:39 cardoe Exp $
104 +
105 + 02 Dec 2013; Doug Goldstein <cardoe@g.o> virt-manager-0.10.0-r1.ebuild,
106 + virt-manager-0.10.0.ebuild:
107 + Fix depends to account for new Python bindings package for libvirt.
108
109 02 Dec 2013; Doug Goldstein <cardoe@g.o> -virt-manager-0.9.4.ebuild:
110 Remove older version