| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a test for app-admin/eselect around RDEPEND to avoid circular dependencies. | Ulrich Müller | 2009-12-31 | 1 | -3/+7 |
* | php-5.3 compatibility (5.3 supports zend_extension= in php.ini's only, withou... | Christian Hoffmann | 2009-12-30 | 1 | -1/+9 |
* | Sync from Emacs overlay (revision 1477). | Ulrich Müller | 2009-12-29 | 1 | -14/+2 |
* | Replace cp with git clone (faster, yay) | Tomas Chvatal | 2009-12-29 | 1 | -2/+2 |
* | Add a variable to explicit further required paths, useful for gems like RedCl... | Diego Elio Pettenò | 2009-12-26 | 1 | -2/+13 |
* | Properly report the source copy phase. | Diego Elio Pettenò | 2009-12-25 | 1 | -2/+3 |
* | Remove code for Qt 4.5.3 on Prefix, as only >=4.6.0 will be ported | Jonathan Callen | 2009-12-25 | 1 | -39/+14 |
* | you never know what the future will bring (an IRIX port?) so don't rely on ge... | Fabian Groffen | 2009-12-25 | 1 | -3/+2 |
* | Apply changes for prefix to qt4-build.eclass | Jonathan Callen | 2009-12-24 | 1 | -40/+233 |
* | dont need the binutils-config-1.9 sanity check anymore #297928 by Willard Dawson | Mike Frysinger | 2009-12-24 | 1 | -4/+1 |
* | Disallow using of ${python}, distutils_python_version() and distutils_python_... | Arfrever Frehtes Taifersar Arahesis | 2009-12-24 | 1 | -2/+51 |
* | Update EAPI checks. Add support for -2, -3, --only-ABI and --final-ABI option... | Arfrever Frehtes Taifersar Arahesis | 2009-12-23 | 1 | -26/+283 |
* | Fixes from kde overlay | Jonathan Callen | 2009-12-23 | 1 | -4/+4 |
* | Sync from kde-testing. Use NOCOLOR variable instead of some local one. | Tomas Chvatal | 2009-12-22 | 1 | -6/+2 |
* | Fix typo (qt4-build-edge -> qt4-build) | Jonathan Callen | 2009-12-22 | 1 | -3/+3 |
* | Remove cruft from qt4-build.eclass, in preparation for merging of prefix changes | Jonathan Callen | 2009-12-22 | 1 | -208/+73 |
* | Allow for multiple documentation directories. | Diego Elio Pettenò | 2009-12-21 | 1 | -4/+6 |
* | Remove usage of SANDBOX_DISABLED, per bug 107479 | Jonathan Callen | 2009-12-21 | 1 | -13/+4 |
* | Add a RAKE_FAKEGEM_BINWRAP variable. | Diego Elio Pettenò | 2009-12-20 | 1 | -1/+23 |
* | when upgrading in same slot, run gcc-config earlier to make sure the profile ... | Mike Frysinger | 2009-12-20 | 1 | -1/+4 |
* | send gcc-config errors to /dev/null rather than trying to grep them out #290437 | Mike Frysinger | 2009-12-20 | 1 | -3/+2 |
* | use emake when generating info pages | Mike Frysinger | 2009-12-19 | 1 | -2/+2 |
* | Bug #297392 - Remove extra leading slash in epatch_user() output. | Zac Medico | 2009-12-19 | 1 | -2/+2 |
* | Bug #297255 - When converting $mycmakeargs to an array inside | Zac Medico | 2009-12-18 | 1 | -4/+8 |
* | Use "rsync" instead of "bzr export", bug 280211. | Ulrich Müller | 2009-12-18 | 1 | -19/+23 |
* | Remove extra leftover braces from removed "|| die" | Jonathan Callen | 2009-12-16 | 1 | -2/+2 |
* | Add support for git submodules. Per bug #269491. | Tomas Chvatal | 2009-12-16 | 1 | -40/+67 |
* | Change the binary wrapper code. | Diego Elio Pettenò | 2009-12-16 | 1 | -2/+3 |
* | Fix and extend documentation. | Diego Elio Pettenò | 2009-12-15 | 1 | -3/+14 |
* | Initial commit of qt4-r2.eclass | Dominik Kapusta | 2009-12-15 | 1 | -0/+273 |
* | Use the fakegem name and version vars for the source uri. | Diego Elio Pettenò | 2009-12-15 | 1 | -3/+3 |
* | Provide a default SRC_URI. | Diego Elio Pettenò | 2009-12-15 | 1 | -1/+3 |
* | Don't clear DATESTAMP and thus __GLIBCXX__, #296800 | Harald van Dijk | 2009-12-14 | 1 | -2/+1 |
* | Updates from kde overlay | Jonathan Callen | 2009-12-14 | 4 | -23/+33 |
* | Add ruby-fakegem.eclass | Alex Legler | 2009-12-14 | 1 | -0/+264 |
* | it's 2009 | Alex Legler | 2009-12-14 | 1 | -2/+2 |
* | Adding epatch_user to kernel-2 eclass | Mike Pagano | 2009-12-13 | 1 | -1/+4 |
* | Forgot the argument for the nice output of the QA check. | Robin H. Johnson | 2009-12-11 | 1 | -8/+8 |
* | Implement EHG_QUIET similar to EGIT_QUIET if you need more Mercurial output t... | Robin H. Johnson | 2009-12-11 | 1 | -4/+10 |
* | Add a QA warning if you call linux_chkconfig* and linux_config* was not called. | Robin H. Johnson | 2009-12-11 | 1 | -4/+32 |
* | Better legacy-mode support for linux-info until the migration is completed, t... | Robin H. Johnson | 2009-12-11 | 1 | -2/+2 |
* | use eshopts_{push,pop} helpers | Mike Frysinger | 2009-12-11 | 1 | -4/+3 |
* | add new eshopts_{push,pop} functions to simplify mucking with shell options | Mike Frysinger | 2009-12-11 | 1 | -6/+49 |
* | Silence an unneeded warning | Jonathan Callen | 2009-12-10 | 1 | -2/+3 |
* | Update cmake-utils.eclass and kde4-*.eclass from kde overlay | Jonathan Callen | 2009-12-10 | 4 | -74/+137 |
* | Fix paste typo. | Robin H. Johnson | 2009-12-10 | 1 | -2/+2 |
* | revert previous commit; we want gcj pc file for both native and cross toolcha... | Mike Frysinger | 2009-12-09 | 1 | -9/+4 |
* | Unpack/compile support for xtradb. | Robin H. Johnson | 2009-12-09 | 1 | -4/+26 |
* | Only offer IUSE=pbxt/xtradb IF the patches are available for the version in q... | Robin H. Johnson | 2009-12-09 | 1 | -2/+4 |
* | Add in initial support for Percona XtraDB for the new 5.1 ebuilds. Again than... | Robin H. Johnson | 2009-12-09 | 1 | -3/+22 |