| Commit message (Expand) | Author | Age | Files | Lines |
* | do not allow LFS on glibc-2.2 systems, however, do *NOT* generally disallow LFS! | Christian Parpart | 2005-01-22 | 1 | -8/+30 |
* | new fixheadtails.eclass from johnm | Tuan Van | 2005-01-22 | 1 | -4/+4 |
* | add in gview, rgvim, rgview symlinks, bug #74349 | Ciaran McCreesh | 2005-01-21 | 1 | -1/+7 |
* | add DERIVATION_MAP entries for upcoming ksayit, kttsd ebuilds | Dan Armak | 2005-01-21 | 1 | -1/+3 |
* | Cosmetic fixes per bug #32436 | Michael Stewart | 2005-01-21 | 1 | -3/+5 |
* | Reverting changes that break the cache | Michael Stewart | 2005-01-21 | 1 | -12/+29 |
* | ok, really fix the libtool script logic and include a lot of comments this time | Mike Frysinger | 2005-01-21 | 1 | -20/+24 |
* | restrict DEPEND for apache2 to be at least the lowest version containing our ... | Christian Parpart | 2005-01-21 | 1 | -17/+13 |
* | Make has_m32 and has_m64 return true for amd64 multilib profiles. | Jeremy Huddleston | 2005-01-20 | 1 | -2/+5 |
* | fix postinst output #78081 | Mike Frysinger | 2005-01-20 | 1 | -4/+4 |
* | update copyright | Akinori Hattori | 2005-01-20 | 1 | -2/+2 |
* | merge addwrite handling code from the cvs eclass | Akinori Hattori | 2005-01-20 | 1 | -32/+26 |
* | add support for src_test | Mike Frysinger | 2005-01-20 | 1 | -2/+10 |
* | tweak bash quoting, make sure we change to builddir before running src_test, ... | Mike Frysinger | 2005-01-20 | 1 | -12/+14 |
* | add in fdo mime things, bug 78394. fix tcltk flag for vim7. | Ciaran McCreesh | 2005-01-19 | 1 | -3/+13 |
* | Remove bad inherit. Hands off, spanky ;) | Daniel Drake | 2005-01-18 | 1 | -3/+1 |
* | fixing die in get_version, to properly return result. can now base external e... | John Mylchreest | 2005-01-18 | 1 | -8/+10 |
* | add derivation map entry for new ebuild kontact-specialdates | Dan Armak | 2005-01-18 | 1 | -2/+2 |
* | Added IUSE since the eclass uses some USE flags rather then the ebuilds | Doug Goldstein | 2005-01-18 | 1 | -1/+2 |
* | Fix typo bug #78321. | Jeremy Huddleston | 2005-01-18 | 1 | -2/+2 |
* | Removing emul-linux-x86 from IUSE. | Jeremy Huddleston | 2005-01-18 | 1 | -2/+2 |
* | Added use_multilib and using it in place of 'use multilib' since newer multil... | Jeremy Huddleston | 2005-01-18 | 1 | -12/+23 |
* | Added has_multilib_profile and documentation near the top. | Jeremy Huddleston | 2005-01-18 | 1 | -3/+80 |
* | Make kde use the correct qt libdir. | Jeremy Huddleston | 2005-01-18 | 1 | -2/+2 |
* | clean up/simplify the gcc-config and fix_libtool_files logic | Mike Frysinger | 2005-01-18 | 1 | -86/+82 |
* | Removed references to kdelibs-apidocs. | Gregorio Guidi | 2005-01-17 | 2 | -4/+4 |
* | add new ebuild kbstateapplet (from kdeaccessibility) to derivation map | Dan Armak | 2005-01-17 | 1 | -1/+2 |
* | Add support for prep_ml_includes to take multiple dirs. | Jeremy Huddleston | 2005-01-17 | 1 | -6/+9 |
* | Committing the one I meant to commit last time (was missing a line). | Jeremy Huddleston | 2005-01-17 | 1 | -1/+7 |
* | Use ${T} to store multilib-includes rather than include.${ABI}. | Jeremy Huddleston | 2005-01-17 | 1 | -19/+18 |
* | fix for bz2 url | Brad Teaford Cowan | 2005-01-17 | 1 | -5/+9 |
* | unset libdir srcdir objdir since they may contain settings for previous modules. | John Mylchreest | 2005-01-16 | 1 | -1/+4 |
* | few minor fixes. added support for econf if needed | John Mylchreest | 2005-01-16 | 1 | -15/+23 |
* | add new arch into detect_arch. 'sh' | John Mylchreest | 2005-01-16 | 1 | -4/+4 |
* | Added get_ml_incdir | Jeremy Huddleston | 2005-01-16 | 1 | -1/+30 |
* | touchup the gcc-config logic so that it is run properly with a cross-compiler | Mike Frysinger | 2005-01-16 | 1 | -28/+32 |
* | Changing ARCH unset in src-compile | John Mylchreest | 2005-01-16 | 1 | -3/+6 |
* | touchup bash and make sure to fix syntax errors #78184 | Mike Frysinger | 2005-01-16 | 1 | -6/+6 |
* | touchup copyright/whitespace | Mike Frysinger | 2005-01-16 | 1 | -3/+3 |
* | Fixed bad ninja. | Jeremy Huddleston | 2005-01-16 | 2 | -7/+5 |
* | workaround broken tc-arch. | Jeremy Huddleston | 2005-01-16 | 1 | -3/+3 |
* | typo fix. | Jeremy Huddleston | 2005-01-16 | 1 | -2/+4 |
* | Add an error and die if they try to get a multilib gcc on amd64 with a bad sa... | Jeremy Huddleston | 2005-01-16 | 1 | -12/+19 |
* | Update to be less specific with @OPTION:module | John Mylchreest | 2005-01-15 | 2 | -13/+25 |
* | Added support for CONFIG_CHECK=@OPTION:module which removes modules from MODU... | John Mylchreest | 2005-01-15 | 2 | -4/+26 |
* | adding support for objdir to MODULE_NAMES | John Mylchreest | 2005-01-15 | 1 | -33/+69 |
* | replace my loop with a simple blocking dep on all ebuilds of our slot; remove... | Dan Armak | 2005-01-15 | 1 | -49/+10 |
* | add blocking deps for monolithic ebuilds -> derived split ebuilds | Dan Armak | 2005-01-15 | 1 | -1/+6 |
* | ...and then I found out about $CATEGORY. i knew something like that should ha... | Dan Armak | 2005-01-15 | 2 | -16/+4 |
* | Better LSB location for the multilib includes. | Jeremy Huddleston | 2005-01-15 | 1 | -2/+4 |