Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.1.4.ebuild ChangeLog
Date: Wed, 10 Sep 2008 05:19:44
Message-Id: E1KdI7B-0001U4-3w@stork.gentoo.org
1 pva 08/09/10 05:19:41
2
3 Modified: wine-1.1.4.ebuild ChangeLog
4 Log:
5 Patch from upstream to fix build issue, bug #237011, thank Martin von Gagern for work.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 i686)
7
8 Revision Changes Path
9 1.2 app-emulation/wine/wine-1.1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.4.ebuild?r1=1.1&r2=1.2
14
15 Index: wine-1.1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wine-1.1.4.ebuild 6 Sep 2008 01:07:03 -0000 1.1
22 +++ wine-1.1.4.ebuild 10 Sep 2008 05:19:40 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.4.ebuild,v 1.1 2008/09/06 01:07:03 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.4.ebuild,v 1.2 2008/09/10 05:19:40 pva Exp $
28
29 EAPI="1"
30
31 @@ -87,6 +87,7 @@
32 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
33 epatch "${FILESDIR}"/wine-gentoo-no-ssp.patch #66002
34 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
35 + epatch "${FILESDIR}"/${P}-install-fix.patch #237011
36 }
37
38 config_cache() {
39
40
41
42 1.227 app-emulation/wine/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.227&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.227&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.226&r2=1.227
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
51 retrieving revision 1.226
52 retrieving revision 1.227
53 diff -u -r1.226 -r1.227
54 --- ChangeLog 6 Sep 2008 01:40:33 -0000 1.226
55 +++ ChangeLog 10 Sep 2008 05:19:40 -0000 1.227
56 @@ -1,6 +1,11 @@
57 # ChangeLog for app-emulation/wine
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.226 2008/09/06 01:40:33 cardoe Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.227 2008/09/10 05:19:40 pva Exp $
61 +
62 + 10 Sep 2008; Peter Volkov <pva@g.o>
63 + +files/wine-1.1.4-install-fix.patch, wine-1.1.4.ebuild:
64 + Patch from upstream to fix build issue, bug #237011, thank Martin von
65 + Gagern for work.
66
67 06 Sep 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
68 add some info about the samba USE flag