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 app-emulation/spice: spice-0.7.1.ebuild
Date: Wed, 05 Jan 2011 15:04:41
Message-Id: 20110105150432.720A820051@flycatcher.gentoo.org
1 dev-zero 11/01/05 15:04:32
2
3 Modified: spice-0.7.1.ebuild
4 Log:
5 Fixed quoting.
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 app-emulation/spice/spice-0.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.7.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.7.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.7.1.ebuild?r1=1.3&r2=1.4
15
16 Index: spice-0.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.7.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- spice-0.7.1.ebuild 5 Jan 2011 15:03:39 -0000 1.3
23 +++ spice-0.7.1.ebuild 5 Jan 2011 15:04:32 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.7.1.ebuild,v 1.3 2011/01/05 15:03:39 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.7.1.ebuild,v 1.4 2011/01/05 15:04:32 dev-zero Exp $
29
30 EAPI=3
31
32 @@ -58,7 +58,7 @@
33 if use uri ; then
34 if use gnome ; then
35 insinto /etc/gconf/schemas
36 - doins ${FILESDIR}/spice.schemas
37 + doins "${FILESDIR}/spice.schemas"
38 fi
39 if use kde ; then
40 insinto /usr/share/kde4/services