summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-05 15:15:51 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-05 15:15:51 +0000
commitae7bbc6079042d7a1cb2008c883a654c18d01fb7 (patch)
tree5f6090445139eb9121b216cfa82b15971c964051 /app-emulation
parentneed eutils for epatch (diff)
downloadgentoo-2-ae7bbc6079042d7a1cb2008c883a654c18d01fb7.tar.gz
gentoo-2-ae7bbc6079042d7a1cb2008c883a654c18d01fb7.tar.bz2
gentoo-2-ae7bbc6079042d7a1cb2008c883a654c18d01fb7.zip
need eutils for epatch
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dosemu/dosemu-1.1.3-r1.ebuild13
-rw-r--r--app-emulation/dosemu/dosemu-1.1.4.15.ebuild11
-rw-r--r--app-emulation/dosemu/dosemu-1.1.4.ebuild13
-rw-r--r--app-emulation/dosemu/dosemu-1.1.5-r1.ebuild17
-rw-r--r--app-emulation/dosemu/dosemu-1.1.5.ebuild17
-rw-r--r--app-emulation/fceultra/fceultra-096.ebuild4
-rw-r--r--app-emulation/frodo/frodo-4.1.ebuild17
-rw-r--r--app-emulation/nwwine/nwwine-20030618.ebuild4
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237-r1.ebuild9
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237.ebuild7
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-4.0.0.4460-r1.ebuild7
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-4.0.1.5289.ebuild7
-rw-r--r--app-emulation/xmame/xmame-0.69.1.ebuild7
-rw-r--r--app-emulation/xmame/xmame-0.70.1.ebuild6
-rw-r--r--app-emulation/xmess/xmess-0.70.1.ebuild6
15 files changed, 71 insertions, 74 deletions
diff --git a/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild b/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild
index 4aab17225daa..598e409e277e 100644
--- a/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild
+++ b/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild,v 1.12 2003/02/13 07:13:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild,v 1.13 2003/08/05 15:15:50 vapier Exp $
-IUSE="X svga"
-
-S=${WORKDIR}/${P}
DESCRIPTION="DOS Emulator"
+HOMEPAGE="http://www.dosemu.org/"
SRC_URI="mirror://sourceforge/dosemu/${PN}-freedos-bin.tgz
mirror://sourceforge/dosemu/${P}.tgz"
-HOMEPAGE="http://www.dosemu.org/"
+
LICENSE="GPL-2 | LGPL-2.1"
-KEYWORDS="x86 -ppc"
SLOT="0"
+KEYWORDS="x86 -ppc"
+IUSE="X svga"
+
DEPEND="X? ( virtual/x11 )
svga? ( media-libs/svgalib )"
+
src_compile() {
### We make base-configure executable here, so that we can pretend its our
diff --git a/app-emulation/dosemu/dosemu-1.1.4.15.ebuild b/app-emulation/dosemu/dosemu-1.1.4.15.ebuild
index da36de87673a..21d72fab9898 100644
--- a/app-emulation/dosemu/dosemu-1.1.4.15.ebuild
+++ b/app-emulation/dosemu/dosemu-1.1.4.15.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.4.15.ebuild,v 1.2 2003/06/29 20:06:54 aliz Exp $
-
-IUSE="X svga"
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.4.15.ebuild,v 1.3 2003/08/05 15:15:50 vapier Exp $
MAJOR_PV=${PV%.[0-9]*}
MINOR_PV=${PV##[0-9]*.}
S=${WORKDIR}/${PN}-${MAJOR_PV}
DESCRIPTION="DOS Emulator"
+HOMEPAGE="http://www.dosemu.org/"
SRC_URI="mirror://sourceforge/dosemu/${PN}-freedos-bin.tgz
mirror://sourceforge/dosemu/${PN}-${MAJOR_PV}.tgz
http://dosemu.sourceforge.net/testing/patchset-${PV}.tgz"
-HOMEPAGE="http://www.dosemu.org/"
+
LICENSE="GPL-2 | LGPL-2.1"
-KEYWORDS="x86 -ppc"
SLOT="0"
+KEYWORDS="x86 -ppc"
+IUSE="X svga"
+
DEPEND="X? ( virtual/x11 )
svga? ( media-libs/svgalib )
sys-libs/slang"
diff --git a/app-emulation/dosemu/dosemu-1.1.4.ebuild b/app-emulation/dosemu/dosemu-1.1.4.ebuild
index 71783637bc0e..db1ccfa451f2 100644
--- a/app-emulation/dosemu/dosemu-1.1.4.ebuild
+++ b/app-emulation/dosemu/dosemu-1.1.4.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.4.ebuild,v 1.4 2003/06/29 20:06:54 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.4.ebuild,v 1.5 2003/08/05 15:15:50 vapier Exp $
-IUSE="X svga"
-
-S=${WORKDIR}/${P}
DESCRIPTION="DOS Emulator"
+HOMEPAGE="http://www.dosemu.org/"
SRC_URI="mirror://sourceforge/dosemu/${PN}-freedos-bin.tgz
mirror://sourceforge/dosemu/${P}.tgz"
-HOMEPAGE="http://www.dosemu.org/"
+
LICENSE="GPL-2 | LGPL-2.1"
-KEYWORDS="x86 -ppc"
SLOT="0"
+KEYWORDS="x86 -ppc"
+IUSE="X svga"
+
DEPEND="X? ( virtual/x11 )
svga? ( media-libs/svgalib )"
+
src_compile() {
### We make base-configure executable here, so that we can pretend its our
diff --git a/app-emulation/dosemu/dosemu-1.1.5-r1.ebuild b/app-emulation/dosemu/dosemu-1.1.5-r1.ebuild
index c58f7b2a98f6..bca913fad88f 100644
--- a/app-emulation/dosemu/dosemu-1.1.5-r1.ebuild
+++ b/app-emulation/dosemu/dosemu-1.1.5-r1.ebuild
@@ -1,18 +1,20 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.5-r1.ebuild,v 1.1 2003/06/20 17:47:41 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.5-r1.ebuild,v 1.2 2003/08/05 15:15:50 vapier Exp $
-IUSE="X svga"
+inherit eutils
P_FD=dosemu-freedos-b8p-bin
-S=${WORKDIR}/${P}
DESCRIPTION="DOS Emulator"
+HOMEPAGE="http://www.dosemu.org/"
SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz
mirror://sourceforge/dosemu/${P}.tgz"
-HOMEPAGE="http://www.dosemu.org/"
+
LICENSE="GPL-2 | LGPL-2.1"
-KEYWORDS="~x86 -ppc"
SLOT="0"
+KEYWORDS="~x86 -ppc"
+IUSE="X svga"
+
DEPEND="X? ( virtual/x11 )
svga? ( media-libs/svgalib )
sys-libs/slang"
@@ -26,7 +28,6 @@ src_unpack() {
}
src_compile() {
-
local myflags
### mitshm will bork ./base-configure entirely, so we disable it here
@@ -45,8 +46,7 @@ src_compile() {
emake CFLAGS="${CFLAGS}" dosbin || die "DOSbin Make Failed"
}
-src_install () {
-
+src_install() {
make DESTDIR=${D} install || die
doman man/*.1
@@ -57,4 +57,3 @@ src_install () {
# freedos tarball is needed in /usr/share/dosemu
cp ${DISTDIR}/${P_FD}.tgz ${D}/usr/share/dosemu/dosemu-freedos-bin.tgz
}
-
diff --git a/app-emulation/dosemu/dosemu-1.1.5.ebuild b/app-emulation/dosemu/dosemu-1.1.5.ebuild
index 5d58b326088f..468485e6eca5 100644
--- a/app-emulation/dosemu/dosemu-1.1.5.ebuild
+++ b/app-emulation/dosemu/dosemu-1.1.5.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.5.ebuild,v 1.2 2003/06/18 14:23:36 hanno Exp $
-
-IUSE="X svga"
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.5.ebuild,v 1.3 2003/08/05 15:15:51 vapier Exp $
P_FD=dosemu-freedos-b8p-bin
-S=${WORKDIR}/${P}
DESCRIPTION="DOS Emulator"
+HOMEPAGE="http://www.dosemu.org/"
SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz
mirror://sourceforge/dosemu/${P}.tgz"
-HOMEPAGE="http://www.dosemu.org/"
+
LICENSE="GPL-2 | LGPL-2.1"
-KEYWORDS="x86 -ppc"
SLOT="0"
+KEYWORDS="x86 -ppc"
+IUSE="X svga"
+
DEPEND="X? ( virtual/x11 )
svga? ( media-libs/svgalib )
sys-libs/slang"
@@ -25,7 +25,6 @@ src_unpack() {
}
src_compile() {
-
local myflags
### mitshm will bork ./base-configure entirely, so we disable it here
@@ -44,8 +43,7 @@ src_compile() {
emake dosbin || die "DOSbin Make Failed"
}
-src_install () {
-
+src_install() {
make DESTDIR=${D} install || die
doman man/*.1
@@ -56,4 +54,3 @@ src_install () {
# freedos tarball is needed in /usr/share/dosemu
cp ${DISTDIR}/${P_FD}.tgz ${D}/usr/share/dosemu/dosemu-freedos-bin.tgz
}
-
diff --git a/app-emulation/fceultra/fceultra-096.ebuild b/app-emulation/fceultra/fceultra-096.ebuild
index e22bd5fc9227..2dc67c3e033c 100644
--- a/app-emulation/fceultra/fceultra-096.ebuild
+++ b/app-emulation/fceultra/fceultra-096.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/fceultra/fceultra-096.ebuild,v 1.3 2003/07/19 00:03:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/fceultra/fceultra-096.ebuild,v 1.4 2003/08/05 15:15:51 vapier Exp $
-inherit games gcc
+inherit games gcc eutils
DESCRIPTION="A portable NES/Famicom emulator"
HOMEPAGE="http://fceultra.sourceforge.net/"
diff --git a/app-emulation/frodo/frodo-4.1.ebuild b/app-emulation/frodo/frodo-4.1.ebuild
index 9d77eb4191d9..1c07d896e1ee 100644
--- a/app-emulation/frodo/frodo-4.1.ebuild
+++ b/app-emulation/frodo/frodo-4.1.ebuild
@@ -1,22 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.2 2003/06/29 20:06:54 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.3 2003/08/05 15:15:51 vapier Exp $
+inherit eutils
S="${WORKDIR}/Frodo-4.1b"
DESCRIPTION="An excellent Commodore 64 Emulator"
-SRC_URI="http://iphcip1.physik.uni-mainz.de/~cbauer/FrodoV4_1b.Src.tar.gz"
HOMEPAGE="http://www.uni-mainz.de/~bauec002/FRMain.html"
+SRC_URI="http://iphcip1.physik.uni-mainz.de/~cbauer/FrodoV4_1b.Src.tar.gz"
-DEPEND=">=media-libs/libsdl-1.2
- sys-devel/autoconf
- dev-lang/tcl
- dev-lang/tk"
-IUSE=""
-SLOT="0"
LICENSE="Frodo"
+SLOT="0"
KEYWORDS="x86 ~sparc ~ppc"
+DEPEND=">=media-libs/libsdl-1.2
+ sys-devel/autoconf
+ dev-lang/tcl
+ dev-lang/tk"
+
src_compile() {
cd ${S}
export CFLAGS="${CFLAGS} -DX_USE_SHM"
diff --git a/app-emulation/nwwine/nwwine-20030618.ebuild b/app-emulation/nwwine/nwwine-20030618.ebuild
index 3d47cbca70dd..136ea1bd8226 100644
--- a/app-emulation/nwwine/nwwine-20030618.ebuild
+++ b/app-emulation/nwwine/nwwine-20030618.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/nwwine/nwwine-20030618.ebuild,v 1.2 2003/08/01 20:22:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/nwwine/nwwine-20030618.ebuild,v 1.3 2003/08/05 15:15:51 vapier Exp $
+
+inherit eutils
DESCRIPTION="A special version of wine for the Never Winter Nights toolkit"
HOMEPAGE="http://www.winehq.com/ http://republika.pl/nwnlinux/"
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237-r1.ebuild
index dad72b75d8dc..bac79e212af9 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237-r1.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237-r1.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237-r1.ebuild,v 1.2 2003/07/28 00:46:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237-r1.ebuild,v 1.3 2003/08/05 15:15:51 vapier Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VM Ware. The agreeing to a licence is part of the configure step
# which the user must run manually.
-inherit gcc
+inherit gcc eutils
S=${WORKDIR}/vmware-distrib
N26KernSupport=vmware-any-any-update37
NP="VMware-workstation-3.2.1-2237"
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
+HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
http://www.vmware.com/download1/software/${NP}.tar.gz
ftp://download1.vmware.com/pub/software/${NP}.tar.gz
@@ -21,12 +22,12 @@ SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
ftp://vmware.wespe.de/pub/software/${NP}.tar.gz
http://ftp.cvut.cz/vmware/${N26KernSupport}.tar.gz
http://knihovny.cvut.cz/ftp/pub/vmware/${N26KernSupport}.tar.gz"
-HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
LICENSE="vmware"
SLOT="0"
KEYWORDS="-* ~x86"
IUSE="kde"
+RESTRICT="nostrip"
DEPEND="virtual/glibc
virtual/x11
@@ -34,8 +35,6 @@ DEPEND="virtual/glibc
>=dev-lang/perl-5
>=dev-lang/tcl-8.3.3"
-RESTRICT="nostrip"
-
has_version \<sys-libs/glibc-2.3.2 \
&& GLIBC_232=0 \
|| GLIBC_232=1
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237.ebuild
index e68d76c1b2a0..8dfb354bea42 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237.ebuild,v 1.3 2003/07/28 00:46:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2237.ebuild,v 1.4 2003/08/05 15:15:51 vapier Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VM Ware. The agreeing to a licence is part of the configure step
@@ -9,6 +9,7 @@
S=${WORKDIR}/vmware-distrib
NP="VMware-workstation-3.2.1-2237"
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
+HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
http://www.vmware.com/download1/software/${NP}.tar.gz
ftp://download1.vmware.com/pub/software/${NP}.tar.gz
@@ -16,12 +17,12 @@ SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
http://vmware-heva.www.conxion.com/software/${NP}.tar.gz
http://vmware.wespe.de/software/${NP}.tar.gz
ftp://vmware.wespe.de/pub/software/${NP}.tar.gz"
-HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
SLOT="0"
LICENSE="vmware"
KEYWORDS="-* x86"
IUSE="kde"
+RESTRICT="nostrip"
DEPEND="virtual/glibc
virtual/x11
@@ -29,8 +30,6 @@ DEPEND="virtual/glibc
>=dev-lang/perl-5
>=dev-lang/tcl-8.3.3"
-RESTRICT="nostrip"
-
src_install() {
# lets make gcc happy regardless of what version we're using
patch -p0 < ${FILESDIR}/${PV}/vmware-config.pl-gcc-generalized.patch
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.0.0.4460-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.0.0.4460-r1.ebuild
index ee7ac3666c50..b89bba2c1417 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-4.0.0.4460-r1.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-4.0.0.4460-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.0.4460-r1.ebuild,v 1.2 2003/07/31 23:31:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.0.4460-r1.ebuild,v 1.3 2003/08/05 15:15:51 vapier Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VM Ware. The agreeing to a licence is part of the configure step
@@ -10,6 +10,7 @@ S=${WORKDIR}/vmware-distrib
N26KernSupport=vmware-any-any-update38
NP="VMware-workstation-4.0.0-4460"
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
+HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
http://download.vmware.com/htdocs/software/${NP}.tar.gz
http://www.vmware.com/download1/software/${NP}.tar.gz
@@ -20,12 +21,12 @@ SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
ftp://vmware.wespe.de/pub/software/${NP}.tar.gz
http://ftp.cvut.cz/vmware/${N26KernSupport}.tar.gz
http://knihovny.cvut.cz/ftp/pub/vmware/${N26KernSupport}.tar.gz"
-HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
LICENSE="vmware"
SLOT="0"
KEYWORDS="-* x86"
IUSE="kde"
+RESTRICT="nostrip"
DEPEND="virtual/glibc
virtual/x11
@@ -34,8 +35,6 @@ DEPEND="virtual/glibc
>=dev-lang/tcl-8.3.3
sys-apps/pciutils"
-RESTRICT="nostrip"
-
src_unpack() {
check_KV
unpack ${NP}.tar.gz
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.0.1.5289.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.0.1.5289.ebuild
index 5f7b2bd6a7a6..f38dbe55de8e 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-4.0.1.5289.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-4.0.1.5289.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.1.5289.ebuild,v 1.2 2003/07/31 02:00:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.1.5289.ebuild,v 1.3 2003/08/05 15:15:51 vapier Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VM Ware. The agreeing to a licence is part of the configure step
@@ -10,6 +10,7 @@ S=${WORKDIR}/vmware-distrib
N26KernSupport=vmware-any-any-update38
NP="VMware-workstation-4.0.1-5289"
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
+HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
http://download.vmware.com/htdocs/software/${NP}.tar.gz
http://www.vmware.com/download1/software/${NP}.tar.gz
@@ -20,12 +21,12 @@ SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
ftp://vmware.wespe.de/pub/software/${NP}.tar.gz
http://ftp.cvut.cz/vmware/${N26KernSupport}.tar.gz
http://knihovny.cvut.cz/ftp/pub/vmware/${N26KernSupport}.tar.gz"
-HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
LICENSE="vmware"
SLOT="0"
KEYWORDS="-* ~x86"
IUSE="kde"
+RESTRICT="nostrip"
DEPEND="virtual/glibc
virtual/x11
@@ -34,8 +35,6 @@ DEPEND="virtual/glibc
>=dev-lang/tcl-8.3.3
sys-apps/pciutils"
-RESTRICT="nostrip"
-
src_unpack() {
check_KV
unpack ${NP}.tar.gz
diff --git a/app-emulation/xmame/xmame-0.69.1.ebuild b/app-emulation/xmame/xmame-0.69.1.ebuild
index 0876bf792fb7..24730121527c 100644
--- a/app-emulation/xmame/xmame-0.69.1.ebuild
+++ b/app-emulation/xmame/xmame-0.69.1.ebuild
@@ -1,14 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# Based on the 0.59.1 ebuild by Ben Lutgens <blutgens@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.69.1.ebuild,v 1.3 2003/07/12 22:11:41 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.69.1.ebuild,v 1.4 2003/08/05 15:15:51 vapier Exp $
DESCRIPTION="Multiple Arcade Machine Emulator for X11"
-SRC_URI="http://x.mame.net/download/${P}.tar.bz2"
HOMEPAGE="http://x.mame.net/"
+SRC_URI="http://x.mame.net/download/${P}.tar.bz2"
-SLOT="0"
LICENSE="xmame"
+SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE="sdl dga xv alsa esd opengl X 3dfx svga ggi arts"
diff --git a/app-emulation/xmame/xmame-0.70.1.ebuild b/app-emulation/xmame/xmame-0.70.1.ebuild
index 26b965eb358f..1409d641aa60 100644
--- a/app-emulation/xmame/xmame-0.70.1.ebuild
+++ b/app-emulation/xmame/xmame-0.70.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.70.1.ebuild,v 1.3 2003/07/16 01:50:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.70.1.ebuild,v 1.4 2003/08/05 15:15:51 vapier Exp $
-inherit games flag-o-matic gcc
+inherit games flag-o-matic gcc eutils
TARGET=${PN}
@@ -10,8 +10,8 @@ DESCRIPTION="Multiple Arcade Machine Emulator for X11"
SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2"
HOMEPAGE="http://x.mame.net/"
-SLOT="0"
LICENSE="xmame"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha"
IUSE="sdl dga xv alsa esd opengl X 3dfx svga ggi arts joystick"
diff --git a/app-emulation/xmess/xmess-0.70.1.ebuild b/app-emulation/xmess/xmess-0.70.1.ebuild
index 5d2e142e4cb8..3aff3255364f 100644
--- a/app-emulation/xmess/xmess-0.70.1.ebuild
+++ b/app-emulation/xmess/xmess-0.70.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmess/xmess-0.70.1.ebuild,v 1.4 2003/07/18 23:16:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmess/xmess-0.70.1.ebuild,v 1.5 2003/08/05 15:15:51 vapier Exp $
-inherit games flag-o-matic gcc
+inherit games flag-o-matic gcc eutils
TARGET=${PN}
@@ -10,8 +10,8 @@ DESCRIPTION="Multiple Arcade Machine Emulator for X11"
SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2"
HOMEPAGE="http://x.mame.net/"
-SLOT="0"
LICENSE="xmame"
+SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha"
IUSE="sdl dga xv alsa esd opengl X 3dfx svga ggi arts joystick"