summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-06-08 14:51:46 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-06-08 14:51:46 +0000
commitc80d17cd188aef308400734b0010531afe946b15 (patch)
treecbb0c0135c60ebfd2594ee4def6e7d94a34c44c8 /app-emulation
parentMoving files out of portage-tree (diff)
downloadhistorical-c80d17cd188aef308400734b0010531afe946b15.tar.gz
historical-c80d17cd188aef308400734b0010531afe946b15.tar.bz2
historical-c80d17cd188aef308400734b0010531afe946b15.zip
Moving files out of portage-tree
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/winex/Manifest4
-rw-r--r--app-emulation/winex/files/digest-winex-200211232
-rw-r--r--app-emulation/winex/files/winex-20021123-fake_windows.tar.bz2bin500 -> 0 bytes
-rw-r--r--app-emulation/winex/files/winex-20021123-misc.tar.bz2bin4064 -> 0 bytes
-rw-r--r--app-emulation/winex/winex-20021123.ebuild13
5 files changed, 10 insertions, 9 deletions
diff --git a/app-emulation/winex/Manifest b/app-emulation/winex/Manifest
index c0a090975108..b2a5dec9ca04 100644
--- a/app-emulation/winex/Manifest
+++ b/app-emulation/winex/Manifest
@@ -1,5 +1,5 @@
-MD5 2ece60ab2bf95b94c5451198ce670986 ChangeLog 4693
-MD5 8bd321eb3d101d773cf30a2fa4a9e442 winex-20021123.ebuild 3610
+MD5 fd473140ba1cdb4f00e40a40291d01d7 ChangeLog 4884
+MD5 7d657cf15ae7ff1a73b9927c5270198a winex-20021123.ebuild 3610
MD5 d287a5b14ba70622672ae71b69a8ef11 winex-20030328.ebuild 3797
MD5 63a46a2b78be05243179e46f7c1c4d40 files/81winex 78
MD5 68d70a8e7d43268ac2675e7d15915b05 files/winex 97
diff --git a/app-emulation/winex/files/digest-winex-20021123 b/app-emulation/winex/files/digest-winex-20021123
index bd53b671d16f..823f6e128c9c 100644
--- a/app-emulation/winex/files/digest-winex-20021123
+++ b/app-emulation/winex/files/digest-winex-20021123
@@ -1 +1,3 @@
MD5 db223729a396cce5b4226ae852adbc76 winex-20021123.tar.bz2 6341565
+MD5 af8da46a0e51578ff1e18e399141d628 winex-20021123-fake_windows.tar.bz2 500
+MD5 b9894ad4f89f6c05414a163db9cfafe8 winex-20021123-misc.tar.bz2 4064
diff --git a/app-emulation/winex/files/winex-20021123-fake_windows.tar.bz2 b/app-emulation/winex/files/winex-20021123-fake_windows.tar.bz2
deleted file mode 100644
index d60f11e08ee3..000000000000
--- a/app-emulation/winex/files/winex-20021123-fake_windows.tar.bz2
+++ /dev/null
Binary files differ
diff --git a/app-emulation/winex/files/winex-20021123-misc.tar.bz2 b/app-emulation/winex/files/winex-20021123-misc.tar.bz2
deleted file mode 100644
index 0b6fc9a5fae2..000000000000
--- a/app-emulation/winex/files/winex-20021123-misc.tar.bz2
+++ /dev/null
Binary files differ
diff --git a/app-emulation/winex/winex-20021123.ebuild b/app-emulation/winex/winex-20021123.ebuild
index 38df75dda0f5..be47991be850 100644
--- a/app-emulation/winex/winex-20021123.ebuild
+++ b/app-emulation/winex/winex-20021123.ebuild
@@ -1,11 +1,13 @@
# 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-20021123.ebuild,v 1.8 2003/04/01 18:06:58 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20021123.ebuild,v 1.9 2003/06/08 14:51:36 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}-fake_windows.tar.bz2
+ mirror://gentoo/${P}-misc.tar.bz2"
HOMEPAGE="http://www.transgaming.com/"
SLOT="0"
@@ -32,12 +34,11 @@ src_unpack() {
# Unpacking the miscellaneous files
mkdir misc
cd misc
- tar jxvf ${FILESDIR}/${P}-misc.tar.bz2 &> /dev/null
+ tar jxvf ${DISTDIR}/${P}-misc.tar.bz2 &> /dev/null
chown root:root *
}
src_compile() {
-
cd ${S}
local myconf
@@ -87,7 +88,7 @@ src_install () {
# winex wrapper script
dodir /usr/lib/winex/.data
cd ${D}/usr/lib/winex/.data
- tar jxvf ${FILESDIR}/${P}-fake_windows.tar.bz2
+ tar jxvf ${DISTDIR}/${P}-fake_windows.tar.bz2
chown root:root fake_windows/ -R
# moving the wrappers to bin/
@@ -119,7 +120,6 @@ src_install () {
# Remove the executable flag from those libraries.
cd ${D}/usr/lib/${PN}/bin
chmod a-x *.so
-
}
pkg_postinst() {
@@ -131,4 +131,3 @@ pkg_postinst() {
einfo "Manpage has been installed to the system."
einfo "\"man winex\" should show it."
}
-