summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2003-02-05 21:20:30 +0000
committerTilman Klar <phoenix@gentoo.org>2003-02-05 21:20:30 +0000
commitbdb1d3e9fb9be53c9c73284e4d38fbdb37057878 (patch)
tree71b674e667e3a7a4ac22307029e95703cd208466 /app-emulation/wine
parentfilter -fomit-frame-pointer if gcc-2.95.3 is used. fixes #14768 (diff)
downloadhistorical-bdb1d3e9fb9be53c9c73284e4d38fbdb37057878.tar.gz
historical-bdb1d3e9fb9be53c9c73284e4d38fbdb37057878.tar.bz2
historical-bdb1d3e9fb9be53c9c73284e4d38fbdb37057878.zip
Fixed bug #14651, put wine-20021125 into x86.
Diffstat (limited to 'app-emulation/wine')
-rw-r--r--app-emulation/wine/ChangeLog13
-rw-r--r--app-emulation/wine/wine-20021125.ebuild11
-rw-r--r--app-emulation/wine/wine-20030115.ebuild9
3 files changed, 21 insertions, 12 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index df12a876e719..771c247acb9e 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,16 +1,23 @@
# ChangeLog for app-emulation/wine
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.27 2003/01/19 19:24:40 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.28 2003/02/05 21:20:30 phoenix Exp $
*wine-20030115 (19 Jan 2003)
+ 05 Feb 2003; phoen][x <phoenix@gentoo.org> wine-20030115.ebuild:
+ Modified X dependencies. You can build wine without X now (for commandline
+ applications) - this closes bug #14651.
+
19 Jan 2003; Luca Barbato <lu_zero@gentoo.org> : wine-20030115.ebuild
Version bump.
+*wine-20021125 (28 Nov 2002)
+
+ 05 Feb 2003; phoen][x <phoenix@gentoo.org> wine-20021125.ebuild:
+ Modified X dependencies. You can build wine without X now (for commandline
+ applications) - this closes bug #14651. Put this version into the stable profile.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*wine-20021125 (28 Nov 2002)
28 Nov 2002; phoen][x <phoenix@gentoo.org> wine-20021125.ebuild, ChangeLog,
files/wine-20021125-fake_windows.tar.bz2, files/wine-20021125-misc.tar.bz2 :
diff --git a/app-emulation/wine/wine-20021125.ebuild b/app-emulation/wine/wine-20021125.ebuild
index 5a0607bfebc2..a68e8793ade5 100644
--- a/app-emulation/wine/wine-20021125.ebuild
+++ b/app-emulation/wine/wine-20021125.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021125.ebuild,v 1.2 2002/12/09 04:17:42 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021125.ebuild,v 1.3 2003/02/05 21:20:30 phoenix Exp $
IUSE="nas arts cups opengl alsa"
@@ -9,14 +9,15 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.g
HOMEPAGE="http://www.winehq.com/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 -ppc -sparc "
-DEPEND="virtual/x11
- sys-devel/gcc
+KEYWORDS="x86 -ppc -sparc "
+DEPEND="sys-devel/gcc
sys-devel/flex
dev-util/yacc
- dev-lang/tcl dev-lang/tk
>=sys-libs/ncurses-5.2
>=media-libs/freetype-2.0.0
+ X? ( virtual/x11
+ dev-lang/tcl
+ dev-lang/tk )
arts? ( kde-base/arts )
alsa? ( media-libs/alsa-lib )
nas? ( media-libs/nas )
diff --git a/app-emulation/wine/wine-20030115.ebuild b/app-emulation/wine/wine-20030115.ebuild
index 760dee608898..c3c3e902d0e5 100644
--- a/app-emulation/wine/wine-20030115.ebuild
+++ b/app-emulation/wine/wine-20030115.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030115.ebuild,v 1.1 2003/01/19 19:24:40 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030115.ebuild,v 1.2 2003/02/05 21:20:30 phoenix Exp $
IUSE="nas arts cups opengl alsa"
@@ -10,13 +10,14 @@ HOMEPAGE="http://www.winehq.com/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 -ppc -sparc "
-DEPEND="virtual/x11
- sys-devel/gcc
+DEPEND="sys-devel/gcc
sys-devel/flex
dev-util/yacc
- dev-lang/tcl dev-lang/tk
>=sys-libs/ncurses-5.2
>=media-libs/freetype-2.0.0
+ X? ( virtual/x11
+ dev-lang/tcl
+ dev-lang/tk )
arts? ( kde-base/arts )
alsa? ( media-libs/alsa-lib )
nas? ( media-libs/nas )