summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-06-08 14:37:04 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-06-08 14:37:04 +0000
commit4bf4e4580d83c6c68dbc71d032e902f9d8255a8e (patch)
treebb65429bc98378bf0cdb0f452fd65a42ce245dae /app-emulation
parentAdding xopenfont patch (diff)
downloadgentoo-2-4bf4e4580d83c6c68dbc71d032e902f9d8255a8e.tar.gz
gentoo-2-4bf4e4580d83c6c68dbc71d032e902f9d8255a8e.tar.bz2
gentoo-2-4bf4e4580d83c6c68dbc71d032e902f9d8255a8e.zip
Adding xopenfont patch
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/winex/ChangeLog5
-rw-r--r--app-emulation/winex/Manifest4
-rw-r--r--app-emulation/winex/files/digest-winex-200303281
-rw-r--r--app-emulation/winex/winex-20030328.ebuild7
4 files changed, 12 insertions, 5 deletions
diff --git a/app-emulation/winex/ChangeLog b/app-emulation/winex/ChangeLog
index 5126faf39dc8..efcfb08690f7 100644
--- a/app-emulation/winex/ChangeLog
+++ b/app-emulation/winex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/winex
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.23 2003/04/01 18:06:58 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.24 2003/06/08 14:36:48 mholzer Exp $
+
+ 08 Jun 2003; Martin Holzer <mholzer@gentoo.org> winex-20030328.ebuild:
+ Adding xopenfont patch
01 Apr 2003; phoen][x <phoenix@gentoo.org> *.ebuild :
Replaced 'export C{XX}FLAGS=""' with 'unset CFLAGS CXXFLAGS'.
diff --git a/app-emulation/winex/Manifest b/app-emulation/winex/Manifest
index 1562ae7e8a9a..45f7abd96b32 100644
--- a/app-emulation/winex/Manifest
+++ b/app-emulation/winex/Manifest
@@ -1,6 +1,6 @@
-MD5 a707be859fc6be55f1163c8e477757f5 ChangeLog 4403
+MD5 583a08af16bc39ca2965f89de92b8c50 ChangeLog 4502
MD5 924e5229ff8b2d9b484db56739acdd4f winex-20021123.ebuild 3543
-MD5 9bac0c6524f44f4ce1ebab92502c0b6c winex-20030328.ebuild 3730
+MD5 716b0a9db8f60af7c0a598aae9028c5b winex-20030328.ebuild 3730
MD5 63a46a2b78be05243179e46f7c1c4d40 files/81winex 78
MD5 68d70a8e7d43268ac2675e7d15915b05 files/winex 97
MD5 2b51c0da318f94ad64b1d62f0c95a00c files/digest-winex-20021123 68
diff --git a/app-emulation/winex/files/digest-winex-20030328 b/app-emulation/winex/files/digest-winex-20030328
index 39391408e915..6e2a552752f4 100644
--- a/app-emulation/winex/files/digest-winex-20030328
+++ b/app-emulation/winex/files/digest-winex-20030328
@@ -1 +1,2 @@
MD5 3a8c0d43923e1ecca10a484ca9c92c87 winex-20030328.tar.bz2 6830705
+MD5 bb9d5f77ffee8e72cf714aebc874157a winex-20030328-xopenfont.patch 1069
diff --git a/app-emulation/winex/winex-20030328.ebuild b/app-emulation/winex/winex-20030328.ebuild
index b21fc048ac1a..a821708ad310 100644
--- a/app-emulation/winex/winex-20030328.ebuild
+++ b/app-emulation/winex/winex-20030328.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20030328.ebuild,v 1.2 2003/04/01 18:06:58 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20030328.ebuild,v 1.3 2003/06/08 14:36:48 mholzer Exp $
inherit base
DESCRIPTION="distribution of Wine with enhanced DirectX for gaming"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+ mirror://gentoo/${P}-xopenfont.patch"
HOMEPAGE="http://www.transgaming.com/"
SLOT="0"
@@ -34,6 +35,8 @@ src_unpack() {
cd misc
tar jxvf ${FILESDIR}/${P}-misc.tar.bz2 &> /dev/null
chown root:root *
+ cd ${S}
+ epatch ${DISTDIR}/${P}-xopenfont.patch
}
src_compile() {