summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* fix a small brain fartTravis Tilley2004-10-111-21/+23
|
* we dont want to use the installed compilers' specs to build gcc!Travis Tilley2004-10-111-1/+4
|
* always switch gcc profile if bootstrapping!Travis Tilley2004-10-111-2/+3
|
* Some cleaning, added eutils, localized some envvars.Danny van Dyk2004-10-101-10/+7
|
* Update db_fix_so to also work with BSD find; closes bug #66998Aaron Walker2004-10-101-3/+3
|
* Added darwintoolize. This closes bug #65272.Mamoru Komachi2004-10-106-3/+275
|
* need_fortran now checks for F77, FC and F2C envvars. Fixed some typos.Danny van Dyk2004-10-101-17/+38
|
* dont output to /dev/null, use a temp file insteadMike Frysinger2004-10-091-8/+11
|
* make a nice wrapper for mktempMike Frysinger2004-10-091-13/+22
|
* die if make failsDonnie Berkholz2004-10-091-2/+2
|
* -ne is for integers, not strings.Donnie Berkholz2004-10-091-2/+2
|
* re-enable gtk1 support #66719Aron Griffis2004-10-081-29/+48
|
* whitespace fixThomas Matthijs2004-10-081-13/+13
|
* fix for bug #65487. only do loadpolicy if all tools are availableChris PeBenito2004-10-081-15/+19
|
* Added beep/sleep when unmerged product is installed in zope instances.Radoslaw Stachowiak2004-10-071-2/+31
|
* QA: changed leading spaces to tabs.Radoslaw Stachowiak2004-10-071-16/+16
|
* added a helpful noteJeremy Huddleston2004-10-071-1/+2
|
* Add convenience function for checking module supportDaniel Drake2004-10-061-1/+11
|
* Add .config parsing functionsDaniel Drake2004-10-061-1/+42
|
* s,/usr/bin/fc-cache,fc-cache, to support Mac OS X.Mamoru Komachi2004-10-061-2/+3
|
* changes for boundscheckingAlexander Gabert2004-10-061-13/+43
|
* More quotingMichael Sterrett2004-10-061-35/+39
|
* Fixed groups IFS in enewuser. Thanks to Joe Jezak <josejx@gmail.com>, bug ↵Mamoru Komachi2004-10-061-3/+6
| | | | #57900.
* use macos -> useq macos and use ppc-macos -> useq ppc-macos, bug #57900.Mamoru Komachi2004-10-061-6/+6
|
* allow users to override GAMES_* variables from environmentMike Frysinger2004-10-051-10/+10
|
* when using nscd, getent might have to flush the tables to make sure the ↵Mike Frysinger2004-10-051-1/+2
| | | | cache doesnt screw it up #66182
* make sure we dont evaluate LD_LIBRARY_PATH too soonMike Frysinger2004-10-051-2/+2
|
* support an extra library path in the wrapper-maker (for doom3!)Mike Frysinger2004-10-051-1/+5
|
* support makeself-2.1.4 (doom3!)Mike Frysinger2004-10-051-16/+28
|
* revert the multilib-by-default changes, since this seems to be causing ↵Travis Tilley2004-10-051-6/+6
| | | | problems with hardened, and we havent yet completely figured out how to handle mips' three ABIs.
* fix sparc32 screwiness, bug 66162Ciaran McCreesh2004-10-041-1/+7
|
* we dont want to automatically switch the currently selected gcc config ↵Travis Tilley2004-10-041-4/+32
| | | | unless the old config is no longer valid. otherwise doing an emerge world -e with multiple slotted compilers installed will compile some packages with one compiler and others with another. besides, it's just plain rude. ;)
* add some sanity checking and informational messages to do_gcc_config()Travis Tilley2004-10-041-6/+29
|
* Bug #60560.Robin H. Johnson2004-10-041-2/+2
|
* move xfree.eclass to x11.eclass.Donnie Berkholz2004-10-041-0/+163
|
* Drop useless portageq call.Donnie Berkholz2004-10-041-2/+2
|
* Added preserve_old_lib as a temporary workaround to soname changes in libs.Jeremy Huddleston2004-10-041-1/+52
|
* add support for creating a pie-but-not-ssp hardened specs file, and add a ↵Travis Tilley2004-10-041-2/+34
| | | | do_gcc_config for calling gcc-config in a way that remembers your specsfile choice.
* Complete upgrade for support functions in gnustep.eclass to support install ↵Armando Di Cianno2004-10-041-6/+6
| | | | root via eclass variable now that apps have been otherwise upgraded
* Making GNUstep root into variable, easing the ability to test different ↵Armando Di Cianno2004-10-041-1/+3
| | | | installation points, or supporting users who like non-standard install points.
* aspell-0.6 supportAnders Rune Jensen2004-10-031-4/+12
|
* made env script function more flexible just in case we get more than just 3 ↵Travis Tilley2004-10-031-7/+4
| | | | specs files at some point in the future...
* add function for creating gcc env.d entriesTravis Tilley2004-10-031-1/+47
|
* Refactor mozilla.eclass - more sensible layout of configuration options, ↵Brad Laue2004-10-031-84/+67
| | | | removal of GTK+ 1 from the build. I can't see a reason to keep it, and we'll be getting QT soon so it'll be easier to manage this way.
* Added a patch to fix an error with files or directories containing spaces in ↵Mamoru Komachi2004-10-031-10/+10
| | | | their names. Thanks to gna <gnagent2@yahoo.com.au>; bug #66206.
* Don't build composer if the build is firefox.Brad Laue2004-10-031-2/+3
|
* Removing extra "Copyright: " line, the first line of the file and the header ↵Tim Yamin2004-10-021-6/+4
| | | | is for that.
* moving set_arch_ functions to eutils from kernelBrian Jackson2004-10-022-16/+28
|
* create ldscripts with +xMike Frysinger2004-10-021-4/+6
|
* Fixes for vendor libs; more concise checking for ${D} in files;Michael Cummings2004-10-011-11/+42
|