diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-04 06:06:23 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-04 06:06:23 +0000 |
commit | 269405139fffc88a9fa721b9e328fb60c7601720 (patch) | |
tree | b057ccfca615b892756c34465ff7b801eb4ada60 /app-emulation | |
parent | Updated ebuild to econf and einstall. Added use variable support for (diff) | |
download | historical-269405139fffc88a9fa721b9e328fb60c7601720.tar.gz historical-269405139fffc88a9fa721b9e328fb60c7601720.tar.bz2 historical-269405139fffc88a9fa721b9e328fb60c7601720.zip |
Added a drive H to the default config and updated PATH, LDPATH, and
ROOTPATH to follow /usr/lib/winex structure
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/winex/ChangeLog | 16 | ||||
-rw-r--r-- | app-emulation/winex/files/81winex | 6 | ||||
-rw-r--r-- | app-emulation/winex/files/winex-20020807-config | 6 |
3 files changed, 18 insertions, 10 deletions
diff --git a/app-emulation/winex/ChangeLog b/app-emulation/winex/ChangeLog index d784b61a152c..60409c379905 100644 --- a/app-emulation/winex/ChangeLog +++ b/app-emulation/winex/ChangeLog @@ -1,21 +1,23 @@ # ChangeLog for app-emulation/wine # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.10 2002/08/19 17:50:20 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.11 2002/09/04 06:06:23 raker Exp $ -*winex-20020804 (19 August 2002) +*winex-20020807 (19 Aug 2002) - 19 August 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, winex-20020804.ebuild : + 04 Sep 2002; Nick Hadaway <raker@gentoo.org> files/81winex, + files/winex-20020807-config : + Updated LDPATH, PATH, and ROOTPATH in 81winex and added a drive H + to the default config. - Added -ppc to the keywords. +*winex-20020804 (04 Aug 2002) -*winex-20020804 (07 Aug 2002) + 19 August 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, winex-20020804.ebuild : + Added -ppc to the keywords. 06 Aug 2002; phoen][x <phoenix@gentoo.org> winex-20020807.ebuild: Bumped to new CVS Version (WineX 2.1). Lets hope that this will fix some of the weird winex issues. -*winex-20020804 (04 Aug 2002) - 06 Aug 2002; phoen][x <phoenix@gentoo.org> winex-20020804.ebuild: Fixed a typo (unset CFLAGS=""); patched tools/wineshelllink to use "winex" instead of "wine" - Installation programs are now able to create working diff --git a/app-emulation/winex/files/81winex b/app-emulation/winex/files/81winex index 5da0445d412b..388a17604187 100644 --- a/app-emulation/winex/files/81winex +++ b/app-emulation/winex/files/81winex @@ -1,3 +1,3 @@ -PATH=/usr/winex/bin -ROOTPATH=/usr/winex/bin -LDPATH=/usr/winex/lib +PATH=/usr/lib/winex/bin +ROOTPATH=/usr/lib/winex/bin +LDPATH=/usr/lib/winex/lib diff --git a/app-emulation/winex/files/winex-20020807-config b/app-emulation/winex/files/winex-20020807-config index 6918abd7b4d0..cf57c9325a62 100644 --- a/app-emulation/winex/files/winex-20020807-config +++ b/app-emulation/winex/files/winex-20020807-config @@ -52,6 +52,12 @@ WINE REGISTRY Version 2 "Label" = "Home" "Filesystem" = "win95" +[Drive H] +"Path" = "/usr/lib/winex/bin" +"Type" = "hd" +"Label" = "WineX" +"Filesystem" = "win95" + [wine] "Windows" = "c:\\Windows" "System" = "c:\\Windows\\System" |