diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-04 22:23:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-04 22:23:16 +0000 |
commit | c0c99607b6609d9791bfbfb56894f8a3cc70ab24 (patch) | |
tree | d9af61931137effcc7105318ee2debd9bf5daa03 /app-emulation | |
parent | Fix atom. (diff) | |
download | gentoo-2-c0c99607b6609d9791bfbfb56894f8a3cc70ab24.tar.gz gentoo-2-c0c99607b6609d9791bfbfb56894f8a3cc70ab24.tar.bz2 gentoo-2-c0c99607b6609d9791bfbfb56894f8a3cc70ab24.zip |
Drop USE=debug since it is no longer supported in the source code.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 12 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.13.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.14.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.15.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.16.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.17.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.18.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.19.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.20.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.21.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.22.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.23.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.24.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.25.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.26.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.27.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.28.ebuild | 8 |
17 files changed, 58 insertions, 82 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 535108489bf5..1729def1045c 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/wine -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.163 2006/12/23 08:42:25 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.164 2007/01/04 22:23:16 vapier Exp $ + + 04 Jan 2007; Mike Frysinger <vapier@gentoo.org> wine-0.9.13.ebuild, + wine-0.9.14.ebuild, wine-0.9.15.ebuild, wine-0.9.16.ebuild, + wine-0.9.17.ebuild, wine-0.9.18.ebuild, wine-0.9.19.ebuild, + wine-0.9.20.ebuild, wine-0.9.21.ebuild, wine-0.9.22.ebuild, + wine-0.9.23.ebuild, wine-0.9.24.ebuild, wine-0.9.25.ebuild, + wine-0.9.26.ebuild, wine-0.9.27.ebuild, wine-0.9.28.ebuild: + Drop USE=debug since it is no longer supported in the source code. *wine-0.9.28 (23 Dec 2006) diff --git a/app-emulation/wine/wine-0.9.13.ebuild b/app-emulation/wine/wine-0.9.13.ebuild index 4e08d771545e..c1a9f80ecad8 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 +# Copyright 1999-2007 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.7 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild,v 1.8 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups debug esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner truetype xml X" +IUSE="alsa arts cups esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner truetype xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.14.ebuild b/app-emulation/wine/wine-0.9.14.ebuild index 57cb56c0f61c..54eeb80d97c9 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 +# Copyright 1999-2007 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.7 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.14.ebuild,v 1.8 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups debug esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner truetype xml X" +IUSE="alsa arts cups esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner truetype xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.15.ebuild b/app-emulation/wine/wine-0.9.15.ebuild index cd27cde1fe56..8d28d0ecd29a 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 +# Copyright 1999-2007 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.13 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild,v 1.14 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups debug esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner truetype xml X" +IUSE="alsa arts cups esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner truetype xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -103,8 +103,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.16.ebuild b/app-emulation/wine/wine-0.9.16.ebuild index a8b819b399e4..5573562bf34b 100644 --- a/app-emulation/wine/wine-0.9.16.ebuild +++ b/app-emulation/wine/wine-0.9.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild,v 1.7 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild,v 1.8 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups debug esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -101,8 +101,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.17.ebuild b/app-emulation/wine/wine-0.9.17.ebuild index cda7ec8f19b8..150e4a94a743 100644 --- a/app-emulation/wine/wine-0.9.17.ebuild +++ b/app-emulation/wine/wine-0.9.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.17.ebuild,v 1.5 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.17.ebuild,v 1.6 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups debug esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -101,8 +101,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.18.ebuild b/app-emulation/wine/wine-0.9.18.ebuild index 9a30ecaab64d..0ceaaeadd10a 100644 --- a/app-emulation/wine/wine-0.9.18.ebuild +++ b/app-emulation/wine/wine-0.9.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.18.ebuild,v 1.6 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.18.ebuild,v 1.7 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.19.ebuild b/app-emulation/wine/wine-0.9.19.ebuild index 8cc45e90ee95..cd7174ae3849 100644 --- a/app-emulation/wine/wine-0.9.19.ebuild +++ b/app-emulation/wine/wine-0.9.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.19.ebuild,v 1.6 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.19.ebuild,v 1.7 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.20.ebuild b/app-emulation/wine/wine-0.9.20.ebuild index e51c1427f4a2..fa63213bb315 100644 --- a/app-emulation/wine/wine-0.9.20.ebuild +++ b/app-emulation/wine/wine-0.9.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild,v 1.4 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild,v 1.5 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.21.ebuild b/app-emulation/wine/wine-0.9.21.ebuild index be944854940c..bf2666ec94e7 100644 --- a/app-emulation/wine/wine-0.9.21.ebuild +++ b/app-emulation/wine/wine-0.9.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.21.ebuild,v 1.4 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.21.ebuild,v 1.5 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.22.ebuild b/app-emulation/wine/wine-0.9.22.ebuild index abca5efc6dea..7b9c781d903d 100644 --- a/app-emulation/wine/wine-0.9.22.ebuild +++ b/app-emulation/wine/wine-0.9.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.22.ebuild,v 1.3 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.22.ebuild,v 1.4 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.23.ebuild b/app-emulation/wine/wine-0.9.23.ebuild index b9f701dad6fb..9b7ec88ae62e 100644 --- a/app-emulation/wine/wine-0.9.23.ebuild +++ b/app-emulation/wine/wine-0.9.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild,v 1.2 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild,v 1.3 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.24.ebuild b/app-emulation/wine/wine-0.9.24.ebuild index c9ee27cd7f46..78a4173f31ae 100644 --- a/app-emulation/wine/wine-0.9.24.ebuild +++ b/app-emulation/wine/wine-0.9.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild,v 1.2 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild,v 1.3 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.25.ebuild b/app-emulation/wine/wine-0.9.25.ebuild index f186d93adeed..22553200fddc 100644 --- a/app-emulation/wine/wine-0.9.25.ebuild +++ b/app-emulation/wine/wine-0.9.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.25.ebuild,v 1.2 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.25.ebuild,v 1.3 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.26.ebuild b/app-emulation/wine/wine-0.9.26.ebuild index 6c48ae118dc6..84e43a6b7383 100644 --- a/app-emulation/wine/wine-0.9.26.ebuild +++ b/app-emulation/wine/wine-0.9.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.26.ebuild,v 1.2 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.26.ebuild,v 1.3 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.27.ebuild b/app-emulation/wine/wine-0.9.27.ebuild index 043c6820bd2f..0731cc9479c9 100644 --- a/app-emulation/wine/wine-0.9.27.ebuild +++ b/app-emulation/wine/wine-0.9.27.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild,v 1.2 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild,v 1.3 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" diff --git a/app-emulation/wine/wine-0.9.28.ebuild b/app-emulation/wine/wine-0.9.28.ebuild index 022792cf085f..465d56d92b5d 100644 --- a/app-emulation/wine/wine-0.9.28.ebuild +++ b/app-emulation/wine/wine-0.9.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.28.ebuild,v 1.2 2007/01/04 22:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.28.ebuild,v 1.3 2007/01/04 22:23:16 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -105,8 +105,6 @@ src_compile() { $(use_with ncurses curses) \ $(use_with opengl) \ $(use_with X x) \ - $(use_enable debug trace) \ - $(use_enable debug) \ || die "configure failed" emake -j1 depend || die "depend" |