diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 03:21:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 03:21:53 +0000 |
commit | 793bdb1bf98c04270148ac2e83c128c2f504b5a0 (patch) | |
tree | cd981249abfd1860b0671a58fd192e3a4b1e8447 /app-emulation | |
parent | stable on x86, alpha, ia64 (diff) | |
download | historical-793bdb1bf98c04270148ac2e83c128c2f504b5a0.tar.gz historical-793bdb1bf98c04270148ac2e83c128c2f504b5a0.tar.bz2 historical-793bdb1bf98c04270148ac2e83c128c2f504b5a0.zip |
sync IUSE (+X), add sed-4 dep
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20040121.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20040213.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20040309.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20040408-r1.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20040408.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20040505.ebuild | 7 |
7 files changed, 30 insertions, 19 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 89a4d405c006..b5c5e52ca35b 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/wine # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.71 2004/06/29 16:19:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.72 2004/06/30 03:21:53 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> wine-20040121.ebuild, + wine-20040213.ebuild, wine-20040309.ebuild, wine-20040408-r1.ebuild, + wine-20040408.ebuild, wine-20040505.ebuild: + sync IUSE (+X), add sed-4 dep *wine-20040505 (29 Jun 2004) diff --git a/app-emulation/wine/wine-20040121.ebuild b/app-emulation/wine/wine-20040121.ebuild index be6b39f75122..178d21366b94 100644 --- a/app-emulation/wine/wine-20040121.ebuild +++ b/app-emulation/wine/wine-20040121.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040121.ebuild,v 1.4 2004/06/24 22:36:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040121.ebuild,v 1.5 2004/06/30 03:21:53 agriffis Exp $ inherit eutils base @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="-* x86" -IUSE="nas arts cups opengl alsa tcltk nptl debug" +IUSE="X alsa arts cups debug nas nptl opengl tcltk" DEPEND="sys-devel/gcc sys-devel/flex @@ -25,7 +25,8 @@ DEPEND="sys-devel/gcc alsa? ( media-libs/alsa-lib ) nas? ( media-libs/nas ) cups? ( net-print/cups ) - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + >=sys-apps/sed-4" src_unpack() { unpack Wine-${PV}.tar.gz diff --git a/app-emulation/wine/wine-20040213.ebuild b/app-emulation/wine/wine-20040213.ebuild index c67da38af0c3..2caf772fbea0 100644 --- a/app-emulation/wine/wine-20040213.ebuild +++ b/app-emulation/wine/wine-20040213.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040213.ebuild,v 1.3 2004/06/24 22:36:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040213.ebuild,v 1.4 2004/06/30 03:21:53 agriffis Exp $ inherit eutils base @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~x86" -IUSE="nas arts cups opengl alsa tcltk nptl debug" +IUSE="X alsa arts cups debug nas nptl opengl tcltk" DEPEND="sys-devel/gcc sys-devel/flex @@ -25,7 +25,8 @@ DEPEND="sys-devel/gcc alsa? ( media-libs/alsa-lib ) nas? ( media-libs/nas ) cups? ( net-print/cups ) - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + >=sys-apps/sed-4" src_unpack() { unpack Wine-${PV}.tar.gz diff --git a/app-emulation/wine/wine-20040309.ebuild b/app-emulation/wine/wine-20040309.ebuild index df65add8670c..a444a6af55ea 100644 --- a/app-emulation/wine/wine-20040309.ebuild +++ b/app-emulation/wine/wine-20040309.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040309.ebuild,v 1.3 2004/06/24 22:36:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040309.ebuild,v 1.4 2004/06/30 03:21:53 agriffis Exp $ inherit eutils base @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~x86" -IUSE="nas arts cups opengl alsa tcltk nptl debug" +IUSE="X alsa arts cups debug nas nptl opengl tcltk" DEPEND="sys-devel/gcc sys-devel/flex @@ -25,7 +25,8 @@ DEPEND="sys-devel/gcc alsa? ( media-libs/alsa-lib ) nas? ( media-libs/nas ) cups? ( net-print/cups ) - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + >=sys-apps/sed-4" src_unpack() { unpack Wine-${PV}.tar.gz diff --git a/app-emulation/wine/wine-20040408-r1.ebuild b/app-emulation/wine/wine-20040408-r1.ebuild index 33ef63c47b8b..c89975c740ba 100644 --- a/app-emulation/wine/wine-20040408-r1.ebuild +++ b/app-emulation/wine/wine-20040408-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040408-r1.ebuild,v 1.2 2004/06/29 16:19:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040408-r1.ebuild,v 1.3 2004/06/30 03:21:53 agriffis Exp $ inherit eutils base @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 -*" -IUSE="nas arts cups opengl alsa tcltk nptl debug" +IUSE="X alsa arts cups debug nas nptl opengl tcltk" DEPEND="sys-devel/gcc sys-devel/flex @@ -25,7 +25,8 @@ DEPEND="sys-devel/gcc alsa? ( media-libs/alsa-lib ) nas? ( media-libs/nas ) cups? ( net-print/cups ) - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + >=sys-apps/sed-4" src_unpack() { unpack Wine-${PV}.tar.gz diff --git a/app-emulation/wine/wine-20040408.ebuild b/app-emulation/wine/wine-20040408.ebuild index 06f1f94c813f..777d1273de3a 100644 --- a/app-emulation/wine/wine-20040408.ebuild +++ b/app-emulation/wine/wine-20040408.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040408.ebuild,v 1.3 2004/06/24 22:36:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040408.ebuild,v 1.4 2004/06/30 03:21:53 agriffis Exp $ inherit eutils base @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~x86" -IUSE="nas arts cups opengl alsa tcltk nptl debug" +IUSE="X alsa arts cups debug nas nptl opengl tcltk" DEPEND="sys-devel/gcc sys-devel/flex @@ -25,7 +25,8 @@ DEPEND="sys-devel/gcc alsa? ( media-libs/alsa-lib ) nas? ( media-libs/nas ) cups? ( net-print/cups ) - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + >=sys-apps/sed-4" src_unpack() { unpack Wine-${PV}.tar.gz diff --git a/app-emulation/wine/wine-20040505.ebuild b/app-emulation/wine/wine-20040505.ebuild index 858e709cfcbe..45051a8a6245 100644 --- a/app-emulation/wine/wine-20040505.ebuild +++ b/app-emulation/wine/wine-20040505.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040505.ebuild,v 1.1 2004/06/29 16:19:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040505.ebuild,v 1.2 2004/06/30 03:21:53 agriffis Exp $ inherit eutils base @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 -*" -IUSE="nas arts cups opengl alsa tcltk nptl debug" +IUSE="X alsa arts cups debug nas nptl opengl tcltk" DEPEND="sys-devel/gcc sys-devel/flex @@ -25,7 +25,8 @@ DEPEND="sys-devel/gcc alsa? ( media-libs/alsa-lib ) nas? ( media-libs/nas ) cups? ( net-print/cups ) - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + >=sys-apps/sed-4" src_unpack() { unpack Wine-${PV}.tar.gz |