summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-24 07:41:47 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-24 07:41:47 +0000
commitf3a82afdb4bfeb3bd7046d7bb4ea4b9eae1e71a7 (patch)
tree86f30c9f10be3d08efb65463b99cf435754abe4a /app-emulation
parenttouchups (diff)
downloadgentoo-2-f3a82afdb4bfeb3bd7046d7bb4ea4b9eae1e71a7.tar.gz
gentoo-2-f3a82afdb4bfeb3bd7046d7bb4ea4b9eae1e71a7.tar.bz2
gentoo-2-f3a82afdb4bfeb3bd7046d7bb4ea4b9eae1e71a7.zip
remove ddraw-gamma patch as the "bug" is in user config files, not the code
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/wine-0.9.10.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.11.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.12.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.13.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.14.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.15.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.6.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.7.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.8-r1.ebuild3
-rw-r--r--app-emulation/wine/wine-0.9.9.ebuild3
10 files changed, 10 insertions, 20 deletions
diff --git a/app-emulation/wine/wine-0.9.10.ebuild b/app-emulation/wine/wine-0.9.10.ebuild
index 65cb24fff30f..12c038823245 100644
--- a/app-emulation/wine/wine-0.9.10.ebuild
+++ b/app-emulation/wine/wine-0.9.10.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.10.ebuild,v 1.5 2006/06/10 22:52:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.10.ebuild,v 1.6 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -67,7 +67,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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-0.9.11.ebuild b/app-emulation/wine/wine-0.9.11.ebuild
index 99efd3902519..371acdb06ca1 100644
--- a/app-emulation/wine/wine-0.9.11.ebuild
+++ b/app-emulation/wine/wine-0.9.11.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.11.ebuild,v 1.6 2006/04/14 23:31:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild,v 1.7 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -66,7 +66,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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-0.9.12.ebuild b/app-emulation/wine/wine-0.9.12.ebuild
index f6b4b915d4d1..8ab74772942e 100644
--- a/app-emulation/wine/wine-0.9.12.ebuild
+++ b/app-emulation/wine/wine-0.9.12.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.12.ebuild,v 1.1 2006/04/14 23:43:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.12.ebuild,v 1.2 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -66,7 +66,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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-0.9.13.ebuild b/app-emulation/wine/wine-0.9.13.ebuild
index 212509b67a79..7dfb231db9e3 100644
--- a/app-emulation/wine/wine-0.9.13.ebuild
+++ b/app-emulation/wine/wine-0.9.13.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.13.ebuild,v 1.1 2006/05/12 03:27:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild,v 1.2 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -66,7 +66,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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-0.9.14.ebuild b/app-emulation/wine/wine-0.9.14.ebuild
index fb85d7324493..d4c14a78c1a5 100644
--- a/app-emulation/wine/wine-0.9.14.ebuild
+++ b/app-emulation/wine/wine-0.9.14.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.14.ebuild,v 1.1 2006/05/25 21:56:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.14.ebuild,v 1.2 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -66,7 +66,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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-0.9.15.ebuild b/app-emulation/wine/wine-0.9.15.ebuild
index bef31caec17a..7f8e4b748147 100644
--- a/app-emulation/wine/wine-0.9.15.ebuild
+++ b/app-emulation/wine/wine-0.9.15.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.15.ebuild,v 1.7 2006/06/20 21:38:46 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild,v 1.8 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -63,7 +63,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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-0.9.6.ebuild b/app-emulation/wine/wine-0.9.6.ebuild
index 4fd6911e3c7a..5ce4f6e32fa1 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.10 2006/04/02 20:11:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.6.ebuild,v 1.11 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -80,7 +80,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
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-no-ssp.patch #66002
diff --git a/app-emulation/wine/wine-0.9.7.ebuild b/app-emulation/wine/wine-0.9.7.ebuild
index ffeee651dd59..7ad551f22654 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.7 2006/04/02 20:11:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.7.ebuild,v 1.8 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -66,7 +66,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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-0.9.8-r1.ebuild b/app-emulation/wine/wine-0.9.8-r1.ebuild
index ba72a6d5eb86..5d2cc763d43f 100644
--- a/app-emulation/wine/wine-0.9.8-r1.ebuild
+++ b/app-emulation/wine/wine-0.9.8-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.8-r1.ebuild,v 1.7 2006/04/02 20:11:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.8-r1.ebuild,v 1.8 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -66,7 +66,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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-0.9.9.ebuild b/app-emulation/wine/wine-0.9.9.ebuild
index 33836b076e2b..f0734ff335ba 100644
--- a/app-emulation/wine/wine-0.9.9.ebuild
+++ b/app-emulation/wine/wine-0.9.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.9.ebuild,v 1.5 2006/04/09 17:49:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild,v 1.6 2006/06/24 07:41:47 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -67,7 +67,6 @@ src_unpack() {
unpack wine-${PV}.tar.bz2
cd "${S}"
- epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931
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