diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-05 20:05:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-05 20:05:01 +0000 |
commit | 6bbd10627d6248f52fcce2c67d3126802c9e3c2d (patch) | |
tree | aaeeea46a47d3d201a2be96c95aeac9702adfc9c /app-emulation | |
parent | x86 stable, bug #338092 (diff) | |
download | gentoo-2-6bbd10627d6248f52fcce2c67d3126802c9e3c2d.tar.gz gentoo-2-6bbd10627d6248f52fcce2c67d3126802c9e3c2d.tar.bz2 gentoo-2-6bbd10627d6248f52fcce2c67d3126802c9e3c2d.zip |
Update pulseaudio patches #339794.
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.3.4.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 981c96c2f28c..c355342d8334 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.332 2010/10/05 02:08:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.333 2010/10/05 20:05:01 vapier Exp $ + + 05 Oct 2010; Mike Frysinger <vapier@gentoo.org> wine-1.3.4.ebuild, + wine-9999.ebuild: + Update pulseaudio patches #339794. *wine-1.3.4 (05 Oct 2010) diff --git a/app-emulation/wine/wine-1.3.4.ebuild b/app-emulation/wine/wine-1.3.4.ebuild index 02f356c8a5bf..b9b58e2b4efe 100644 --- a/app-emulation/wine/wine-1.3.4.ebuild +++ b/app-emulation/wine/wine-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.1 2010/10/05 02:08:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.2 2010/10/05 20:05:01 vapier Exp $ EAPI="2" @@ -20,7 +20,7 @@ else S=${WORKDIR}/${MY_P} fi -pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.38-winecfg}.patch ; } +pulse_patches() { echo "$1"/winepulse-{0.39,0.39-configure.ac,0.38-winecfg}.patch ; } GV="1.1.0" DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index a711cae5c3f4..1f7723289fdb 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.63 2010/09/25 05:35:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.64 2010/10/05 20:05:01 vapier Exp $ EAPI="2" @@ -20,7 +20,7 @@ else S=${WORKDIR}/${MY_P} fi -pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.38-winecfg}.patch ; } +pulse_patches() { echo "$1"/winepulse-{0.39,0.39-configure.ac,0.38-winecfg}.patch ; } GV="1.1.0" DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" |