Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-0.9.52.ebuild ChangeLog
Date: Sat, 29 Dec 2007 11:11:54
Message-Id: E1J8ZbZ-0000fG-Ud@stork.gentoo.org
1 vapier 07/12/29 11:11:49
2
3 Modified: wine-0.9.52.ebuild ChangeLog
4 Log:
5 Add USE=samba to force lazy people to upgrade their samba #195621 and auto-install the gecko cab when USE=gecko #197443 by Jacek Caban.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 app-emulation/wine/wine-0.9.52.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild?r1=1.1&r2=1.2
14
15 Index: wine-0.9.52.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wine-0.9.52.ebuild 28 Dec 2007 19:08:50 -0000 1.1
22 +++ wine-0.9.52.ebuild 29 Dec 2007 11:11:49 -0000 1.2
23 @@ -1,17 +1,20 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild,v 1.1 2007/12/28 19:08:50 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild,v 1.2 2007/12/29 11:11:49 vapier Exp $
28 +
29 +EAPI="1"
30
31 inherit eutils flag-o-matic multilib
32
33 DESCRIPTION="free implementation of Windows(tm) on Unix"
34 HOMEPAGE="http://www.winehq.com/"
35 -SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2"
36 +SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2
37 + gecko? ( mirror://sourceforge/wine/wine_gecko-0.1.0.cab )"
38
39 LICENSE="LGPL-2.1"
40 SLOT="0"
41 KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
42 -IUSE="alsa cups dbus esd hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X"
43 +IUSE="alsa cups dbus esd +gecko hal jack jpeg lcms ldap nas ncurses +opengl oss samba scanner xml +X"
44 RESTRICT="test" #72375
45
46 RDEPEND=">=media-libs/freetype-2.0.0
47 @@ -36,6 +39,7 @@
48 jpeg? ( media-libs/jpeg )
49 ldap? ( net-nds/openldap )
50 lcms? ( media-libs/lcms )
51 + samba? ( >=net-fs/samba-3.0.25 )
52 xml? ( dev-libs/libxml2 dev-libs/libxslt )
53 >=media-gfx/fontforge-20060703
54 scanner? ( media-gfx/sane-backends )
55 @@ -115,8 +119,12 @@
56 }
57
58 src_install() {
59 - make DESTDIR="${D}" install || die
60 + emake DESTDIR="${D}" install || die
61 dodoc ANNOUNCE AUTHORS ChangeLog README
62 + if use gecko ; then
63 + insinto /usr/share/wine/gecko
64 + doins "${DISTDIR}"/wine_gecko-*.cab || die
65 + fi
66 }
67
68 pkg_postinst() {
69
70
71
72 1.200 app-emulation/wine/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.200&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.200&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.199&r2=1.200
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
81 retrieving revision 1.199
82 retrieving revision 1.200
83 diff -u -r1.199 -r1.200
84 --- ChangeLog 28 Dec 2007 19:08:50 -0000 1.199
85 +++ ChangeLog 29 Dec 2007 11:11:49 -0000 1.200
86 @@ -1,6 +1,10 @@
87 # ChangeLog for app-emulation/wine
88 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.199 2007/12/28 19:08:50 vapier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.200 2007/12/29 11:11:49 vapier Exp $
91 +
92 + 29 Dec 2007; Mike Frysinger <vapier@g.o> wine-0.9.52.ebuild:
93 + Add USE=samba to force lazy people to upgrade their samba #195621 and
94 + auto-install the gecko cab when USE=gecko #197443 by Jacek Caban.
95
96 *wine-0.9.52 (28 Dec 2007)
97
98
99
100
101 --
102 gentoo-commits@g.o mailing list