Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: metadata.xml ChangeLog
Date: Mon, 28 Jul 2008 20:46:20
Message-Id: E1KNZbk-0006Xr-5q@stork.gentoo.org
1 cardoe 08/07/28 20:46:16
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 add GLEP 56 USE flag desc from use.local.desc
6 (Portage version: 2.2_rc4/cvs/Linux 2.6.25-gentoo-r5 x86_64)
7
8 Revision Changes Path
9 1.3 app-emulation/wine/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/metadata.xml?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/metadata.xml?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/metadata.xml?r1=1.2&r2=1.3
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/metadata.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- metadata.xml 18 Feb 2006 06:05:46 -0000 1.2
22 +++ metadata.xml 28 Jul 2008 20:46:15 -0000 1.3
23 @@ -7,4 +7,8 @@
24
25 Think of Wine as a compatibility layer for running Windows programs. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code, however Wine can optionally use native Windows DLLs if they are available. Wine provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes, including Linux, FreeBSD, and Solaris.
26 </longdescription>
27 +<use>
28 + <flag name='gecko'>Add support for the Gecko engine when using
29 + iexplore</flag>
30 +</use>
31 </pkgmetadata>
32
33
34
35 1.221 app-emulation/wine/ChangeLog
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.221&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.221&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.220&r2=1.221
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
44 retrieving revision 1.220
45 retrieving revision 1.221
46 diff -u -r1.220 -r1.221
47 --- ChangeLog 27 Jun 2008 16:24:02 -0000 1.220
48 +++ ChangeLog 28 Jul 2008 20:46:15 -0000 1.221
49 @@ -1,6 +1,9 @@
50 # ChangeLog for app-emulation/wine
51 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.220 2008/06/27 16:24:02 vapier Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.221 2008/07/28 20:46:15 cardoe Exp $
54 +
55 + 28 Jul 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
56 + add GLEP 56 USE flag desc from use.local.desc
57
58 *wine-1.1.0 (27 Jun 2008)