Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.7.4.ebuild wine-9999.ebuild ChangeLog
Date: Sun, 01 Dec 2013 09:45:13
Message-Id: 20131201094509.D3F802004B@flycatcher.gentoo.org
1 mgorny 13/12/01 09:45:09
2
3 Modified: wine-1.7.4.ebuild wine-9999.ebuild ChangeLog
4 Log:
5 Support multilib pulseaudio aside of emul-linux.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.4 app-emulation/wine/wine-1.7.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.7.4.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.7.4.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.7.4.ebuild?r1=1.3&r2=1.4
15
16 Index: wine-1.7.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.4.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- wine-1.7.4.ebuild 15 Oct 2013 17:53:38 -0000 1.3
23 +++ wine-1.7.4.ebuild 1 Dec 2013 09:45:09 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.4.ebuild,v 1.3 2013/10/15 17:53:38 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.4.ebuild,v 1.4 2013/12/01 09:45:09 mgorny Exp $
29
30 EAPI="5"
31
32 @@ -189,7 +189,12 @@
33 )
34 )"
35 [[ ${PV} == "9999" ]] || COMMON_DEPEND="${COMMON_DEPEND}
36 - amd64? ( abi_x86_32? ( pulseaudio? ( app-emulation/emul-linux-x86-soundlibs[development] ) ) )"
37 + amd64? ( abi_x86_32? ( pulseaudio? (
38 + || (
39 + app-emulation/emul-linux-x86-soundlibs[development]
40 + >=media-sound/pulseaudio-4.0-r1[abi_x86_32]
41 + )
42 + ) ) )"
43
44 RDEPEND="${COMMON_DEPEND}
45 dos? ( games-emulation/dosbox )
46
47
48
49 1.158 app-emulation/wine/wine-9999.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.158&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.158&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.157&r2=1.158
54
55 Index: wine-9999.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
58 retrieving revision 1.157
59 retrieving revision 1.158
60 diff -u -r1.157 -r1.158
61 --- wine-9999.ebuild 15 Oct 2013 17:53:38 -0000 1.157
62 +++ wine-9999.ebuild 1 Dec 2013 09:45:09 -0000 1.158
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2013 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.157 2013/10/15 17:53:38 tetromino Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.158 2013/12/01 09:45:09 mgorny Exp $
68
69 EAPI="5"
70
71 @@ -189,7 +189,12 @@
72 )
73 )"
74 [[ ${PV} == "9999" ]] || COMMON_DEPEND="${COMMON_DEPEND}
75 - amd64? ( abi_x86_32? ( pulseaudio? ( app-emulation/emul-linux-x86-soundlibs[development] ) ) )"
76 + amd64? ( abi_x86_32? ( pulseaudio? (
77 + || (
78 + app-emulation/emul-linux-x86-soundlibs[development]
79 + >=media-sound/pulseaudio-4.0-r1[abi_x86_32]
80 + )
81 + ) ) )"
82
83 RDEPEND="${COMMON_DEPEND}
84 dos? ( games-emulation/dosbox )
85
86
87
88 1.486 app-emulation/wine/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.486&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.486&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.485&r2=1.486
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
97 retrieving revision 1.485
98 retrieving revision 1.486
99 diff -u -r1.485 -r1.486
100 --- ChangeLog 15 Oct 2013 18:03:07 -0000 1.485
101 +++ ChangeLog 1 Dec 2013 09:45:09 -0000 1.486
102 @@ -1,6 +1,10 @@
103 # ChangeLog for app-emulation/wine
104 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.485 2013/10/15 18:03:07 tetromino Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.486 2013/12/01 09:45:09 mgorny Exp $
107 +
108 + 01 Dec 2013; Michał Górny <mgorny@g.o> wine-1.7.4.ebuild,
109 + wine-9999.ebuild:
110 + Support multilib pulseaudio aside of emul-linux.
111
112 15 Oct 2013; Alexandre Rostovtsev <tetromino@g.o> wine-1.6.ebuild,
113 wine-1.7.0.ebuild, wine-1.7.3.ebuild, wine-1.7.4.ebuild, wine-9999.ebuild: