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: ChangeLog virt-manager-0.8.5.ebuild
Date: Wed, 02 Feb 2011 22:23:25
Message-Id: 20110202222310.A1B4220054@flycatcher.gentoo.org
1 cardoe 11/02/02 22:23:10
2
3 Modified: ChangeLog virt-manager-0.8.5.ebuild
4 Log:
5 Fix up build depends
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.38 app-emulation/virt-manager/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 13 Jan 2011 16:16:35 -0000 1.37
23 +++ ChangeLog 2 Feb 2011 22:23:10 -0000 1.38
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-emulation/virt-manager
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.37 2011/01/13 16:16:35 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.38 2011/02/02 22:23:10 cardoe Exp $
29 +
30 + 02 Feb 2011; Doug Goldstein <cardoe@g.o> virt-manager-0.8.5.ebuild:
31 + Fix up build depends
32
33 *virt-manager-9999 (13 Jan 2011)
34
35
36
37
38 1.3 app-emulation/virt-manager/virt-manager-0.8.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.5.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.5.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.5.ebuild?r1=1.2&r2=1.3
43
44 Index: virt-manager-0.8.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.5.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- virt-manager-0.8.5.ebuild 3 Sep 2010 22:03:40 -0000 1.2
51 +++ virt-manager-0.8.5.ebuild 2 Feb 2011 22:23:10 -0000 1.3
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2010 Gentoo Foundation
54 +# Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.5.ebuild,v 1.2 2010/09/03 22:03:40 cardoe Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.5.ebuild,v 1.3 2011/02/02 22:23:10 cardoe Exp $
58
59 BACKPORTS=1
60
61 @@ -34,7 +34,8 @@
62 gnome-keyring? ( dev-python/gnome-keyring-python )
63 policykit? ( gnome-extra/polkit-gnome )"
64 DEPEND="${RDEPEND}
65 - app-text/rarian"
66 + app-text/rarian
67 + dev-util/intltool"
68
69 src_prepare() {
70 sed -e "s/python/python2/" -i src/virt-manager.in || \