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-protocol: ChangeLog spice-protocol-0.8.0-r1.ebuild
Date: Wed, 27 Apr 2011 11:33:30
Message-Id: 20110427113319.B542D20057@flycatcher.gentoo.org
1 dev-zero 11/04/27 11:33:19
2
3 Modified: ChangeLog
4 Added: spice-protocol-0.8.0-r1.ebuild
5 Log:
6 Added patch (from upstream) to add missing include and thus fix compilation with spice-gtk.
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 app-emulation/spice-protocol/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 18 Apr 2011 07:57:43 -0000 1.6
24 +++ ChangeLog 27 Apr 2011 11:33:19 -0000 1.7
25 @@ -1,6 +1,14 @@
26 # ChangeLog for app-emulation/spice-protocol
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.6 2011/04/18 07:57:43 dev-zero Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.7 2011/04/27 11:33:19 dev-zero Exp $
30 +
31 +*spice-protocol-0.8.0-r1 (27 Apr 2011)
32 +
33 + 27 Apr 2011; Tiziano Müller <dev-zero@g.o>
34 + +files/2ffbca210033be262fc75e6a73742e0f0e6d5242.patch,
35 + +spice-protocol-0.8.0-r1.ebuild:
36 + Added patch (from upstream) to add missing include and thus fix compilation
37 + with spice-gtk.
38
39 *spice-protocol-0.8.0 (18 Apr 2011)
40
41
42
43
44 1.1 app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: spice-protocol-0.8.0-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild,v 1.1 2011/04/27 11:33:19 dev-zero Exp $
54
55 EAPI=4
56
57 inherit eutils
58
59 DESCRIPTION="Headers defining the SPICE protocol."
60 HOMEPAGE="http://spice-space.org/"
61 SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
62
63 LICENSE="BSD"
64 SLOT="0"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND=""
70
71 src_prepare() {
72 epatch "${FILESDIR}/2ffbca210033be262fc75e6a73742e0f0e6d5242.patch"
73 }