summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-03 03:29:52 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-03 03:29:52 +0000
commitd1c2d6f7b3367efaa4408a3b294d8a51f49a9023 (patch)
tree3981942f692a2499580e5c7789544e20b2ab8a8e /app-emulation
parentStable on amd64 (diff)
downloadgentoo-2-d1c2d6f7b3367efaa4408a3b294d8a51f49a9023.tar.gz
gentoo-2-d1c2d6f7b3367efaa4408a3b294d8a51f49a9023.tar.bz2
gentoo-2-d1c2d6f7b3367efaa4408a3b294d8a51f49a9023.zip
drop alsa headers patch and add gentoo ssp patch
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/wine-0.9.7.ebuild3
-rw-r--r--app-emulation/wine/wine-9999.ebuild4
2 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-0.9.7.ebuild b/app-emulation/wine/wine-0.9.7.ebuild
index 9346815cf99e..eb7a93daace3 100644
--- a/app-emulation/wine/wine-0.9.7.ebuild
+++ b/app-emulation/wine/wine-0.9.7.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.7.ebuild,v 1.1 2006/02/03 00:06:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.7.ebuild,v 1.2 2006/02/03 03:29:52 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -81,7 +81,6 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
- #epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-gentoo-no-ssp.patch #66002
sed -i '/^MimeType/d' tools/wine.desktop || die #117785
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 91fe538e00a2..434ad882ed57 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.6 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.7 2006/02/03 03:29:52 vapier Exp $
ECVS_SERVER="cvs.winehq.org:/home/wine"
ECVS_MODULE="wine"
@@ -87,8 +87,8 @@ src_unpack() {
cvs_src_unpack
cd "${S}"
- epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
+ epatch "${FILESDIR}"/wine-gentoo-no-ssp.patch #66002
sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}