diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-03 00:04:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-03 00:04:35 +0000 |
commit | f92480c1368e47fff9b30a8a526f9943bc2dcb29 (patch) | |
tree | fa9573849b756e670559479801d4547b49bde930 /app-emulation/wine | |
parent | document the winearts patch (diff) | |
download | gentoo-2-f92480c1368e47fff9b30a8a526f9943bc2dcb29.tar.gz gentoo-2-f92480c1368e47fff9b30a8a526f9943bc2dcb29.tar.bz2 gentoo-2-f92480c1368e47fff9b30a8a526f9943bc2dcb29.zip |
winearts patch hasnt been needed for a while
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/files/winearts-kdecvs-fix.patch | 20 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.2.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.3.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.4.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.5-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.6.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050111-r2.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050211.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050310-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050419.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050524.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050628.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050725-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050830.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050930.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 3 |
19 files changed, 18 insertions, 56 deletions
diff --git a/app-emulation/wine/files/winearts-kdecvs-fix.patch b/app-emulation/wine/files/winearts-kdecvs-fix.patch deleted file mode 100644 index 9ffd35741e77..000000000000 --- a/app-emulation/wine/files/winearts-kdecvs-fix.patch +++ /dev/null @@ -1,20 +0,0 @@ -http://bugs.gentoo.org/31557 -http://bugs.winehq.org/show_bug.cgi?id=2005 - -fixed upstream between the Wine-20040121 and Wine-20040213 release - -note: the way upstream fixed this was by first removing -pthread from -the output of `$ARTSCCONFIG --cflags` in configure.ac, and then later -by only grabbing recognized options from the output (like -I*) - ---- tools/makedep.c -+++ tools/makedep.c -@@ -504,6 +504,8 @@ - if (opt[2]) SrcDir = opt + 2; - else SrcDir = NULL; - break; -+ case 'p': -+ break; - case 'f': - if (opt[2]) OutputFileName = opt + 2; - break; diff --git a/app-emulation/wine/wine-0.9.1.ebuild b/app-emulation/wine/wine-0.9.1.ebuild index c3973e15c6e3..4b5aaee6d612 100644 --- a/app-emulation/wine/wine-0.9.1.ebuild +++ b/app-emulation/wine/wine-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.1.ebuild,v 1.7 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.1.ebuild,v 1.8 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-0.9.2.ebuild b/app-emulation/wine/wine-0.9.2.ebuild index 7c41e75f5c25..e7e88c4ac688 100644 --- a/app-emulation/wine/wine-0.9.2.ebuild +++ b/app-emulation/wine/wine-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.2.ebuild,v 1.7 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.2.ebuild,v 1.8 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-0.9.3.ebuild b/app-emulation/wine/wine-0.9.3.ebuild index f5c1a6e00514..3d5f7deb5f6a 100644 --- a/app-emulation/wine/wine-0.9.3.ebuild +++ b/app-emulation/wine/wine-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.3.ebuild,v 1.8 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.3.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-0.9.4.ebuild b/app-emulation/wine/wine-0.9.4.ebuild index cf155bc5ce0d..6d857542945e 100644 --- a/app-emulation/wine/wine-0.9.4.ebuild +++ b/app-emulation/wine/wine-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.4.ebuild,v 1.8 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.4.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-0.9.5-r1.ebuild b/app-emulation/wine/wine-0.9.5-r1.ebuild index a04c9f84950d..eb393d5e78c1 100644 --- a/app-emulation/wine/wine-0.9.5-r1.ebuild +++ b/app-emulation/wine/wine-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.5-r1.ebuild,v 1.4 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.5-r1.ebuild,v 1.5 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-0.9.6.ebuild b/app-emulation/wine/wine-0.9.6.ebuild index fb0e808bc5d6..64f532ee0ce8 100644 --- a/app-emulation/wine/wine-0.9.6.ebuild +++ b/app-emulation/wine/wine-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.6.ebuild,v 1.6 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.6.ebuild,v 1.7 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931 epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-0.9.ebuild b/app-emulation/wine/wine-0.9.ebuild index dfccf3b61a21..c8a87de409c1 100644 --- a/app-emulation/wine/wine-0.9.ebuild +++ b/app-emulation/wine/wine-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.ebuild,v 1.7 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.ebuild,v 1.8 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild index 8090cd07434f..38e62553cfb9 100644 --- a/app-emulation/wine/wine-20041019-r3.ebuild +++ b/app-emulation/wine/wine-20041019-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.24 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.25 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -56,7 +56,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20041019-alsa-headers.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch diff --git a/app-emulation/wine/wine-20050111-r2.ebuild b/app-emulation/wine/wine-20050111-r2.ebuild index 317ec2f8c652..69e4ff503cd4 100644 --- a/app-emulation/wine/wine-20050111-r2.ebuild +++ b/app-emulation/wine/wine-20050111-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r2.ebuild,v 1.8 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r2.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -56,7 +56,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch epatch "${FILESDIR}"/${P}-upstream-registry-fix.patch.bz2 #85387 - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch diff --git a/app-emulation/wine/wine-20050211.ebuild b/app-emulation/wine/wine-20050211.ebuild index 87b0b4525379..4b9bdf6499a8 100644 --- a/app-emulation/wine/wine-20050211.ebuild +++ b/app-emulation/wine/wine-20050211.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.22 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.23 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -78,7 +78,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 epatch "${FILESDIR}"/wine-20050211-docs.patch sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 diff --git a/app-emulation/wine/wine-20050310-r1.ebuild b/app-emulation/wine/wine-20050310-r1.ebuild index 13c50493d77d..a20007355872 100644 --- a/app-emulation/wine/wine-20050310-r1.ebuild +++ b/app-emulation/wine/wine-20050310-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.15 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.16 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -78,7 +78,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 epatch "${FILESDIR}"/wine-hangfix-bug2660.patch #98156 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-20050310-upstream-colortable.patch #88715 diff --git a/app-emulation/wine/wine-20050419.ebuild b/app-emulation/wine/wine-20050419.ebuild index 9be3cbc22b0e..1594ebc1372f 100644 --- a/app-emulation/wine/wine-20050419.ebuild +++ b/app-emulation/wine/wine-20050419.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.17 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.18 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -78,7 +78,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 epatch "${FILESDIR}"/wine-hangfix-bug2660.patch #98156 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 diff --git a/app-emulation/wine/wine-20050524.ebuild b/app-emulation/wine/wine-20050524.ebuild index 9e1eb206f73d..bc37cfe9a050 100644 --- a/app-emulation/wine/wine-20050524.ebuild +++ b/app-emulation/wine/wine-20050524.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.15 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.16 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -78,7 +78,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 epatch "${FILESDIR}"/wine-hangfix-bug2660.patch #98156 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 diff --git a/app-emulation/wine/wine-20050628.ebuild b/app-emulation/wine/wine-20050628.ebuild index 8564fa6ae08f..e95dfb7bc6fc 100644 --- a/app-emulation/wine/wine-20050628.ebuild +++ b/app-emulation/wine/wine-20050628.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050628.ebuild,v 1.10 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050628.ebuild,v 1.11 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -78,7 +78,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch diff --git a/app-emulation/wine/wine-20050725-r1.ebuild b/app-emulation/wine/wine-20050725-r1.ebuild index 9f0e8c58f98b..a383f32414fc 100644 --- a/app-emulation/wine/wine-20050725-r1.ebuild +++ b/app-emulation/wine/wine-20050725-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050725-r1.ebuild,v 1.8 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050725-r1.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -78,7 +78,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch diff --git a/app-emulation/wine/wine-20050830.ebuild b/app-emulation/wine/wine-20050830.ebuild index a5090049c736..578337772943 100644 --- a/app-emulation/wine/wine-20050830.ebuild +++ b/app-emulation/wine/wine-20050830.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050830.ebuild,v 1.7 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050830.ebuild,v 1.8 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -78,7 +78,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-20050930.ebuild b/app-emulation/wine/wine-20050930.ebuild index 603c95da5128..df0a77d4784a 100644 --- a/app-emulation/wine/wine-20050930.ebuild +++ b/app-emulation/wine/wine-20050930.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.12 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.13 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 72f53a4e71ca..91fe538e00a2 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.5 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.6 2006/02/03 00:04:35 vapier Exp $ ECVS_SERVER="cvs.winehq.org:/home/wine" ECVS_MODULE="wine" @@ -88,7 +88,6 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in sed -i '/^MimeType/d' tools/wine.desktop || die #117785 } |