summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-30 03:21:53 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-30 03:21:53 +0000
commitfec4a174adf9429b1a9e42bc6372f70e823a75bd (patch)
treef68811dc477b9ef8a0843b55f4e2eef04f9cd7ce /app-emulation
parentsync IUSE (-doc) (Manifest recommit) (diff)
downloadgentoo-2-fec4a174adf9429b1a9e42bc6372f70e823a75bd.tar.gz
gentoo-2-fec4a174adf9429b1a9e42bc6372f70e823a75bd.tar.bz2
gentoo-2-fec4a174adf9429b1a9e42bc6372f70e823a75bd.zip
sync IUSE (+X), add sed-4 dep
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/ChangeLog7
-rw-r--r--app-emulation/wine/wine-20040121.ebuild7
-rw-r--r--app-emulation/wine/wine-20040213.ebuild7
-rw-r--r--app-emulation/wine/wine-20040309.ebuild7
-rw-r--r--app-emulation/wine/wine-20040408-r1.ebuild7
-rw-r--r--app-emulation/wine/wine-20040408.ebuild7
-rw-r--r--app-emulation/wine/wine-20040505.ebuild7
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