Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/spice-gtk: spice-gtk-0.12.ebuild ChangeLog
Date: Thu, 31 May 2012 05:53:49
Message-Id: 20120531055339.B42A42004C@flycatcher.gentoo.org
1 dev-zero 12/05/31 05:53:39
2
3 Modified: spice-gtk-0.12.ebuild ChangeLog
4 Log:
5 fix for parallel install (bug #418295)
6
7 (Portage version: 2.1.10.56/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-misc/spice-gtk/spice-gtk-0.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.12.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.12.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.12.ebuild?r1=1.2&r2=1.3
15
16 Index: spice-gtk-0.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.12.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- spice-gtk-0.12.ebuild 29 May 2012 05:07:19 -0000 1.2
23 +++ spice-gtk-0.12.ebuild 31 May 2012 05:53:39 -0000 1.3
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.12.ebuild,v 1.2 2012/05/29 05:07:19 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.12.ebuild,v 1.3 2012/05/31 05:53:39 dev-zero Exp $
29
30 EAPI="4"
31 GCONF_DEBUG="no"
32
33 -inherit eutils python
34 +inherit autotools eutils python
35
36 PYTHON_DEPEND="2"
37
38 @@ -69,6 +69,12 @@
39 fi
40 }
41
42 +src_prepare() {
43 + epatch "${FILESDIR}/${PV}-parallel-install.patch"
44 + eaclocal
45 + eautoreconf
46 +}
47 +
48 src_configure() {
49 local audio="no"
50 local gtk="2.0"
51
52
53
54 1.22 net-misc/spice-gtk/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.22&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.22&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?r1=1.21&r2=1.22
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v
63 retrieving revision 1.21
64 retrieving revision 1.22
65 diff -u -r1.21 -r1.22
66 --- ChangeLog 29 May 2012 05:07:19 -0000 1.21
67 +++ ChangeLog 31 May 2012 05:53:39 -0000 1.22
68 @@ -1,6 +1,10 @@
69 # ChangeLog for net-misc/spice-gtk
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.21 2012/05/29 05:07:19 dev-zero Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.22 2012/05/31 05:53:39 dev-zero Exp $
73 +
74 + 31 May 2012; Tiziano Müller <dev-zero@g.o>
75 + +files/0.12-parallel-install.patch, spice-gtk-0.12.ebuild:
76 + fix for parallel install (bug #418295)
77
78 29 May 2012; Tiziano Müller <dev-zero@g.o> spice-gtk-0.12.ebuild:
79 Fix building with python-3 as default interpreter (bug #418017, thanks to