Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41985 - Wine-cvs ebuild
Summary: Wine-cvs ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-17 18:42 UTC by Brett I. Holcomb
Modified: 2006-01-05 00:19 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Tarball for wine-cvs ebuild - includes /files directory and pertinant files. (wine-cvs-0.9.tar.bz2,10.52 KB, application/octet-stream)
2004-02-17 18:43 UTC, Brett I. Holcomb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brett I. Holcomb 2004-02-17 18:42:42 UTC
This is an ebuild for wine-cvs.  None existed in portage so I made one.  Some notes.

1.  The ebuild adds -cvs to the files it puts in /usr/bin so that it doesn't stomp on a wine installation.  For example wine becomes wine-cvs, regedit-wine becomes regedit-wine-cvs.

2.  The home directory for Wine-cvs is $HOME/.wine-cvs - again so it doesn't destroy an existing wine installation.

3.  Run this by typing /usr/bin/wine-cvs or just wine-cvs assuming /usr/bin is in your path.

4.  Attached is a tarball which can be untarred in ${PORTDIR_OVERLAY}/app-emulation to give you the wine-cvs directory.  Make sure PORTDIR_OVERLAY is set in /etc/make.conf.

Have fun and let me know what happens.
Comment 1 Brett I. Holcomb 2004-02-17 18:43:43 UTC
Created attachment 25817 [details]
Tarball for wine-cvs ebuild - includes /files directory and pertinant files.
Comment 2 SpanKY gentoo-dev 2004-02-22 02:13:04 UTC

*** This bug has been marked as a duplicate of 34237 ***
Comment 3 Paul Tötterman 2004-03-06 08:06:16 UTC
How is this a duplicate? Seems to me like this tracks the current winehq.com version of wine and the other one seems to track the winex-cvs version by transgaming.com. That makes them two different pieces of software and there should be an ebuild for each.
Comment 4 Brett I. Holcomb 2004-03-06 08:43:27 UTC
Good catch.  Yes, I did one for winex, one for wine. Not duplicates by any means.
Comment 5 Hinrik Örn Sigurðsson 2004-03-06 16:31:49 UTC
And are you sure that Transgaming won't start whining about this ebuild just as they did with the last winex-cvs ebuild?
Comment 6 Hinrik Örn Sigurðsson 2004-03-06 16:32:49 UTC
Ohh, god damnit, I thought I was at the winex-cvs bug, sorry. :I
Comment 7 Alexander Marks 2004-10-11 01:13:29 UTC
I tried this ebuild but running it gives the following error:

wine: cannot find '--debugmsg'

Not sure if that's a CVS problem or an ebuild problem...?
Comment 8 Brett I. Holcomb 2004-10-11 05:01:27 UTC
It's an ebuild problem.  Wine has deprecated the --debugmsg option in favor of using an environment variable.  The problem is in the /usr/bin/wine-cvs script.  At the end, after all the other setup, is the command to run wine.  I have an updated version and will upload it as soon as I can (it may be several days though).  Sorry, I had updated the ebuild last month but forgot to upload a fix.
Comment 9 Johnny Franz 2004-10-11 11:23:13 UTC
In /usr/bin/wine-cvs changing the lines

PATH="$INSTALLDIR/bin:$PATH"
"$RUNWINE" --debugmsg -all "$@"

into

export PATH="$INSTALLDIR/bin:$PATH"
if [ "${WINEDEBUG}" == "" ] ; then
  WINEDEBUG=-all "$RUNWINE" "$@"
else
  "$RUNWINE" "$@"
fi

should do it.
Comment 10 Brett I. Holcomb 2004-10-11 15:50:10 UTC
Yes, that is them.  I'll try and get a new version up sometime this week.
Comment 11 Raphael 2005-09-28 03:57:29 UTC
I am not sure if this is the right place to add it but I would love an ebuild
for wine cvs on amd64.  Maybe this ebuild can be merged with the latest wine
ebuild in portage that has amd64 support?
Comment 12 Linubie 2005-09-29 07:20:48 UTC
(In reply to comment #11)
> I am not sure if this is the right place to add it but I would love an ebuild
> for wine cvs on amd64.  Maybe this ebuild can be merged with the latest wine
> ebuild in portage that has amd64 support?

Same here!

Thank You
Comment 13 SpanKY gentoo-dev 2005-10-22 00:47:39 UTC
wine-9999 in portage