summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/wine/ChangeLog9
-rw-r--r--app-emulation/wine/wine-1.1.30.ebuild3
-rw-r--r--app-emulation/wine/wine-1.1.31.ebuild3
-rw-r--r--app-emulation/wine/wine-1.1.32.ebuild3
-rw-r--r--app-emulation/wine/wine-1.1.33.ebuild3
-rw-r--r--app-emulation/wine/wine-1.1.34.ebuild3
-rw-r--r--app-emulation/wine/wine-1.1.35.ebuild3
-rw-r--r--app-emulation/wine/wine-1.1.36.ebuild3
-rw-r--r--app-emulation/wine/wine-1.1.37.ebuild3
-rw-r--r--app-emulation/wine/wine-1.1.38.ebuild3
-rw-r--r--app-emulation/wine/wine-9999.ebuild5
11 files changed, 29 insertions, 12 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index cdf9b2d07865..75a9f5e2455c 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,13 @@
# 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.294 2010/02/09 20:47:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.295 2010/03/05 17:42:49 vapier Exp $
+
+ 05 Mar 2010; Mike Frysinger <vapier@gentoo.org> wine-1.1.30.ebuild,
+ wine-1.1.31.ebuild, wine-1.1.32.ebuild, wine-1.1.33.ebuild,
+ wine-1.1.34.ebuild, wine-1.1.35.ebuild, wine-1.1.36.ebuild,
+ wine-1.1.37.ebuild, wine-1.1.38.ebuild, wine-9999.ebuild:
+ Patch by Nikos Chantziaras to pull in emul-linux-x86-sdl on amd64 multilib
+ systems when USE=openal.
*wine-1.1.38 (09 Feb 2010)
diff --git a/app-emulation/wine/wine-1.1.30.ebuild b/app-emulation/wine/wine-1.1.30.ebuild
index 775cf47ff9f9..817daa7cfb0b 100644
--- a/app-emulation/wine/wine-1.1.30.ebuild
+++ b/app-emulation/wine/wine-1.1.30.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.1.30.ebuild,v 1.8 2010/01/26 18:33:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.30.ebuild,v 1.9 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -71,6 +71,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )"
diff --git a/app-emulation/wine/wine-1.1.31.ebuild b/app-emulation/wine/wine-1.1.31.ebuild
index 76871b384f6f..f488bcc47f42 100644
--- a/app-emulation/wine/wine-1.1.31.ebuild
+++ b/app-emulation/wine/wine-1.1.31.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.1.31.ebuild,v 1.7 2010/01/26 18:33:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.31.ebuild,v 1.8 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )"
diff --git a/app-emulation/wine/wine-1.1.32.ebuild b/app-emulation/wine/wine-1.1.32.ebuild
index b1ad7f7193c7..def793ed9be2 100644
--- a/app-emulation/wine/wine-1.1.32.ebuild
+++ b/app-emulation/wine/wine-1.1.32.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.1.32.ebuild,v 1.7 2010/01/26 18:33:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.32.ebuild,v 1.8 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )"
diff --git a/app-emulation/wine/wine-1.1.33.ebuild b/app-emulation/wine/wine-1.1.33.ebuild
index f034b15d9b30..499679b0140d 100644
--- a/app-emulation/wine/wine-1.1.33.ebuild
+++ b/app-emulation/wine/wine-1.1.33.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.1.33.ebuild,v 1.7 2010/01/26 18:33:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.33.ebuild,v 1.8 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )
diff --git a/app-emulation/wine/wine-1.1.34.ebuild b/app-emulation/wine/wine-1.1.34.ebuild
index 3e09c89ebbbd..4605d717d208 100644
--- a/app-emulation/wine/wine-1.1.34.ebuild
+++ b/app-emulation/wine/wine-1.1.34.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.1.34.ebuild,v 1.6 2010/01/26 18:33:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.34.ebuild,v 1.7 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )
diff --git a/app-emulation/wine/wine-1.1.35.ebuild b/app-emulation/wine/wine-1.1.35.ebuild
index 24b5aae64407..48d03a91bb1c 100644
--- a/app-emulation/wine/wine-1.1.35.ebuild
+++ b/app-emulation/wine/wine-1.1.35.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.1.35.ebuild,v 1.4 2010/01/26 18:33:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.35.ebuild,v 1.5 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )
diff --git a/app-emulation/wine/wine-1.1.36.ebuild b/app-emulation/wine/wine-1.1.36.ebuild
index 162ebe47f0bf..d88a7819f1a1 100644
--- a/app-emulation/wine/wine-1.1.36.ebuild
+++ b/app-emulation/wine/wine-1.1.36.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.1.36.ebuild,v 1.1 2010/01/13 13:11:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.36.ebuild,v 1.2 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )
diff --git a/app-emulation/wine/wine-1.1.37.ebuild b/app-emulation/wine/wine-1.1.37.ebuild
index f42dec76f68e..0bb93ab73727 100644
--- a/app-emulation/wine/wine-1.1.37.ebuild
+++ b/app-emulation/wine/wine-1.1.37.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.1.37.ebuild,v 1.1 2010/01/26 18:34:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.37.ebuild,v 1.2 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )
diff --git a/app-emulation/wine/wine-1.1.38.ebuild b/app-emulation/wine/wine-1.1.38.ebuild
index d5f81de4ca74..d474e6314e3e 100644
--- a/app-emulation/wine/wine-1.1.38.ebuild
+++ b/app-emulation/wine/wine-1.1.38.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.1.38.ebuild,v 1.1 2010/02/09 20:47:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.38.ebuild,v 1.2 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 0f8e76e939d3..78c14c79c68a 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.51 2009/12/29 06:04:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.52 2010/03/05 17:42:49 vapier Exp $
EAPI="2"
@@ -70,6 +70,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
+ openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )