summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-16 23:48:04 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-16 23:48:04 +0000
commit569adcba005603db45f3a7f6bb9ab68e539c8378 (patch)
treeac8e2f000db2b9289a5700003a1f46ea2a93b604 /app-emulation/winex
parentversion bump (diff)
downloadgentoo-2-569adcba005603db45f3a7f6bb9ab68e539c8378.tar.gz
gentoo-2-569adcba005603db45f3a7f6bb9ab68e539c8378.tar.bz2
gentoo-2-569adcba005603db45f3a7f6bb9ab68e539c8378.zip
space fix [lintool] for #9216
Diffstat (limited to 'app-emulation/winex')
-rw-r--r--app-emulation/winex/winex-20020511-r1.ebuild3
-rw-r--r--app-emulation/winex/winex-20020628.ebuild3
-rw-r--r--app-emulation/winex/winex-20020804.ebuild13
3 files changed, 11 insertions, 8 deletions
diff --git a/app-emulation/winex/winex-20020511-r1.ebuild b/app-emulation/winex/winex-20020511-r1.ebuild
index b1ae2a1549c4..1385a571b56f 100644
--- a/app-emulation/winex/winex-20020511-r1.ebuild
+++ b/app-emulation/winex/winex-20020511-r1.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/winex/winex-20020511-r1.ebuild,v 1.6 2002/10/05 05:39:08 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020511-r1.ebuild,v 1.7 2002/10/16 23:46:47 vapier Exp $
IUSE="cups opengl"
@@ -18,6 +18,7 @@ DEPEND="virtual/x11
cups? ( net-print/cups )
>=media-libs/freetype-2.0.0
dev-lang/tcl dev-lang/tk"
+RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="Aladdin"
diff --git a/app-emulation/winex/winex-20020628.ebuild b/app-emulation/winex/winex-20020628.ebuild
index 76611c80a522..9abafc70ef7b 100644
--- a/app-emulation/winex/winex-20020628.ebuild
+++ b/app-emulation/winex/winex-20020628.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/winex/winex-20020628.ebuild,v 1.6 2002/10/05 05:39:08 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020628.ebuild,v 1.7 2002/10/16 23:46:47 vapier Exp $
IUSE="cups opengl"
@@ -22,6 +22,7 @@ DEPEND="virtual/x11
cups? ( net-print/cups )
>=media-libs/freetype-2.0.0
dev-lang/tcl dev-lang/tk"
+RDEPEND="${DEPEND}"
src_compile() {
diff --git a/app-emulation/winex/winex-20020804.ebuild b/app-emulation/winex/winex-20020804.ebuild
index 23bf80598557..d09fbf1ccb9b 100644
--- a/app-emulation/winex/winex-20020804.ebuild
+++ b/app-emulation/winex/winex-20020804.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020804.ebuild,v 1.6 2002/10/05 05:39:08 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020804.ebuild,v 1.7 2002/10/16 23:46:47 vapier Exp $
IUSE="cups opengl"
S=${WORKDIR}/wine
DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming"
SRC_URI="mirror://gentoo/${P}.tar.bz2
- mirror://gentoo/${P}-fake_windows.tar.bz2"
+ mirror://gentoo/${P}-fake_windows.tar.bz2"
HOMEPAGE="http://www.transgaming.com/"
SLOT="0"
@@ -23,12 +23,13 @@ DEPEND="virtual/x11
cups? ( net-print/cups )
>=media-libs/freetype-2.0.0
dev-lang/tcl dev-lang/tk"
+RDEPEND="${DEPEND}"
src_compile() {
# Azarah's patches
#patch -p0 < ${FILESDIR}/${P}-opengl.patch || die "opengl-patch failed"
- cd ${S}
+ cd ${S}
local myconf
use opengl && myconf="--enable-opengl" || myconf="--disable-opengl"
@@ -100,11 +101,11 @@ src_install () {
}
pkg_postinst() {
- einfo "**********************************************************************"
+ einfo "**********************************************************************"
einfo "* NOTE: Use /usr/bin/winex to start winex. *"
einfo "* This is a wrapper-script which will take care of everything *"
einfo "* else. If you have further questions, enhancements or patches *"
- einfo "* send an email to phoenix@gentoo.org *"
- einfo "**********************************************************************"
+ einfo "* send an email to phoenix@gentoo.org *"
+ einfo "**********************************************************************"
}