Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169185 - gnustep-base/gnustep-make:-1.13.0 ebuild update
Summary: gnustep-base/gnustep-make:-1.13.0 ebuild update
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-03 22:26 UTC by Christophe Osuna
Modified: 2007-07-22 12:59 UTC (History)
0 users

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


Attachments
Update GNUstep eclass to handle more variables (eclass-gnustep-user_dir.patch,3.11 KB, patch)
2007-03-03 22:28 UTC, Christophe Osuna
Details | Diff
Update gnustep-make ebuild to support more variables (gnustep-make-user_dir.patch,3.60 KB, patch)
2007-03-03 22:30 UTC, Christophe Osuna
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Osuna 2007-03-03 22:26:57 UTC
Current gnustep-make ebuild does not allow setting GNUSTEP_USER_DIR and GNUSTEP_USER_DEFAULTS_DIR. Please find attached two patches that update eclass files and gnustep-make ebuild to support those variables.

I believe that GNUSTEP_USER_ROOT was onced used to define the user domain but was later renamed to GNUSTEP_USER_DIR. In that case GNUSTEP_USER_ROOT should be dropped to avoid confusion and also because it seems to have no effect.

Note that the patch changes the behaviour of the layout-osx-like USE flag (user domain set to '~' and user defaults directory set to '~/Library/Preferences'), so people using this flag would lose their settings when upgrading.

Reproducible: Always
Comment 1 Christophe Osuna 2007-03-03 22:28:26 UTC
Created attachment 111986 [details, diff]
Update GNUstep eclass to handle more variables
Comment 2 Christophe Osuna 2007-03-03 22:30:11 UTC
Created attachment 111987 [details, diff]
Update gnustep-make ebuild to support more variables
Comment 3 Christophe Osuna 2007-03-03 22:33:46 UTC
Comment on attachment 111986 [details, diff]
Update GNUstep eclass to handle more variables

gnustep-old.eclass is not changed by the patch (but should be if still used).
Comment 4 Fabian Groffen gentoo-dev 2007-07-22 12:59:54 UTC
The gnustep eclasses are revamped in the gnustep overlay.  Please look at that one.