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: Tue, 02 Jul 2013 14:50:33
Message-Id: 20130702145030.484D02171C@flycatcher.gentoo.org
1 cardoe 13/07/02 14:50:30
2
3 Modified: virt-manager-0.10.0.ebuild ChangeLog
4 Log:
5 Potential fix for the icon issue in bug #474810
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.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.6&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.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- virt-manager-0.10.0.ebuild 28 Jun 2013 03:09:43 -0000 1.5
23 +++ virt-manager-0.10.0.ebuild 2 Jul 2013 14:50:30 -0000 1.6
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.5 2013/06/28 03:09:43 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.6 2013/07/02 14:50:30 cardoe Exp $
29
30 EAPI=5
31
32 @@ -68,3 +68,10 @@
33 python_fix_shebang "${ED}/usr/share/virt-manager/virt-install"
34 python_fix_shebang "${ED}/usr/share/virt-manager/virt-manager"
35 }
36 +
37 +pkg_preinst() {
38 + gnome2_pkg_preinst
39 +
40 + cd "${ED}"
41 + export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
42 +}
43
44
45
46 1.87 app-emulation/virt-manager/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.87&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.87&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.86&r2=1.87
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
55 retrieving revision 1.86
56 retrieving revision 1.87
57 diff -u -r1.86 -r1.87
58 --- ChangeLog 28 Jun 2013 21:01:09 -0000 1.86
59 +++ ChangeLog 2 Jul 2013 14:50:30 -0000 1.87
60 @@ -1,6 +1,9 @@
61 # ChangeLog for app-emulation/virt-manager
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.86 2013/06/28 21:01:09 ago Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.87 2013/07/02 14:50:30 cardoe Exp $
65 +
66 + 02 Jul 2013; Doug Goldstein <cardoe@g.o> virt-manager-0.10.0.ebuild:
67 + Potential fix for the icon issue in bug #474810
68
69 28 Jun 2013; Agostino Sarubbo <ago@g.o> virt-manager-0.9.5.ebuild:
70 Stable for amd64, wrt bug #475052