summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Make DEPEND's slightly less strict; filter out -fstrict-aliasing on ↵Armando Di Cianno2004-09-271-4/+6
| | | | gcc-3.4*, as it's known to break GNUstep apps
* all installed files should be readable by all. as not all products complyRadoslaw Stachowiak2004-09-251-3/+3
| | | | to this, we will chmod them.
* eliminate libtool dependency to address bug 65209Robert Coie2004-09-251-2/+10
|
* DAMN YOU UCLIBC!Travis Tilley2004-09-251-5/+5
|
* reverse parameter order of replace-cpu-flags #60597Mike Frysinger2004-09-251-7/+8
|
* ltconfig-1.4 seems to be compatible with ltconfig-1.3 and uclibctoolizeMike Frysinger2004-09-251-1/+2
|
* forgot to add the extra search param in uclibctoolizeMike Frysinger2004-09-251-2/+2
|
* correctly identifying when documentation should be built via makefileArmando Di Cianno2004-09-241-2/+3
|
* Major commit of many files relating to updated GNUstep ebuidldsArmando Di Cianno2004-09-241-110/+151
|
* sorry ruby, but EXTRA_ECONF -> RUBY_ECONFMike Frysinger2004-09-231-13/+15
|
* fix whitespacing and change GCC_EXTRA_CONF to standard EXTRA_ECONFMike Frysinger2004-09-231-31/+29
|
* support EXTRA_ECONFMike Frysinger2004-09-231-8/+11
|
* changed export function names to match eclass name; bug 65050.Armando Di Cianno2004-09-231-3/+3
|
* also patch older 1.2 ltconfigsMike Frysinger2004-09-221-0/+35
|
* also patch ltconfig filesMike Frysinger2004-09-222-4/+51
|
* build shared libraries with uClibcMike Frysinger2004-09-221-2/+5
|
* patch uclibctoolize usesMike Frysinger2004-09-221-0/+48
|
* uclibctoolize to fix libtool code found in configure scriptsMike Frysinger2004-09-221-2/+22
|
* dont change back to $S, change to where we startedMike Frysinger2004-09-221-4/+3
|
* clean trailing spacesThomas Matthijs2004-09-221-6/+6
|
* forgot to elibtoolize. oops.Travis Tilley2004-09-211-2/+6
|
* Fixing * expansion in check_license and closing bug #63803.Chris Gianelloni2004-09-211-3/+8
|
* Work on commentsDanny van Dyk2004-09-211-5/+5
|
* dev-lang/ruby -> virtual/rubyMamoru Komachi2004-09-201-3/+3
|
* avoid xargs, bug #64671Ciaran McCreesh2004-09-191-2/+2
|
* simpler ldscript codeMike Frysinger2004-09-191-7/+3
|
* Add xinerama use flag, and correctly set conf dirs - see bug #63637Caleb Tennis2004-09-191-3/+10
|
* permissions of the products dir are set like a lib, owned by rootJodok Batlogg2004-09-181-2/+10
|
* Updated to support multiple licenses and closing bug #63803.Chris Gianelloni2004-09-171-2/+2
|
* get_libdir() now check for CONF_LIBDIR in the code of econf() instead ofDanny van Dyk2004-09-171-5/+14
| | | | | checking for the portage version. So there is now no more portageq usage in "global scope". Tested with both portage 2.0.50-r11 and 2.0.51_rc1.
* support new cascading profiles for ppc-macosMamoru Komachi2004-09-162-8/+8
|
* add ppc64 to aspell eclassTom Gall2004-09-161-2/+2
|
* Using eutils:get_libdir() now instead of hardcoded [/usr][/...]/libDanny van Dyk2004-09-1514-62/+83
|
* add xmlextras extention for tb-0.8Aron Griffis2004-09-151-2/+6
|
* set CCHOST to CHOST if CCHOST is unsetTravis Tilley2004-09-151-1/+3
|
* Closing #64083Daniel Ahlberg2004-09-151-1/+3
|
* Add kdewebdev as a base packageCaleb Tennis2004-09-151-2/+2
|
* Removed trailing '}' from S.Mamoru Komachi2004-09-151-2/+2
|
* Bug #62280 add ttf support. Bug #63981 add debug support.Robin H. Johnson2004-09-152-10/+16
|
* add fdo-mime eclass & update gnome2 eclass to use itMarinus Schraal2004-09-142-2/+59
|
* Moved im-sdk tarball to gentoo mirrors.Mamoru Komachi2004-09-141-22/+10
|
* update has_hardened for GCC_SPECS supportTravis Tilley2004-09-141-3/+6
|
* fix the specs splitting thingieTravis Tilley2004-09-131-4/+12
|
* Support for snapshot ebuild.Mamoru Komachi2004-09-131-7/+25
|
* toolchain.eclass support for splitting out multiple specs files, activated ↵Travis Tilley2004-09-131-1/+51
| | | | by SPLIT_SPECS="true" in a gcc-compiler ETYPE ebuild
* line 395: [: -ge: unary operator expectedTravis Tilley2004-09-121-2/+2
|
* new finalised toolchain.eclass. i dont expect (rather, i hope not) to make ↵Travis Tilley2004-09-121-174/+354
| | | | many changes to the gcc chunks after this.
* get_multilibdir()Travis Tilley2004-09-121-1/+7
|
* GAMES_BINDIR, not GAMES_PREFIX for default pathMichael Sterrett2004-09-121-13/+11
|
* fix quoting and use character classes for tr invocations, otherwise you get ↵Aron Griffis2004-09-111-3/+3
| | | | breakage if you have files in your cwd such as "q", "t", etc