summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Marking old gnustep eclasses as deprecatedBernard Cafarelli2007-12-081-1/+3
|
* Get rid of "verbose" USE-flag that is only controlling compile-timeFabian Groffen2006-09-031-14/+5
| | | | | output. Default to verbose=yes (= more "noisy" output) because within Gentoo we're more used to heavy loads of compile messages.
* Add some quoting around variablesFabian Groffen2006-03-251-11/+12
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-5/+4
|
* Fixing rev 1.30's fixes for sync of IUSE -- there was really no need for it ↵Armando Di Cianno2005-07-101-2/+9
| | | | -- when eclass uses USE flag not set in eclass IUSE, they are set in ebuild IUSE, and code is otherwise shelterd against misuse.
* add IUSE="debug profile verbose"Aron Griffis2005-07-061-1/+2
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Added use of 'verbose' use flag to optionally not hide compilation outputArmando Di Cianno2005-06-221-1/+10
|
* Fixed issue where Documentation dir w/o GNUMakefile would fail if user had ↵Armando Di Cianno2005-03-181-4/+6
| | | | doc USE flag in make.conf globally
* Cleared X11 forwarding for 'ext' (ssh) and 'no' (ssh) auth types, which was ↵Armando Di Cianno2004-12-131-1/+96
| | | | causing sandbox violations for root's .xauth when users had ForwardX11 turned on system-wide; fixed 'no' auth type (mainly used in cvs fetching GNUstep related ebuilds) to act as 'ext' (ssh) acts as appropriate, removing need for duplication of logic in code; removed redundant StrictHostKeyChecking option passed to the ssh command when 'ext' (ssh) auth type is used; tested with CVS fetching ebuilds other than the ones I maintain to make sure I didn't break anything ;-)
* Minor fix for gnustep documentation buildingArmando Di Cianno2004-11-161-1/+3
|
* Mass Update: gnustep.eclass revamped to allow configurable root install; ↵Armando Di Cianno2004-11-121-0/+223
gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application