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.14.ebuild ChangeLog
Date: Mon, 29 Oct 2012 10:19:39
Message-Id: 20121029101926.8D9A421601@flycatcher.gentoo.org
1 dev-zero 12/10/29 10:19:26
2
3 Modified: spice-gtk-0.14.ebuild ChangeLog
4 Log:
5 Allow building with usbredir >=0.5.2 (bug #439972) which is safe according to the comment in the patch.
6
7 (Portage version: 2.1.11.20/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-misc/spice-gtk/spice-gtk-0.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.14.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.14.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.14.ebuild?r1=1.3&r2=1.4
15
16 Index: spice-gtk-0.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.14.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- spice-gtk-0.14.ebuild 21 Sep 2012 19:37:54 -0000 1.3
23 +++ spice-gtk-0.14.ebuild 29 Oct 2012 10:19:26 -0000 1.4
24 @@ -1,6 +1,6 @@
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.14.ebuild,v 1.3 2012/09/21 19:37:54 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.14.ebuild,v 1.4 2012/10/29 10:19:26 dev-zero Exp $
29
30 EAPI="4"
31 GCONF_DEBUG="no"
32 @@ -71,7 +71,9 @@
33 }
34
35 src_prepare() {
36 - epatch "${FILESDIR}/0.12-parallel-install.patch"
37 + epatch \
38 + "${FILESDIR}/0.12-parallel-install.patch" \
39 + "${FILESDIR}/${PV}-Deal-with-libusbredirparser.pc-rename-to-libusbredir.patch"
40 eautoreconf
41 }
42
43
44
45
46 1.28 net-misc/spice-gtk/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.28&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.28&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?r1=1.27&r2=1.28
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v
55 retrieving revision 1.27
56 retrieving revision 1.28
57 diff -u -r1.27 -r1.28
58 --- ChangeLog 21 Sep 2012 19:37:54 -0000 1.27
59 +++ ChangeLog 29 Oct 2012 10:19:26 -0000 1.28
60 @@ -1,6 +1,12 @@
61 # ChangeLog for net-misc/spice-gtk
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.27 2012/09/21 19:37:54 cardoe Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.28 2012/10/29 10:19:26 dev-zero Exp $
65 +
66 + 29 Oct 2012; Tiziano Müller <dev-zero@g.o>
67 + +files/0.14-Deal-with-libusbredirparser.pc-rename-to-libusbredir.patch,
68 + spice-gtk-0.14.ebuild:
69 + Allow building with usbredir >=0.5.2 (bug #439972) which is safe according to
70 + the comment in the patch.
71
72 21 Sep 2012; Doug Goldstein <cardoe@g.o> spice-gtk-0.13.ebuild,
73 spice-gtk-0.14.ebuild:
74 @@ -123,4 +129,3 @@
75 24 Feb 2011; Tiziano Müller <dev-zero@g.o> +spice-gtk-0.5.ebuild,
76 +files/spice.protocol, +files/spice.schemas, +metadata.xml:
77 Initial commit, ebuild written by me (bug #353780).
78 -